Releases: adobe/aio-cli-plugin-events
Releases · adobe/aio-cli-plugin-events
4.0.1
What's Changed
- ACNA-1833 | Externalising github workflow by @amulyakashyap09 in #91
- fix: ACNA-2804 - code links in README point to a .ts file by @shazron in #93
- Externalised GitHub workflows by @amulyakashyap09 in #94
Full Changelog: 4.0.0...4.0.1
4.0.0
3.3.3
3.3.2
3.3.1
3.3.0
- Add pre-pack hook event registration validation (#81) 9330a19
- Bump @adobe/aio-lib-core-config from 3.1.0 to 4.0.0 (#75) dc811bf
- Bump @types/jest from 27.5.2 to 29.5.3 (#74) 17e92e2
- Bump js-yaml from 3.14.1 to 4.1.0 (#70) 04669a4
- Bump jest-junit from 10.0.0 to 16.0.0 (#68) 76fef31
- Bump acorn from 7.4.1 to 8.10.0 (#67) 037a8a0
- Implement pre-undeploy-event-reg hook to undeploy event registrations (#65) 547c011
- Bump eslint-plugin-standard from 4.1.0 to 5.0.0 (#34) 7fb5778
- Bump jest-haste-map from 27.5.1 to 29.5.0 (#52) c4b5088
- Bump jest-resolve from 27.5.1 to 29.5.0 (#41) d730185
- Bump jest from 27.5.1 to 29.5.0 (#40) 8a67c9e
- Merge pull request #64 from adobe/CI-5884 32d36ed
- add unit tests for syncing registrations on --force-delete e89ca41
- delete registrations not part of config on --force-events flag enabled 17af58e
- Fetch webhook registrations for workspace from IO Events 3090d75
3.2.0
- add filtering options to fetch provider list for org 3253244
Support for oAuth server-to-server credential.
- Fix difference between integration types and corresponding json keys (#62) 79fb96b
- feat: support oauth s2s migration credential type (#61) 09b7566
- fix: update codecov from bash uploader to Github Action (#53) 13b5be7
- fix linting errors 6383974
- feat: register hooks for deploy/undeploy time event registration 0e6a9b2
Bug fix in inquirer dependency
3.0.0
Breaking change:
This release updates the aio-lib-events SDK used to version 3.0.0 to use the latest IO Events Regstration API where registrations are now defined in the context of a project and workspace
The response model is in the json+hal format
More details on the response models can be found More details on the APIs can be found here: https://developer.adobe.com/events/docs/api/#tag/Registrations
See https://github.com/adobe/aio-lib-events/releases/tag/3.0.0 for the changes in aio-lib-events version 3.0.0
Commit List