Releases: wasmCloud/wadm
Releases · wasmCloud/wadm
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
v0.4.0
Rewritten wadm release!
What's Changed
- feat(*): Completes spike of HA stream architecture by @thomastaylor312 in #60
- feat(*): Cleaner task running by @thomastaylor312 in #61
- feat: track lattice state in kv by @vados-cosmonic in #62
- ref(storage): Refactors store to better fit the data structure we need by @thomastaylor312 in #64
- feat(*): State generation by @thomastaylor312 in #65
- Added parser to serialize and deserialize OAM manifests by @aish-where-ya in #66
- Modified spread requirements to be a simple Map by @aish-where-ya in #68
- fix(ci): event_consumer_integration tests by @vados-cosmonic in #67
- ref(manifests): Clearer manifest types and documentation by @thomastaylor312 in #70
- feat(event): Full state unit tests by @thomastaylor312 in #69
- feat(api): Implements all model operations by @thomastaylor312 in #72
- feat(*): Handle deploy operations by @thomastaylor312 in #73
- Scaler trait and sample implementation with a SimpleScaler by @brooksmtownsend in #71
- feat(workers): Adds a new command worker by @thomastaylor312 in #76
- feat(*): Automatically observe lattices by @thomastaylor312 in #77
- (feat) Implement the ActorSpreadScaler by @brooksmtownsend in #75
- feat(*): Notifies on manifest deployment by @thomastaylor312 in #79
- feat(*): Integrates in the scalers into the event workers by @thomastaylor312 in #85
- feat(*) Provider Spreascaler implementation by @brooksmtownsend in #83
- feat(*) Link "spreadscaler" implementation by @brooksmtownsend in #84
- chore(*): Changes wadm version to alpha by @thomastaylor312 in #87
- feat(*) wash support by @brooksmtownsend in #89
- Updated README for wadm 0.4 by @brooksmtownsend in #90
- fix(*): Fixes various issues we had while debugging wadm for real by @thomastaylor312 in #91
- Wadm 0.4 by @thomastaylor312 in #93
- fix(ci): Adds conditional on GH release publish by @thomastaylor312 in #94
- docs(*): Adds known issues to readme by @thomastaylor312 in #95
- Allow more optional manifest things by @brooksmtownsend in #99
- feat(*) simple devcontainer by @brooksmtownsend in #92
- Bumps version for newest alpha by @thomastaylor312 in #103
- fix/100 allow nats JWT to be file or literal by @brooksmtownsend in #108
- feat(tests): Adds e2e test scaffolding by @thomastaylor312 in #111
- Added stale.yml definition by @brooksmtownsend in #115
- ref(server): Refactors storage for manifests by @thomastaylor312 in #116
- feat(*): Adds support for provider config by @thomastaylor312 in #118
- feat(*) Remove jitter with plural events and expected events by @brooksmtownsend in #112
- feat(scaler): Accounts for other providers running the lattice by @thomastaylor312 in #119
- feat(tests): Finishes e2e tests by @thomastaylor312 in #124
- Fixes an unclear glob export by @thomastaylor312 in #126
New Contributors
- @vados-cosmonic made their first contribution in #62
- @aish-where-ya made their first contribution in #66
Full Changelog: v0.3.1...v0.4.0
v0.4.0-alpha.3
Merge pull request #116 from thomastaylor312/fix/racy_manifests ref(server): Refactors storage for manifests
v0.4.0-alpha.2
What's Changed
- fix(ci): Adds conditional on GH release publish by @thomastaylor312 in #94
- docs(*): Adds known issues to readme by @thomastaylor312 in #95
- Allow more optional manifest things by @brooksmtownsend in #99
- feat(*) simple devcontainer by @brooksmtownsend in #92
- Bumps version for newest alpha by @thomastaylor312 in #103
Full Changelog: v0.4.0-alpha.1...v0.4.0-alpha.2
v0.4.0-alpha.1
What's Changed
- feat(*): Completes spike of HA stream architecture by @thomastaylor312 in #60
- feat(*): Cleaner task running by @thomastaylor312 in #61
- feat: track lattice state in kv by @vados-cosmonic in #62
- ref(storage): Refactors store to better fit the data structure we need by @thomastaylor312 in #64
- feat(*): State generation by @thomastaylor312 in #65
- Added parser to serialize and deserialize OAM manifests by @aish-where-ya in #66
- Modified spread requirements to be a simple Map by @aish-where-ya in #68
- fix(ci): event_consumer_integration tests by @vados-cosmonic in #67
- ref(manifests): Clearer manifest types and documentation by @thomastaylor312 in #70
- feat(event): Full state unit tests by @thomastaylor312 in #69
- feat(api): Implements all model operations by @thomastaylor312 in #72
- feat(*): Handle deploy operations by @thomastaylor312 in #73
- Scaler trait and sample implementation with a SimpleScaler by @brooksmtownsend in #71
- feat(workers): Adds a new command worker by @thomastaylor312 in #76
- feat(*): Automatically observe lattices by @thomastaylor312 in #77
- (feat) Implement the ActorSpreadScaler by @brooksmtownsend in #75
- feat(*): Notifies on manifest deployment by @thomastaylor312 in #79
- feat(*): Integrates in the scalers into the event workers by @thomastaylor312 in #85
- feat(*) Provider Spreascaler implementation by @brooksmtownsend in #83
- feat(*) Link "spreadscaler" implementation by @brooksmtownsend in #84
- chore(*): Changes wadm version to alpha by @thomastaylor312 in #87
- feat(*) wash support by @brooksmtownsend in #89
- Updated README for wadm 0.4 by @brooksmtownsend in #90
- fix(*): Fixes various issues we had while debugging wadm for real by @thomastaylor312 in #91
- Wadm 0.4 by @thomastaylor312 in #93
New Contributors
- @vados-cosmonic made their first contribution in #62
- @aish-where-ya made their first contribution in #66
Full Changelog: v0.3.1...v0.4.0-alpha.1
v0.3.1
What's Changed
- Listen for RPC events on different topic by @autodidaddict in #39
Full Changelog: v0.3.0...v0.3.1
v0.3.0
wadm 0.3.0 release
v0.2.2
What's Changed
- Fixed a few logic errors in config by @brooksmtownsend in #33
Full Changelog: v0.2.1...v0.2.2