We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ff23d commit 93ab2d3Copy full SHA for 93ab2d3
1 file changed
CHANGELOG.md
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [2.1.0] - 2025-12-02
11
+
12
+### Added
13
14
+- Amazon Linux 2023 support (x86_64 and arm64)
15
+- Architecture auto-detection in build/test scripts
16
17
+### Changed
18
19
+- Upgrade dev container from Debian 11 (Bullseye) to Debian 12 (Bookworm)
20
+- Upgrade Debian arm64 test image to Node.js 22 (LTS)
21
+- Update GitHub Actions runners to ubuntu-22.04
22
+- Enable language runtime tests on all architectures
23
+- Pin wrapt to `<1.15.0` for Python 2.7 compatibility
24
25
+### Fixed
26
27
+- ARM64 release builds via QEMU emulation setup
28
+- Disk space issues in release workflow
29
30
## [2.0.0] - 2024-6-12
31
32
- Fix release workflow and update base image
0 commit comments