|
17 | 17 | you know what to do). |
18 | 18 | --> |
19 | 19 |
|
20 | | -## Release 2.9.1 (2022-05-05) |
| 20 | +## Release 2.9.2 (2022-05-16) |
21 | 21 |
|
22 | 22 | - The bundled extractors are updated to match the versions currently |
23 | 23 | used on LGTM.com. These are newer than the last release (1.30) of |
24 | 24 | LGTM Enterprise. If you plan to upload databases to an LGTM |
25 | 25 | Enterprise 1.30 instance, you need to create them with release |
26 | 26 | 2.7.6. |
27 | 27 |
|
| 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. |
28 | 66 |
|
29 | 67 | ## Release 2.9.0 (2022-04-26) |
30 | 68 |
|
|
0 commit comments