Releases: adobe/aio-cli-plugin-runtime
2.0.0
Exported interface breaking change, plus bug fixes
The Runtime plugin has changed an exported interface, thus this is a breaking change that warrants a major version update.
This is a re-release of version 1.10.1 which should have been 2.0.0. Version 1.10.1 has been deprecated in npm, and version 1.10.2 was published to replace it (which reverts 1.10.1).
If you were impacted by downloading version 1.10.1, doing an npm install again should fetch the latest patch release (if your plugin version had a tilde or caret specifier in package.json).
- fix: add final annotation when creating web action. (#195) 4860b38
- fix: param flag takes precedence over param-file (#188) c0556fa
- fix: typo test name: unknrtLibn -> unknown (#193) a52f26b
- fix: typo thrrtLib => throw (#192) beefd85
- fix: mock runtime-lib (#186) 749ee94
- fix: update cmds now use create cmds where possible (#187) 0e443dc
- BREAKING: move runtime-helpers into runtime-lib as utils (#182) 2217ee6
- fix: remove hard-coded user-agent check 5bac283
Revert 1.10.1 (this release is the same as 1.10.0)
1.10.1 changes should be a major version release. This release reverts the 1.10.1 changes, so it is essentially 1.10.0
Bug fixes
- fix: add final annotation when creating web action. (#195) 4860b38
- fix: param flag takes precedence over param-file (#188) c0556fa
- fix: typo test name: unknrtLibn -> unknown (#193) a52f26b
- fix: typo thrrtLib => throw (#192) beefd85
- fix: mock runtime-lib (#186) 749ee94
- fix: update cmds now use create cmds where possible (#187) 0e443dc
- fix: move runtime-helpers into runtime-lib as utils (#182) 2217ee6
1.10.0
fix: web conductor actions, update aio-lib-runtime
New features: shared packages, action concurrency in manifest
1.8.0
- Merge pull request #172 from adobe/sync 3678d63
- fix for package annotations in sync command e8a90bf
- Merge pull request #169 from adobe/feed a6ce900
- Merge branch 'master' into feed f5d5ccd
- fix: improve Usage section in README 789d93d
- Merge branch 'master' into feed 3575ed9
- Headless adobe auth validation (#170) c0ed2b9
- Merge branch 'master' into feed 23bbd93
- version bump for auto completion 9033e71
- Moved and using aio-lib-runtime for value-add functionality in feeds b939cc5
- chore(readme): remove Greenkeeper badge (#168) d443c3d
- fix: use codecov bash uploader d8aaf3a
- New tests, 100% codecov and lint fixes 15c132e
- Test fixes 2df208a
- annotations workaround for openwhisk cli feed issue e8be80c
- support for trigger feeds 0d359ca
- Merge pull request #167 from adobe/envparams 3286282
- Clearer tests 734b42f
1.7.3
1.7.2
1.7.1
Temporarily remove extra header until this change is published to npm:
apache/openwhisk-client-js#209