Releases: serverless/serverless-openwhisk
Releases · serverless/serverless-openwhisk
0.12.0 (27.03.2018)
- Add support for creating and using action packages (#87, #95, #96)
- Allow explicit packages to bind to external shared packges (#97)
- Set credentials path from environment variable (#101)
0.11.0 (02.03.2018)
- Add support for Java runtimes. (#94)
0.10.1 (22.11.2017)
- Add missing lodash dependency (#90)
- Rename internal Docker class name (#89)
- Fix incorrect documentation around parameters names (#82)
- Resolve deployment issue for routes with same base path (#83)
0.10.0 (06.10.2017)
- Allow setting API GW response type (#80)
- Fix function deployment for binary handlers (#81)
0.9.0 (25.08.2017)
- Adding PHP support to provider plugin (#73).
- Actions now support using custom Docker image for runtime (#71).
- Cloudant event support now includes optional parameters (#74).
- Travis CI support for integration testing (#76).
0.8.2 (28.07.2017)
- Relative paths for actions are not correctly packaged (#69).
0.8.1 (21.07.2017)
- Minor bug fix to resolve handler names with special characters (#65).
0.8.0 (12.07.2017)
- Fix packaging issue for sequence actions (#62)
- Support loading native JavaScript object as invoke parameters (#60)
- Pre-compiled Swift binaries can be deployed as OpenWhisk actions (605581b)
0.7.0 (08.06.2017)
- Add support for IBM Bluemix API Gateway (#53)
- Add verbose output to deploy command (#47)
- Ensure rules are active after re-deploy (#55)
- Detect API GW authentication key expiry and prompt user with error message.
0.6.0 (11.04.2017)
- Show Web Export Action URLs in
sls info
. (#45)
- Added support for Docker and Binary runtimes. (#44)
- Added support for Python and Swift runtimes. (#42, #23)
- Support
invoke local
with Python runtime.
- Better error messages for application error responses.