Skip to content

Commit 77ec3d1

Browse files
Update changelog for 2.9.2
1 parent 6d925e2 commit 77ec3d1

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,52 @@
1717
you know what to do).
1818
-->
1919

20-
## Release 2.9.1 (2022-05-05)
20+
## Release 2.9.2 (2022-05-16)
2121

2222
- The bundled extractors are updated to match the versions currently
2323
used on LGTM.com. These are newer than the last release (1.30) of
2424
LGTM Enterprise. If you plan to upload databases to an LGTM
2525
Enterprise 1.30 instance, you need to create them with release
2626
2.7.6.
2727

28+
### Features removed
29+
30+
- The table printed by `codeql database analyze` to summarize the
31+
results of metric queries that were part of the analysis now reports
32+
a single row per metric name independently of the verbosity level of
33+
the command. Previously, at higher verbosity levels, this table
34+
would contain multiple rows for metric names with multiple values.
35+
36+
### New features
37+
38+
- The tables produced by `codeql database analyze` summarizing the
39+
results of any diagnostic and metric queries that were run now
40+
exclude the results of queries tagged `telemetry`.
41+
42+
- Uploading SARIF results using the `codeql github upload-results`
43+
command now has a timeout of 5 minutes.
44+
45+
- Downloading CodeQL packs using the `codeql pack download`,
46+
`codeql pack install` and related commands now have a timeout of
47+
5 minutes and will retry 3 times before failing. Similar behavior
48+
has been added to the `codeql pack publish` command.
49+
50+
- The `codeql generate log-summary` command will now print progress
51+
updates to `stderr`.
52+
53+
### Bugs fixed
54+
55+
- Fixed a bug that could make it unpredictable whether the QL compiler
56+
reports problems about query metadata tags, and thereby make `codeql
57+
test run` fail spuriously in some cases.
58+
59+
## Release 2.9.1 (2022-05-05)
60+
61+
- The bundled extractors are updated to match the versions currently
62+
used on LGTM.com. These are newer than the last release (1.30) of
63+
LGTM Enterprise. If you plan to upload databases to an LGTM
64+
Enterprise 1.30 instance, you need to create them with release
65+
2.7.6.
2866

2967
## Release 2.9.0 (2022-04-26)
3068

0 commit comments

Comments
 (0)