Releases: adobe/aio-cli-plugin-app
11.0.0
Breaking Change
Creating Event-Driven App Builder Applications
aio app add events now adds event registrations associated with non web actions to your app.
On deploying the applications, the event registrations are created in the workspace, and will start receiving events.
Use the --force-events flag to delete registrations in the workspace that are not part of the app config file.
On undeploying the application, all event registrations in the config file are deleted.
Registration in a workspace are uniquely identified by the registration name.
The old publish-action template is now under aio app add actions which fetches all action templates. Select the @adobe/generator-add-publish-events template to add a sample action that publishes custom events in Cloud Events format to IO Events.
What's Changed
- fix: ACNA-2561 - app pack command should exclude hidden files by @shazron in #734
- fix: ACNA-2562 - artifacts and zip output should be in a .gitignored dist folder by @shazron in #736
- fix (breaking-change): remove flags for event templates and events deploy / undeploy hooks by @sangeetha5491 in #732
- fix: handle failures from pre-pack hook by @purplecabbage in #727
Full Changelog: 10.7.2...11.0.0
10.7.2
10.7.1
10.7.0
What's Changed
- fix: remove isv dev details from mesh config while packing by @MichaelGoberling in #716
- fix: Revert "feat: add code download annotation during install (#711)" by @MichaelGoberling in #717
- fix: align action and package string requirements with openwhisk schema by @MichaelGoberling in #718
- fix: ACNA-2522 - For OAuth webapp credentials in a project, escaped redirect_uri from Developer Console causes a validation error by @shazron in #724
- fix: ACNA-2505: packed application version must follow X.Y.Z format by @moritzraho in #722
- feat: update mesh config schema by @MichaelGoberling in #726
Full Changelog: 10.6.0...10.7.0
10.6.0
- fix comment (#715) 2960285
- Update aio app add events to fetch events templates from Template Registry (#710) 7ddc5d9
What's Changed
- Update aio app add events to fetch events templates from Template Registry by @sangeetha5491 in #710
- remove comment by @sangeetha5491 in #715
Full Changelog: 10.5.0...10.6.0
10.5.0
- fix: update url in help text for
aio app use816231f - feat: add code download annotation during install (#711) fd8d395
- build(deps): bump @adobe/generator-app-common-lib from 0.3.3 to 0.4.0 (#707) a427f0c
- aio app pack fixes (#702) 2b07a9a
- build(deps): bump @oclif/core from 2.8.12 to 2.11.6 (#706) a7189d4
- fix: eslint overzealousness with jsdoc/tag-lines bdf3a75
- fix: eslint issues 57beafe
- fix: update eslint-config peer deps c643d5a
- fix: handle mesh config 404 error (#700) bfd9288
- Error handling and refactoring pre-undeploy-event-reg hook implementation (#694) 251f7bb
- build(deps): bump @adobe/aio-lib-core-config from 3.1.0 to 4.0.0 (#693) b9cf971
- build(deps): bump @oclif/core from 1.26.2 to 2.8.11 (#692) 1d3dfbe
- feat: add New Relic log forwarding support (#689) 87f6c78
What's Changed
- CEXT-2009 Add New Relic support to aio CLI by @gjmarques in #689
- build(deps): bump @oclif/core from 1.26.2 to 2.8.11 by @dependabot in #692
- build(deps): bump @adobe/aio-lib-core-config from 3.1.0 to 4.0.0 by @dependabot in #693
- Error handling and refactoring pre-undeploy-event-reg hook implementation by @sangeetha5491 in #694
- fix: handle mesh config 404 error by @MichaelGoberling in #700
- build(deps): bump @oclif/core from 2.8.12 to 2.11.6 by @dependabot in #706
- aio app pack fixes by @moritzraho in #702
- build(deps): bump @adobe/generator-app-common-lib from 0.3.3 to 0.4.0 by @dependabot in #707
- feat: add code download annotation during install by @MichaelGoberling in #711
New Contributors
- @gjmarques made their first contribution in #689
- @sangeetha5491 made their first contribution in #694
Full Changelog: 10.4.0...10.5.0