v2.6.1
- The bundled extractors are updated to match the versions currently used on LGTM.com. These are newer than the last release (1.27) of LGTM Enterprise. If you plan to upload databases to an LGTM Enterprise 1.27 instance, you need to create them with release 2.4.6.
Potentially breaking changes
-
The
codeql resolve qlrefcommand will now throw an error when the target is ambiguous. -
The
qlpackdirective in query suites has its semantics changed. Previously, this directive would return all queries in the qlpack. Now, the directive returns only those queries matched by thedefaultSuitedirective in the query pack.
New features
- Commands that evaluate CodeQL queries now support an additional option
--evaluator-log=path/to/log.json.
New language features
- QL classes can now be non-extending subtypes via the
instanceofkeyword, allowing for a form of private subtyping that is not visible externally.
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.