Skip to content

Releases: xp-forge/lambda

3.1.0: AWS SDK support

11 Nov 17:45

Choose a tag to compare

  • Enabled SimpleXML extension in order to be able to support AWS SDK
    see #8 (comment)
    (@thekid)

3.0.2: JSON library compatibility

21 Oct 15:02

Choose a tag to compare

  • Made library compatible with new major release of xp-forge/json
    (@thekid)

3.0.1: XP 11 compatibility

21 Oct 09:50

Choose a tag to compare

  • Made library compatible with XP 11, newer xp-framework/zip library
    (@thekid)

3.0.0: Process API

26 Sep 16:56

Choose a tag to compare

This major release drops backwards compatibility with older XP Framework releases. XP 10 was released roughly two years ago at the time of writing.

2.3.0: XML support

24 Sep 18:26

Choose a tag to compare

  • Merged PR #11: Enable XML extensions. The PHP extensions dom, libxml,
    xml, xmlreader and xmlwriter are now available. See discussion in #8
    (@thekid)

2.2.0: Podman support

15 Sep 18:03

Choose a tag to compare

  • Implemented feature request #9: Add podman support - @thekid

2.1.1: Fix $_ENV accesses

15 Sep 17:56

Choose a tag to compare

  • Fixed issue #10: lang.IndexOutOfBoundsException (Undefined index: XP_VERSION)
    on systems where the PHP variables_order setting does not include E.
    (@thekid)

2.1.0: BCMath, faster PHP builds

30 Aug 16:55

Choose a tag to compare

  • Speed up build by using -j $(nproc) flag for make, see #7 - @thekid
  • Enabled bcmath extension - @thekid

2.0.0: Packaging

29 Aug 11:21

Choose a tag to compare

This major release changes the packaging defaults. This way, files to be incuded can be specified more flexibly via command line arguments.

  • Increased code coverage for classes in public API to 100%, see issue #6
    (@thekid)
  • Fixed Context::remainingTime()'s return type, which can include NULL.
    (@thekid)
  • Changed packaging to no longer include src directory automatically,
    it might contain static resources like e.g. a web application's images.
    Typically, xp lambda package src/main/php will be what you want.
    (@thekid)

1.1.0: Environment accessors

28 Aug 21:51

Choose a tag to compare

  • Added accessor for environment varibales, Environment::variable()
    (@thekid)
  • Added accessor for temporary directory, Environment::tempDir()
    (@thekid)
  • Added accessor for environment root path, Environment::taskroot()
    (@thekid)