You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,33 @@ Note: Changes are now automatically tracked in [GitHub](https://github.com/sqlfl
10
10
-->
11
11
<!--Start Of Releases (DO NOT DELETE THIS LINE)-->
12
12
13
+
## [3.0.0a4] - 2023-12-05
14
+
15
+
## Highlights
16
+
17
+
This release makes a breaking change to the serialized output of the
18
+
CLI (and by extension, any of the serialized outputs of the API).
19
+
20
+
* The serialised output for `sqlfluff lint` now contains more information
21
+
about the span of linting issues and initial proposed fixes. Beside the *new*
22
+
fields, the original fields of `line_pos` and `line_no` have been
23
+
renamed to `start_line_pos` and `start_line_no`, to distinguish
24
+
them from the new fields starting `end_*`.
25
+
26
+
* The default `annotation_level` set by the `--annotation-level`
27
+
option on the `sqlfluff lint` command has been changed from `notice`
28
+
to `warning`, to better distinguish linting errors from warnings, which
29
+
always now have the level of `notice`. This is only relevant when using
30
+
the `github-annotation` or `github-annotation-native` formats.
31
+
32
+
## What’s Changed
33
+
34
+
* Build out rule and fix serialisation [#5364](https://github.com/sqlfluff/sqlfluff/pull/5364)[@alanmcruickshank](https://github.com/alanmcruickshank)
35
+
* Add warning about github actions annotations limit [#5450](https://github.com/sqlfluff/sqlfluff/pull/5450)[@alanmcruickshank](https://github.com/alanmcruickshank)
36
+
* chore: remove unused line initialization in ParseContext [#5448](https://github.com/sqlfluff/sqlfluff/pull/5448)[@gvozdvmozgu](https://github.com/gvozdvmozgu)
* Update black linting [#5447](https://github.com/sqlfluff/sqlfluff/pull/5447)[@alanmcruickshank](https://github.com/alanmcruickshank)
0 commit comments