- use --version to print current version
- test-lambda now accepts --version
- documentation re-structured so individual commands now print out options with --help
- markdown docs for the API on github
- bugfix to handle correctly POST operations with a charset (jQuery Ajax does this)
- utility destroy command for undeploying lambda and removing the API and associated roles.
- support for apiKeyRequired option in the apiBuilder methods. See Requiring Api Keys for more information
- better error message when the
api-module
argument is not compatible with theApiBuilder
interface (eg people forget to export the api);
- support for text/xml requests
- scheduled events now support
--cron
shorthand argument for easier parsing on Windows
- scheduled events now support
--rate
shorthand argument for easier parsing on Windows
- Support for alternative config files (instead of claudia.json). just supply
--config FILE_NAME
to any command
- bugfix for empty FORM post parameters