Skip to content

Releases: xp-forge/lambda

7.0.0: Amazon Linux 2023

14 Feb 20:23

Choose a tag to compare

This major release migrates to Amazon Linux 2023. Amazon Linux 2 end of support date (End of Life, or EOL) will be on 2026-06-30 as announced at https://aws.amazon.com/amazon-linux-2/faqs/

  • Merged PR #28: Migrate from AL2 to AL2023 - @thekid
  • Added PHP 8.6 to the test matrix - @thekid

6.2.0: XP Runners @ GitHub

14 Feb 20:20

Choose a tag to compare

6.1.0: No default memory limit

24 Jul 12:21

Choose a tag to compare

  • Removed default memory limit for PHP, let lambda infrastructure take
    care of it. See issue #27
    (@thekid)

6.0.0: PHP 7.4+

04 May 17:21

Choose a tag to compare

5.4.0: AWS library compatibility

05 Jul 07:10

Choose a tag to compare

5.3.0: XP 12 compatibility

24 Mar 12:10

Choose a tag to compare

  • Made compatible with XP 12 - @thekid
  • Added PHP 8.4 to the test matrix - @thekid

5.2.0: Zip library compatibility

04 Feb 10:22

Choose a tag to compare

5.1.0: Symlink support

09 Oct 13:09

Choose a tag to compare

  • Merged PR #26: Resolve paths in symlinks before adding to ZIP file
    (@thekid)

5.0.0: Response streaming

24 Jun 13:01

Choose a tag to compare

This major release add support for response streaming, currently only implemented by the NodeJS runtimes on AWS. For implementation details, see https://github.com/xp-forge/lambda#response-streaming

  • Merged PR #23: Implement streaming lambda responses, as announced by
    AWS in April 2023. Response stream payloads have a soft limit of 20 MB
    as compared to the 6 MB limit for buffered responses. See also #22.
    (@thekid)

4.6.0: Run files

17 Jun 10:30

Choose a tag to compare

  • Sticking to the principle Be liberal in what you accept, made it
    possible to use pass class filenames to xp lambda run.
    (@thekid)
  • Fixed issue #24: Syntax error in PHP 7.0...7.3: unexpected '...'
    (@thekid)