All Versions
60
Latest Version
Avg Release Cycle
23 days
Latest Release
-

Changelog History
Page 3

  • v0.9.1 Changes

    October 01, 2019
    • ๐Ÿš€ Release a version following the proper release process.
  • v0.9.0 Changes

    October 01, 2019
    • ๐Ÿ‘‰ Use ObjectVersionId from amazonka-s3 in S3 events.
  • v0.8.11 Changes

    September 21, 2019
    • โšก๏ธ Update the list of system libraries available on AWS Lambda (#108).
  • v0.8.10 Changes

    August 20, 2019
    • ๐Ÿ›  Fix deployment to Hackage using new Stack.
  • v0.8.9 Changes

    August 19, 2019
    • Close the listening socket to fix local invocations hanging (#103).
  • v0.8.8 Changes

    May 31, 2019
    • Switch AWS Lambda runtime to NodeJS 10.x.
  • v0.8.7 Changes

    April 23, 2019
    • ๐Ÿ— Build the whole project instead of individual handlers by default for better caching behavior.
  • v0.8.6 Changes

    March 15, 2019
    • ๐Ÿณ Ensure Serverless variable substitutions properly affect the docker value in the configuration.
  • v0.8.5 Changes

    December 26, 2018
    • ๐Ÿ‘ Explicitly support LTS 13
  • v0.8.4 Changes

    November 25, 2018
    • ๐Ÿ”„ Change the communication method between the JavaScript wrapper and the Haskell process to TCP. This fixes errors like "Resource vanished: broken pipe" when running the Haskell executable standalone.
    • ๐ŸŽ Do not crash when ldd is not found when locally invoking a function on macOS.
    • ๐Ÿ›  Fix error message about no Haskell functions being found when invoking a function locally.