File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments