Releases: apache/openwhisk-client-js
Releases · apache/openwhisk-client-js
3.21.8
- Update dependencies
- Switched CI from Travis to GitHub Actions
3.21.5
- 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
- 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
- Relax action kind typing (#215)
3.21.2
- Allow custom headers (#209)
- Propagate __OW_TRANSACTION_ID if present (#208)
3.21.1
- Fix version in package.json and package-lock.json
- Update npm ignores.
3.21.0
- 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
- 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)