v2.9.2
- The bundled extractors are updated to match the versions currently used on LGTM.com. These are newer than the last release (1.30) of LGTM Enterprise. If you plan to upload databases to an LGTM Enterprise 1.30 instance, you need to create them with release 2.7.6.
Features removed
- The table printed by
codeql database analyzeto summarize the results of metric queries that were part of the analysis now reports a single row per metric name independently of the verbosity level of the command. Previously, at higher verbosity levels, this table would contain multiple rows for metric names with multiple values.
New features
-
The tables produced by
codeql database analyzesummarizing the results of any diagnostic and metric queries that were run now exclude the results of queries taggedtelemetry. -
Uploading SARIF results using the
codeql github upload-resultscommand now has a timeout of 5 minutes. -
Downloading CodeQL packs using the
codeql pack download,codeql pack installand related commands now have a timeout of 5 minutes and will retry 3 times before failing. Similar behavior has been added to thecodeql pack publishcommand. -
The
codeql generate log-summarycommand will now print progress updates tostderr.
Bugs fixed
- Fixed a bug that could make it unpredictable whether the QL compiler reports problems about query metadata tags, and thereby make
codeql test runfail spuriously in some cases.
For more information about the changes included in this release, see the CodeQL CLI changelog.
You can download either the codeql-PLATFORM.zip for your platform, or the generic codeql.zip which contains binaries for all supported platforms. Please ignore the additional "source code" downloads below the .zip artifacts.