All Versions
33
Latest Version
Avg Release Cycle
41 days
Latest Release
2470 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.7.1 Changes
March 14, 2016- add error message to install.sh if GitHub API call fails
- add example of following logs with no historical output
- add deploy, rollback, and invoke --alias support. Closes #7
- add remote Terraform state init. Closes #299
- add openbsd. Closes #307
- add DEBUG_SHIM to out stdout output
- refactor logging in function. Closes #84
- fix detecting config changes. Closes #311
- fix AWS config precedence
-
v0.7.0 Changes
March 03, 2016- add Project.LoadFunction(name)
- add project.LoadFunctionByPath(name, path)
- add
init
command - add
infra
command - add zip compression. Closes #263
- add several new examples (browserify, webpack, java)
- add zero-ing of mtime for all files. Closes #262
- add java support . Closes #4
- add installation script. Closes #199
- add VPC support. Closes #242
- add cleaning up old versions. Closes #148
- add a flag for passing an AWS credentials file into Apex
- refactor rollback to use flag instead of arg. Closes #289
- refactor Java plugin; no pom.xml generation
- refactor env flag; moved to deploy command
- fix EACCESS error caused by missing exec bit. Closes #281
- fix pattern matching for .gitignore parity. Closes #228
- fix loading region from default profile
- fix path separator handling in windows. Closes #222.
- fix: build all Golang source files for function
-
v0.6.1 Changes
February 08, 2016- fix adding generated files to archive. Closes #221
-
v0.6.0 Changes
February 06, 2016- add babel example
- add hook documentation. Closes #212
- add FileInfo wrapper to zero mtime. Closes #152
- add inline markdown docs. Closes #194
- add env populating for python runtime. Closes #202
- add multiple functions to metrics. Closes #182
- add support for AWS_PROFILE region from ~/.aws/config
- add function.json ignoring by default. Closes #196
- add support for pulling region from aws-cli config. Closes #90
- add ./docs moved from wiki and additional content
- add support for invoke without event. Closes #173
- add pager to docs command when stdout is a tty
- add function name to error output. Closes #160
- add multi-function log support. Closes #159
- add tfvars output to list command. Closes #155
- add nodejs prelude script injection. Closes #140
- add support for aws profile switching via aws shared credentials
- add support for overriding the build hook when using golang runtime
- rename --duration to --start. Closes #204
- remove old --verbose flag
- remove Go runtime, use apex/go-apex, updates examples. Closes #156
- refactor shim plugin to access zip directly. Closes #190
- refactor commands into packages. Closes #107
- refactor functions loading. Closes #132
- fix updating configuration. Closes #206
- fix list command when function does not exist (ignore remote config)
-
v0.5.1 Changes
January 25, 2016- fix env variable precedence when set via flag
- fix open file limit bug
-
v0.5.0 Changes
January 24, 2016- add metrics command
- add hook support. Closes #68
- add plugins, replacing runtimes. Closes #130
- add coffeescript example using hooks
- add invoke support to omit .event and .context. Closes #13
- add .apexignore support. Closes #69
- add simple CONTRIBUTING.md. Closes #121
- add deploy -c, --concurrency. Closes #46
- add "apex version" and dropped "-v" and "--version" global flag
- add -f flag support to "apex logs". Do not follow by default
- add wiki multi-arg support. Closes #117
- change wiki code to bold instead of gray
- remove deferring of file Close() for builds (keep fd count low)
- rename {Project,Function}.SetEnv to Setenv
- rename wiki command to docs
-
v0.4.1 Changes
January 17, 2016- add Project.name(fn) to compute nameTemplate
- remove Function Config.Name support, fixing name reference bug. Closes #81
-
v0.4.0 Changes
January 17, 2016- add help command, pulling data from wiki. Closes #74
- add project nameTemplate support. Closes #73
- add python example
- add --env flag back
- add --dry-run. Closes #47
- add function name inference
- add runtime inference
- add function config inheritance from project config
- change logger to use cli handler
-
v0.3.0 Changes
January 09, 2016- add Project.Name function prefixes to prevent collisions
- add Function.Prefix support
- add initial log tailing
- add basic config validation
- remove old Function.Verbose field
-
v0.2.0 Changes
January 06, 2016- add concurrent deploys
- add --log-level. Closes #42
- add multi-function and project level management
- add rollback support