Serverless Openwhisk Versions Save

Adds Apache OpenWhisk support to the Serverless Framework!

v0.12.0

6 years ago
  • 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)

v0.11.0

6 years ago
  • Add support for Java runtimes. (#94)

v0.10.1

6 years ago
  • 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)

v0.10.0

6 years ago
  • Allow setting API GW response type (#80)
  • Fix function deployment for binary handlers (#81)

v0.9.0

6 years ago

v0.8.2

6 years ago
  • Relative paths for actions are not correctly packaged (#69).

v0.8.1

6 years ago
  • Minor bug fix to resolve handler names with special characters (#65).

v0.8.0

6 years ago
  • 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 (605581b885c1ef262a3194bafbd2267cc558b387)

v0.7.0

6 years ago
  • 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.

v0.6.0

7 years ago
  • 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.