Changelog History
Page 1
-
v1.0.0 Changes
May 08, 2018🔄 Changelog
👍 d7a319c AWS Lambda now natively supports Golang (#870)
1244b7c Add dependency for go example (#878)
🚀 6a44f14 Release v1.0.0-rc3
🚚 ca1585b Remove reference to Go as supported by lambda now (#871)
cf44c5f add AWS endpoint flag. Closes #794 (#875)
72e87d9 fix broken Slack Status link on website (#880)
👍 8237e93 fix support for >50 lambda versions. Closes #846 (#882)
ad3d365 project.json_sub with wrong handler (#868)
🚀 Automated with GoReleaser
Built with go version go1.10 darwin/amd64 -
v1.0.0-rc4 Changes
August 29, 2018- add
region
field to project configuration (#889) - update AWS SDK versions for assuming roles. Closes #886
- add
-
v1.0.0-rc3 Changes
May 07, 2018🔄 Changelog
👍 d7a319c AWS Lambda now natively supports Golang (#870)
1244b7c Add dependency for go example (#878)
🚀 6a44f14 Release v1.0.0-rc3
🚚 ca1585b Remove reference to Go as supported by lambda now (#871)
cf44c5f add AWS endpoint flag. Closes #794 (#875)
72e87d9 fix broken Slack Status link on website (#880)
👍 8237e93 fix support for >50 lambda versions. Closes #846 (#882)
ad3d365 project.json_sub with wrong handler (#868)
🚀 Automated with GoReleaser
Built with go version go1.10 darwin/amd64 -
v1.0.0-rc2 Changes
January 17, 2018🔄 Changelog
🚀 827dcd1 Release v1.0.0-rc2
⬆️ cf2ec2b add new upgrade mechanism to match Up
⬆️ 9870aaa add utils from Up which are necessary for upgrade
🚀 Automated with GoReleaser
Built with go version go1.9.2 darwin/amd64 -
v1.0.0-rc1 Changes
January 18, 2018🔄 Changelog
🛠 b237acf Fixed link to Apex Slack (#858)
483c3aa add .envrc to .gitignore
🚀 2c69dff add .goreleaser.yml
49cfa2b add codesponsor
eeb439e add note about Up
4825cc1 add note about Up
077b585 change install.sh to godownloader
🚀 ee7cbeb change makefile to use goreleaser
41edea5 fix native golang inference and go example
a16e3b5 fix slack link
🚀 56d5c51 remove build dep from release target
🚚 c3655df remove codesponsor
🚚 6f1a3d7 remove nodejs shim from the golang runtime in favor of native aws support (#864)
⚡️ 6791ca7 update link in aws-credentials (#847)
⚡️ 1a8be59 update rust example (#851)
🚀 Automated with GoReleaser
Built with go version go1.9.2 darwin/amd64 -
v0.16.0 Changes
October 14, 2017- ➕ add
./vendor
- 🔨 refactor: move
process.env
out of the shim event handlers - 🔨 refactor shim, allowing for concurrent calls to handler (#822)
- ✂ remove analytics. Closes #777
- 🛠 fix node runtime
- 🛠 fix deploying java and clojure functions from zipfile (#820)
- 🛠 fix #815 - clojure deployments being doubled by java plugin (#816)
- 🛠 fix for issue #380 (#814)
- 🛠 fix: move -C chdir flag check to beginning of preparation function. (#766)
- ➕ add
-
v0.15.0 Changes
June 12, 2017- ➕ add passing of maps that describe all apex functions to terraform Closes #737 (#744)
- ➕ added nodejs4.3-edge runtime (#741)
- ➕ add ListFunctions to min IAM policy example (#733)
- ➕ add documentation to set alias to another alias (#732)
- ➕ add arbitrary python version support. Closes #723
- ➕ Add lambda:ListAliases to min IAM policy (#729)
- ➕ add --alias docs
- 🔄 change DefaultRetainedVersions to 25
- 🚀 Update function deploy to update the specified alias even if code has not changed. Closes #686 (#712)
- ⬆️ upgrade example to use nodejs version 6.10 (#719)
- 🛠 fix tabs in deploy example
-
v0.14.0 Changes
April 01, 2017 -
v0.13.1 Changes
March 23, 2017