Skip to content

Commit 14629fa

Browse files
author
Dave Bartolomeo
committed
Update changelog for 2.14.3
1 parent 2e52d63 commit 14629fa

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.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

0 commit comments

Comments
 (0)