Openwhisk Client Js Versions Save

JavaScript client library for the Apache OpenWhisk platform

3.19.0

4 years ago
  • Initial release as an Apache Incubator project.
  • Add support for using HTTP Proxy with library (#147)
  • Allow users to set API version for platform API (#151)
  • Allow users to provide own client certificate and key in configuration (#152)

Apache OpenWhisk Client Js is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

3.18.0

5 years ago
  • add header x-namespace-id (#140)
  • protect against lack of Error.captureStackTrace (#138)
  • fix missing pass-through of user-agent and add option noUserAgent (#136)

3.17.0

5 years ago
  • Update npm token use for deploy (#126)
  • Add explicit call to routemgmt.yml in travis (#127)
  • Fix types for blocking and result (#130)
  • Add authHandler option to deal with authorization header (#132)

3.16.0

5 years ago
  • Add User-Agent to request headers (#118)
  • Fix actions.update ignoring options.exec.image parameter (#121)

3.15.0

6 years ago
  • Add support for secure_key parameter for ow.routes.create (#114 )
  • Environment parameter for setting configuration insecure flag. (#110)

3.14.0

6 years ago
  • Add support to count entities with list (#109 )

3.13.1

6 years ago
  • Fix support for string parameter in action.get API (#105)

3.13.0

6 years ago
  • Adds an optional query parameter for action fetches that determines if action code will be retrieved or not (#99)

3.12.0

6 years ago
  • Retain namespace get support even though platform is deprecating this endpoint. (#94, #95)

3.11.0

6 years ago
  • Added client library support for updating trigger feeds (#88)
  • Updated version of needle to 2.1.0 to resolve timeout issues with HTTP library (#90)