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.3 (2023-08-25)
21+
22+ ### Breaking changes
23+
24+ - The ` <run>.tool.extensions ` property in the SARIF generated by ` codeql database analyze ` now contains the
25+ following packs:
26+
27+ - The containing query pack for each query that was evaluated.
28+ - Each model pack that was specified via the ` --model-packs ` option, regardless of whether
29+ that model pack affected any of the evaluated queries.
30+
31+ Library packs are no longer included in the list.
32+
33+ Previously, this property contained every query and library pack that was available on the search
34+ path, regardless of whether that pack was used during the evaluation.
35+
36+ ### Miscellaneous
37+
38+ - The build of Eclipse Temurin OpenJDK that is bundled with the CodeQL
39+ CLI has been updated to version 17.0.8.
40+
41+ - When ` codeql test ` generates ` .actual ` files, they will in some cases
42+ list the query predicates in a different order than past versions.
43+ There is no need to update ` .expected ` files, as ` codeql test ` sorts
44+ their results accordingly before diffing.
45+ However, when there are genuine changes in expected results, the
46+ generated ` .actual ` file can show additional changes against the
47+ ` .expected ` due to the reordering.
48+
2049## Release 2.14.2 (2023-08-11)
2150
2251### Breaking changes
You can’t perform that action at this time.
0 commit comments