File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1717 you know what to do).
1818-->
1919
20+ ## Release 2.11.6 (2022-12-13)
21+
22+ ### Breaking changes
23+
24+ - Java and Kotlin analyses in this release of the CLI and all earlier
25+ releases are incompatible with Kotlin 1.7.30 and later. To prevent
26+ code scanning alerts being spuriously dismissed, Java and Kotlin
27+ analyses will now fail when using Kotlin 1.7.30 or later.
28+
29+ If you are unable to use Kotlin 1.7.29 or earlier, you can disable
30+ Kotlin support by setting
31+ ` CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN ` to ` true ` in the
32+ environment.
33+
34+ ### Bugs fixed
35+
36+ - Fixed a bug where it was not possible to run queries in CodeQL query
37+ packs for C# that use the legacy ` libraryPathDependencies ` property
38+ in their ` qlpack.yml ` file. The associated error message complained
39+ about undefined extensional predicates.
40+
2041## Release 2.11.5 (2022-12-07)
2142
2243### Bugs Fixed
You can’t perform that action at this time.
0 commit comments