All Versions
60
Latest Version
Avg Release Cycle
23 days
Latest Release
-
Changelog History
Page 3
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
fromamazonka-s3
in S3 events.
- 👉 Use
-
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.
- 🐳 Ensure Serverless variable substitutions properly affect the
-
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.