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

Changelog History
Page 2

  • v0.12.0 Changes

    January 06, 2017
    • ➕ add exec sub-command for pass-through of env vars. Closes #619
    • ➕ add improved message if curl failed due to permission error (#634)
    • ➕ add initial rust support (#549)
    • ➕ add function arn to list output (#627)
    • ➕ add IAM role support (#614)
    • 🛠 fix shim runtime for new functions, now "nodejs4.3"
  • v0.11.0 Changes

    November 21, 2016
    • ➕ add comparison of environment when performing change check
    • ➕ add support for APEX_ENVIRONMENT=prod apex deploy (#586)
    • ➕ add a minimum IAM policy to the documentation. (#529)
    • ✂ remove env hack, replace with native env support (#600)
    • 🛠 fix overrides of VPC in function.json. Closes #597 (#598)
    • 🛠 fix .apexignore fails when folder without trailling slash (#550)
  • v0.10.3 Changes

    September 05, 2016
    • ➕ add function.json fallback for any env if it is present. Closes #471
    • ➕ add aliases to apex list. Closes #430 (#457)
    • 🛠 fix config comparison function. Closes #528 (#530)
    • 🛠 fix error handling for incorrect 'handler' definition for python (fixes #498) (#501)
    • 🛠 fix: use executable's path as the temp path (#488)
    • 🛠 fix: run hooks before runtime plugins to fix (#491) (#492)
    • 🛠 fix ignoring of function.json when defaultEnvironment is used. Closes #467
    • 🛠 fix for go-github api changes. Closes #463 (#465)
    • 🛠 fix custom clean hook was not working on golang runtime. Closes #461 (#464)
  • v0.10.2 Changes

    June 16, 2016
    • fix version for upgrades
  • v0.10.1 Changes

    June 14, 2016
    • add missing --env-file for build command. Closes #452
  • v0.10.0 Changes

    June 14, 2016
    • add getting-started docs with init command
    • add infra docs
    • add role bootstrapping to apex init for a smoother experience
    • add project.json config "profile" support
    • add --env-file support. Closes #387
    • add multiple deployment targets for different environments (#432)
    • add missing -s, --set environment support to the build command. Closes #447
    • add retainedVersions as a pointer, letting you zero. Closes #407
    • refactor project init
    • remove api-gateway example since it is incomplete. Closes #445
    • fix flags before infra sub-command. Closes #421
    • fix panic when 'apex invoke -L' throws an error (#431)
    • fix setting handler func in Python runtime
  • v0.9.0 Changes

    May 10, 2016
    • add symlink docs
    • add autocomplete docs
    • add dynamic auto-completion (#403)
    • add function globbing (#397)
    • add basic Segment analytics
    • add support for symlinks. Closes #320 (#375)
    • add marking not deployed functions on list (#374)
    • add multiple funcs rollback. Closes #372 (#373)
    • add support for updating function runtimes (apex deploy). Closes #369
    • add metric price (#368)
    • add implicit APEX_FUNCTION_NAME and LAMBDA_FUNCTION_NAME env vars
    • add apex environment as tfvar apex_environment
    • fix symlink support. Closes #401 #288 (#404)
    • fix install script, parse Github tag JSON with no newlines fixes #400 (#402)
    • fix missing logs. Closes #393
    • fix new lines in Hooks docs. Closes #390
    • fix generated boilerplate package
    • fix panic when trying to set incomplete -s var (#379)
    • fix infra command terraform flags pass-through. Closes #325 (#386)
    • fix missing defaultEnvironment in project.json. Closes #382
  • v0.8.0 Changes

    April 08, 2016
    • add nodejs 4.3.2 support. Closes #356
    • add defaultEnvironment in project.json. Closes #338
    • add test for merging envs. Closes #348
    • rename --start to --since [breaking change]
    • refactor java plugin to expect a JAR file, rather than building one based on a pom file. [breaking change]
    • fix: api-gateway example Internal server error
  • v0.7.3 Changes

    March 23, 2016
    • add passing aws_region var to Terraform
    • add API Gateway integration example. Closes #339
    • add env switch. Closes #304
    • add indent in init command. Closes #303
    • fix prompt.Confirm on Windows
  • v0.7.2 Changes

    March 15, 2016
    • fix checking config changes. Closes #334