Skip to content

Releases: apache/openwhisk-client-js

3.21.8

01 Dec 17:04
3.21.8
9e8923a
Compare
Choose a tag to compare
  • Update dependencies
  • Switched CI from Travis to GitHub Actions

3.21.7

22 Aug 21:16
3.21.7
95f66ca
Compare
Choose a tag to compare
  • Update dependencies

3.21.6

04 Jan 18:05
1aba396
Compare
Choose a tag to compare

3.21.5

09 Nov 01:12
cb4b147
Compare
Choose a tag to compare
  • Support client retries (#227)
  • don't request nodejs 10 environment (#228)
  • fix travis URL (#226)
  • Adding missing properties to Exec TS defs (#225)

3.21.4

24 May 13:51
3.21.4
c697f0b
Compare
Choose a tag to compare
  • Adding missing main property to Exec type (#222)
  • chore: Fix spelling errors (#219)
  • Add concurrency to the limits map to allow the client to request concurrency limits (#218)

3.21.3

05 Nov 17:01
3.21.3
77f7c8f
Compare
Choose a tag to compare
  • Relax action kind typing (#215)

3.21.2

08 May 16:23
eaa4374
Compare
Choose a tag to compare
  • Allow custom headers (#209)
  • Propagate __OW_TRANSACTION_ID if present (#208)

3.21.1

08 Feb 19:08
faa7f69
Compare
Choose a tag to compare
  • Fix version in package.json and package-lock.json
  • Update npm ignores.

3.21.0

06 Feb 23:29
7c40243
Compare
Choose a tag to compare
  • Allow clients to override API mappings for the Route operations (#201)
  • Handle a blocking/result response that is demoted to async (#199)
  • Fix handling of request exceptions in client.js (#196)
  • Allow update to action without requiring a code artifact (#195)

3.20.0

28 Aug 15:50
Compare
Choose a tag to compare
  • Removed all references to Incubator now Apache OpenWhisk has passed incubation.
  • Add proxy agent to be included by runtime, rather than building in (#175)
  • Re-worked CI/CD setup (#180)