Skip to content

Releases: adobe/aio-cli-plugin-app

12.1.0

26 Feb 16:29
Compare
Choose a tag to compare

Full Changelog: 12.1.0...12.1.0

12.0.1

20 Feb 22:12
Compare
Choose a tag to compare
  • fix: misleading publish errors (#769) 53160a8
  • fix: ACNA-2800 - code links in README point to a .ts file (#760) bca1200
  • fix: app pack and app install help was hidden in the README text (#758) 6d4b656
  • build(deps): bump which from 3.0.1 to 4.0.0 (#721) 77fbf16

12.0.0...12.0.1

12.0.0

12 Jan 04:25
Compare
Choose a tag to compare
  • chore(deps): update package.json adobe dependencies 4ce5feb
  • fix: ACNA-2399 - update app config lib major (#751) 1087e65
  • feat: add flag for init --repo with github personal access token (#746) 75539c9
  • fix: ACNA 2676 - confirm-new-workspace weirdness (#754) 8c5d879
  • fix: ACNA-1627 - catch local save log forwarding config errors 712e3f7
  • fix: ACNA-1833 - integrating reusable-workflows (#616) 8133c82
  • fix: not all missing files errors are because of an invalid root folder (#755) 2e4115c
  • fix: clean web.distProd on build (#752) 1f35c49
  • fix: increase jest timeout to 30s from 15s (#744) af171d4
  • feat: add tests flag to install command (#749) cba5501
  • fix(breaking-change): update for nodes 18 and 20 (#745) 6a4faf5
  • fix: bump tests/checks from 14,16 to 16,18 (#750) 81a90a3

11.1.0...12.0.0

11.1.0

13 Nov 22:04
Compare
Choose a tag to compare
  • Add support for quickstart apps (#679) 19c916e
  • fix: update openwhisk standalone config for new node-20 runtime and tags (#741) 8863c0c

11.0.0...11.1.0

11.0.0

16 Oct 11:36
Compare
Choose a tag to compare

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

03 Oct 05:06
Compare
Choose a tag to compare
  • Call events template with additional option events-config-path (#733) debdd2e
  • fix: pin eslint-plugin-n to ^15.7 to support node 14 (#730) 448fe1f

10.7.1...10.7.2

10.7.1

07 Sep 13:30
Compare
Choose a tag to compare
  • ACNA-2443: partial lib app config update for install and pack (#723) f71eb8d

10.7.0...10.7.1

10.7.0

07 Sep 05:34
Compare
Choose a tag to compare

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

29 Aug 20:19
Compare
Choose a tag to compare
  • fix comment (#715) 2960285
  • Update aio app add events to fetch events templates from Template Registry (#710) 7ddc5d9

10.5.0...10.6.0

What's Changed

Full Changelog: 10.5.0...10.6.0

10.5.0

28 Aug 23:47
Compare
Choose a tag to compare
  • fix: update url in help text for aio app use 816231f
  • 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

10.4.0...10.5.0

What's Changed

New Contributors

Full Changelog: 10.4.0...10.5.0