Skip to content

Commit 0d65148

Browse files
committed
Update changelog for 2.26.3
1 parent 1c54fd8 commit 0d65148

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@
1616
checklist for a CLI release, you can edit here. But then
1717
you know what to do).
1818
-->
19+
20+
## Release 2.26.3 (2026-08-12)
21+
22+
### Improvements
23+
24+
- Commands that accept a `--ram` option now report a clear error when given a value that is far too large to be a sensible amount of memory in megabytes (for example, a number of bytes passed by mistake), instead of failing with a cryptic "is not an int" message.
25+
26+
### Bug Fixes
27+
28+
- Fixed the pack upload format to comply with the OCI-image-manifest specification, by ensuring that all required fields are present/valid, and that no extraneous/non-compliant fields are included.
29+
- Fixed path canonicalization on Windows so that paths located on `subst`ed drives are always resolved to their underlying target paths. Previously, `subst`ed drives were not handled consistently by the CodeQL CLI and the language-specific extractors.
30+
31+
### Miscellaneous
32+
33+
- Upgraded Jackson from 2.18.6 to 2.18.9.
34+
1935
## Release 2.26.2 (2026-07-23)
2036

2137
### Breaking Changes

0 commit comments

Comments
 (0)