Skip to content

Commit 4da8b8c

Browse files
authored
Merge pull request #185 from github/alexet/add-change-log-2.19.4
Add changelog for 2.19.4
2 parents fd9e254 + 5205c9a commit 4da8b8c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,26 @@
1616
checklist for a CLI release, you can edit here. But then
1717
you know what to do).
1818
-->
19+
## Release 2.19.4 (2024-12-02)
20+
21+
### Improvements
22+
23+
- CodeQL now supports passing values containing the equals character (`=`) to extractor options via
24+
the `--extractor-option` flag. This allows cases like `--extractor-option opt=key=value`, which
25+
sets the extractor option `opt` to hold the value `key=value`, whereas previously that would have
26+
been rejected with an error.
27+
- The `codeql pack bundle` command now sets the numeric user and group IDs of entries in the generated
28+
`tar` archive to `0`. This avoids failures like `IllegalArgumentException: user id '7111111' is too big ( > 2097151 )`
29+
when the numeric user ID is too large.
30+
31+
### Bugs fixed
32+
33+
- On MacOS, `arch -arm64` commands no longer fail when they are executed via `codeql database create --command`,
34+
via `codeql database trace-command`, or are run after `codeql database init --begin-tracing`. Note
35+
that build commands invoked this way still will not normally be traced, so this is useful only for
36+
running ancillary commands which are incidental to building your code.
37+
- Fixed a bug where `codeql test run` would not preserve test
38+
databases on disk after a test failed.
1939

2040
## Release 2.19.3 (2024-11-07)
2141

0 commit comments

Comments
 (0)