Skip to content

Releases: rails-lambda/crypteia

Release 2.1.0

02 Dec 22:31
51bed56

Choose a tag to compare

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.0 for Python 2.7 compatibility

Fixed

  • ARM64 release builds via QEMU emulation setup
  • Disk space issues in release workflow

Release 2.0.0

19 Jun 06:47

Choose a tag to compare

  • Fix release workflow and update base image
  • Update cargo packages
  • Improve logging

Release 1.1.1

21 May 16:11

Choose a tag to compare

  • Simple major version docker tags. Ex: 1

Release 1.1.0

13 Feb 21:41
1d0f230

Choose a tag to compare

  • Add arm64 support.

Release 1.0.0

27 Oct 13:41
5872738

Choose a tag to compare

Added

  • ltrace for debugging
  • Patch Python's os.environ if PYTHONPATH is set accordingly. Needed for Crypteia's binary to work in Python environments.

Changed

  • Use scratch base instead of alpine for smaller lambda extension images.