Skip to content

Commit 2e52d63

Browse files
committed
Update changelog for 2.14.2
1 parent b7f6a88 commit 2e52d63

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,35 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.14.2 (2023-08-11)
21+
22+
### Breaking changes
23+
24+
- The functionality provided by the `codeql execute query-server` subcommand
25+
has been removed. The subcommand now responds to all JSON RPC requests with
26+
an error response. Correspondingly, this release is no longer compatible with
27+
versions of the CodeQL extension for Visual Studio Code prior to 1.7.6.
28+
29+
This change also breaks third-party CodeQL IDE integrations that still rely
30+
on the `codeql execute query-server` subcommand. Maintainers of such CodeQL
31+
IDE integrations should migrate to the `codeql execute query-server2`
32+
subcommand at the earliest opportunity.
33+
34+
### Improvements
35+
36+
- Switched from prefix filtering of autocomplete suggestions in the language
37+
server to client-side filtering. This improves autocomplete suggestions in
38+
contexts with an autocompletion prefix.
39+
40+
- The CodeQL language server now checks query metadata for errors. This allows
41+
Visual Studio Code users to see errors in their query metadata without needing
42+
to compile the query.
43+
44+
### Bugs fixed
45+
46+
- Fixed bug that made the `--warnings=hide` option do nothing in
47+
`codeql database analyze` and other commands that _evaluate_ queries.
48+
2049
## Release 2.14.1 (2023-07-27)
2150

2251
- There are no user-facing changes in this release.

0 commit comments

Comments
 (0)