Releases: rails-lambda/crypteia
Releases · rails-lambda/crypteia
Release 2.1.0
Added
- Amazon Linux 2023 support (x86_64 and arm64)
- Architecture auto-detection in build/test scripts
Changed
- Upgrade dev container from Debian 11 (Bullseye) to Debian 12 (Bookworm)
- Upgrade Debian arm64 test image to Node.js 22 (LTS)
- Update GitHub Actions runners to ubuntu-22.04
- Enable language runtime tests on all architectures
- Pin wrapt to
<1.15.0for Python 2.7 compatibility
Fixed
- ARM64 release builds via QEMU emulation setup
- Disk space issues in release workflow
Release 2.0.0
- Fix release workflow and update base image
- Update cargo packages
- Improve logging
Release 1.1.1
- Simple major version docker tags. Ex: 1
Release 1.1.0
- Add arm64 support.
Release 1.0.0
Added
ltracefor debugging- Patch Python's
os.environifPYTHONPATHis set accordingly. Needed for Crypteia's binary to work in Python environments.
Changed
- Use
scratchbase instead ofalpinefor smaller lambda extension images.