Skip to content

Releases: wasmCloud/wadm

v0.7.0-rc1

22 Sep 19:18
81d754d
Compare
Choose a tag to compare
v0.7.0-rc1 Pre-release
Pre-release

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

Full Changelog: v0.6.0...v0.7.0-rc1

v0.6.0

05 Sep 22:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

v0.5.1

05 Sep 20:52
Compare
Choose a tag to compare

Changelog

v0.5.1 (2023-09-05)

Fixes

  • scaler: count providers towards spread requirements
    (54f1bbd)

v0.5.0

23 Aug 02:10
Compare
Choose a tag to compare

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

  • upgrades: run cleanup commands after adding scalers
    (24d1996)
  • multitenant: filter consumers by multitenant status
    (14b0532)
  • canary: include context and binaries for canary release
    (4a8c2a9)
  • e2e: update tests with notion of account prefix
    (29d513a)

v0.5.0-rc.1

21 Aug 14:08
Compare
Choose a tag to compare
0.5.0 release candidate 1

v0.5.0-alpha.4

14 Aug 20:21
Compare
Choose a tag to compare
chore: bump to 0.5.0-alpha.4

Signed-off-by: Brooks Townsend <brooks@cosmonic.com>

v0.5.0-alpha.3

07 Aug 18:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0-alpha.2...v0.5.0-alpha.3

v0.5.0-alpha.2

01 Aug 15:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0-alpha.1...v0.5.0-alpha.2

v0.5.0-alpha.1

25 Jul 18:39
Compare
Choose a tag to compare

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

14 Jul 17:23
c21d0d0
Compare
Choose a tag to compare
bump async-nats, nkeys, wasmbus-rpc, and wasmcloud-control-interface