Aegis v1.16.3 Release Notes
Release Date: 2019-07-28 // over 5 years ago-
๐ A few minor adjustments to help make things a little less confusing. The output of
go build
is now shown when runningaegis deploy
and theGO111MODULE=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 toaegis.yaml
underapp.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.