Skip to content

11.0.0

Compare
Choose a tag to compare
@shazron shazron released this 16 Oct 11:36
· 36 commits to master since this release

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