diff --git a/CHANGELOG.md b/CHANGELOG.md index 489bd40..e127ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,55 @@ checklist for a CLI release, you can edit here. But then you know what to do). --> + +## Release 2.25.6 (2026-06-04) + +### Improvements + +- When the `git` executable is available, CodeQL can now obtain configuration and + queries from SHA-256 Git repositories, and infer Git metadata about them. + +### Miscellaneous + +- The build of Eclipse Temurin OpenJDK that is used to run the CodeQL + CLI has been updated to version 21.0.11. + +## Release 2.25.5 (2026-05-21) + +- There are no user-facing changes in this release. + +## Release 2.25.4 (2026-05-05) + +- There are no user-facing changes in this release. + +## Release 2.25.3 (2026-04-30) + +### Improvements + +- The `codeql database finalize` command now accepts the `--working-dir` + flag. When specified, any extractor pre-finalize scripts will be run in + that directory. If the flag is not used, the scripts will run in the source + root directory (maintaining existing behavior). The flag will also be + automatically passed through when running the higher-level + `codeql database create` command. + +## Release 2.25.2 (2026-04-15) + +### Miscellaneous + +- The build of Eclipse Temurin OpenJDK that is used to run the CodeQL + CLI has been updated to version 21.0.10. + +## Release 2.25.1 (2026-03-27) + +### Bug Fixes + +- Fixed a bug where extraction could fail on YAML files containing emoji. + +### Miscellaneous + +- Upgraded snakeyaml (which is a dependency of jackson-dataformat-yaml) from 2.3 to 2.6. + ## Release 2.25.0 (2026-03-19) ### Breaking Changes