v2.16.0
Improvements
- The
Experimental
flag has been removed from all packaging and related commands. - The RA pretty-printer omits names of internal RA nodes and pretty-prints binary unions
with nested internal unions as n-ary unions.
Potentially breaking changes
- The Python extractor will no longer extract dependencies by default.
- The
--ram
option tocodeql database run-queries
and other commands that execute
queries is now interpreted more strictly. Previously it was mostly a rough hint for how
much memory to use, and the actual memory footprint of the CodeQL process could be
hundreds of megabytes higher. From this release, CodeQL tries harder to keep its total
memory consumption during evaluation below the given limit.
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.
This release is compatible with the CodeQL language packs from github/codeql@codeql-cli/v2.16.0
.