Releases: adobe/aio-lib-runtime
Releases · adobe/aio-lib-runtime
7.0.0
6.2.0
- feat: add emptyDist param to buildActions (#192) 6eede3a
- fix: ACNA-2967 - web actions and web sequences with the same name can be deployed, web action implementation is unreachable (#190) da90917
- fix: ACNA-2963 - an action with annotation web-export: raw should be considered a web action in getActionUrl (#189) 4cec293
- fix: inherit secrets in nodejs ci workflow (#187) b8b0b61
6.1.1
What's Changed
- ACNA-1828 | Externalised the workflow by @amulyakashyap09 in #175
Full Changelog: 6.1.0...6.1.1
6.1.0
- feat: throw a warning if require-adobe-auth is set for a non-web action (#171) 8b25c82
- chore(deps-dev): bump typescript from 4.9.5 to 5.2.2 (#162) 5d351ed
- chore(deps): bump archiver from 5.3.2 to 6.0.1 (#163) 4897c9e
- chore(deps-dev): bump jsdoc-to-markdown from 5.0.3 to 8.0.0 (#159) a0f99ab
- chore: update openwhisk dep to 3.21.8 ( updates needle ) (#174) 717297d
- fix: failing e2e tests because of mocked fs (#173) 73f3c37
6.0.0
5.4.1
5.4.0
- fix: ACNA-2078 - add api url e2e test (#155) df47319
- fix: send connection: keep-alive with package/action/rule/trigger update (#154) 58b6d80
- fix: remove (almost all) commented code, remnant debug console.logs, plus minor fix-ups 7d463c0
- fix: e2e test failure due to removal of symlinks (#151) d4905f9
- chore(deps): bump fs-extra from 9.1.0 to 11.1.1 (#134) 0057ce8
- fix: remove legacy symlink (#150) ab1aec9
- chore(deps): bump js-yaml from 3.14.1 to 4.1.0 (#136) 1ddfb02
- chore(deps-dev): bump jest-junit from 10.0.0 to 16.0.0 (#137) 154c992
- chore(deps-dev): bump dotenv from 8.6.0 to 16.3.1 (#144) 73508c0
- fix: update eslint-config peer deps and issues 10fa232
- CEXT-2009 Add New Relic support to aio CLI (#148) e5c8fd2
What's Changed
- CEXT-2009 Add New Relic support to aio CLI by @gjmarques in #148
- chore(deps-dev): bump dotenv from 8.6.0 to 16.3.1 by @dependabot in #144
- chore(deps-dev): bump jest-junit from 10.0.0 to 16.0.0 by @dependabot in #137
- chore(deps): bump js-yaml from 3.14.1 to 4.1.0 by @dependabot in #136
- fix: remove legacy symlink by @purplecabbage in #150
- chore(deps): bump fs-extra from 9.1.0 to 11.1.1 by @dependabot in #134
- fix: e2e test failure due to removal of symlinks by @shazron in #151
- Send connection: keep-alive by @purplecabbage in #154
- fix: ACNA-2078 - add api url e2e test by @shazron in #155
New Contributors
- @gjmarques made their first contribution in #148
Full Changelog: 5.3.1...5.4.0
5.3.2
Hotfix:
- always send
connection: keep-alive
for Openwhisk server connections. This is a work-around for hangups duringaio app deploy
due to an infra change.
Full Changelog: 5.3.1...5.3.2