All Versions
33
Latest Version
Avg Release Cycle
41 days
Latest Release
2151 days ago

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
  • 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)
  • 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
    • โž• add support for deploying existing zips. Closes #480
    • ๐Ÿ”„ change index.js inference to use v6.10
    • ๐Ÿ›  fix empty DeadLetterARN config triggering deploy no matter what. Possibly Closes #701 (#713)
    • ๐Ÿ›  fix webpack2 example for version 2.3.1 (#709)
  • v0.13.1 Changes

    March 23, 2017
    • โž• add Node v6.10 support. Closes #493
    • ๐Ÿ”„ change runtime to nodejs43 for rust lambdas (#689)
    • ๐Ÿ›  fix context for gh ListReleases call (#691)
    • ๐Ÿ›  fix alias command example by removing v prefix: v5 should be just 5 (#681)
  • v0.13.0 Changes

    February 15, 2017
    • โž• add clojure support (#674)
    • add variable apex_function_NAME_name to the exported variable to terraform (Closes #654) (#660)
    • โž• add support for DLQ ARN (#649)
    • โž• add support for KMS ARN (#648)
    • โž• add alias command (#647)