Releases: wasmCloud/wadm
Releases · wasmCloud/wadm
v0.7.0-rc1
What's Changed
- fix: implement model name sort in model listing by @emattiza in #172
- bug: fix structured logging crash by @emattiza in #174
- feat(spreadscaler): Assign leftover instances by weight, instead of spread order by @ahmedtadde in #173
- feat(server): improved output messages for model operations by @ahmedtadde in #178
- feat!(state): Updates event loop to store state from ActorsStarted/Stopped by @thomastaylor312 in #181
- Validate that linkdef targets actually exist in the manifest by @ahmedtadde in #182
- Use actor scale ctl commands by @brooksmtownsend in #171
- Refactor manifest upgrade for more efficient scaler computation by @ahmedtadde in #183
New Contributors
- @emattiza made their first contribution in #172
- @ahmedtadde made their first contribution in #173
Full Changelog: v0.6.0...v0.7.0-rc1
v0.6.0
What's Changed
- Add Actor and Provider Daemonscalers by @brooksmtownsend in #157
- chore: bump to 0.6.0 for release by @brooksmtownsend in #169
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
Changelog
v0.5.0 (2023-08-23)
Features
- server: add validation support for manifests
(5e7ef37) - status: fully compute status for status updates
(d18811d) - docker: add ca-certificates back to container
(1fa321a) - e2e: add manifest upgrade e2e test
(b0c8820) - linkscaler: add interest in LinkdefSet
(7bd158d) - linkscaler: add interest in LinkdefSet
(e370ac2) - e2e: add status assertions to e2e tests
(2256c8d) - status: implement basic status, validate name
(409de13) - multitenant: store and query manifests by account
(86d34f4) - multitenant: restore consumer multitenant prefix
(df9db63) - multitenant: added e2e test logging
(be385dd) - docker: added make build-docker rule
(5581d01) - multitenant: added basic e2e test
(bd22320) - multitenant: added e2e test infra
(ed2d285) - multitenant: use multitenant prefix ctl cmds
(b19def3)
Fixes
v0.5.0-rc.1
0.5.0 release candidate 1
v0.5.0-alpha.4
chore: bump to 0.5.0-alpha.4 Signed-off-by: Brooks Townsend <brooks@cosmonic.com>
v0.5.0-alpha.3
What's Changed
- feat(status): implement status for applications by @brooksmtownsend in #144
- chore: bumped to 0.5.0-alpha.3 by @brooksmtownsend in #148
Full Changelog: v0.5.0-alpha.2...v0.5.0-alpha.3
v0.5.0-alpha.2
What's Changed
- fix(*): acquire permit for work after receive msg by @brooksmtownsend in #140
Full Changelog: v0.5.0-alpha.1...v0.5.0-alpha.2
v0.5.0-alpha.1
Changelog
v0.5.0-alpha.1 (2023-07-25)
Features
- multitenant: store and query manifests by account
(86d34f4) - multitenant: restore consumer multitenant prefix
(df9db63) - multitenant: added e2e test logging
(be385dd) - docker: added make build-docker rule
(5581d01) - multitenant: added basic e2e test
(bd22320) - multitenant: added e2e test infra
(ed2d285) - multitenant: use multitenant prefix ctl cmds
(b19def3)
Fixes
- multitenant: filter consumers by multitenant status
(14b0532) NOTE: This is a breaking change and requires users to clear out all existing consumers before running the latest version. - canary: include context and binaries for canary release
(4a8c2a9) - e2e: update tests with notion of account prefix
(29d513a)
v0.4.1
bump async-nats, nkeys, wasmbus-rpc, and wasmcloud-control-interface