Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Releases: serverless/serverless-openwhisk

0.12.0 (27.03.2018)

27 Mar 12:03
Compare
Choose a tag to compare
  • 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)

02 Mar 17:16
Compare
Choose a tag to compare
  • Add support for Java runtimes. (#94)

0.10.1 (22.11.2017)

22 Nov 15:58
Compare
Choose a tag to compare
  • 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)

06 Oct 13:34
Compare
Choose a tag to compare
  • Allow setting API GW response type (#80)
  • Fix function deployment for binary handlers (#81)

0.9.0 (25.08.2017)

25 Aug 15:21
Compare
Choose a tag to compare
  • 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)

28 Jul 13:33
Compare
Choose a tag to compare
  • Relative paths for actions are not correctly packaged (#69).

0.8.1 (21.07.2017)

21 Jul 10:09
Compare
Choose a tag to compare
  • Minor bug fix to resolve handler names with special characters (#65).

0.8.0 (12.07.2017)

12 Jul 10:38
Compare
Choose a tag to compare
  • 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)

08 Jun 11:52
Compare
Choose a tag to compare
  • 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)

11 Apr 14:39
Compare
Choose a tag to compare
  • 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.