Aegis v1.16.3 Release Notes

Release Date: 2019-07-28 // over 4 years ago
  • ๐Ÿš€ A few minor adjustments to help make things a little less confusing. The output of go build is now shown when running aegis deploy and the GO111MODULE=on environment variable was removed from the internal build command. In order to use it, or any other environment variables at build time, add them to aegis.yaml under app.buildEnvVars.


Previous changes from v1.16.1

  • ๐Ÿ‘ Found a way to catch false positive base64 decoded values from API Gateway stage variables, this patch version issues a quick fix for that. If you never tried to store a character API Gateway didn't support, you'd be fine. If you knew to base64 decode yourself, you'd be fine. However, this ensures you don't need to worry about what API Gateway supports and doesn't support.