This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
Releases: wasmCloud/control-interface-client
Releases · wasmCloud/control-interface-client
wasmcloud-control-interface-v0.31.0
What's Changed
- ci: update actions by @connorsmith256 in #61
- chore!: remove prov_rpc_host by @connorsmith256 in #62
- feat(*)!: Unifies all calls behind the ctl interface topics by @thomastaylor312 in #64
- chore(*): Bump version to 0.31.0 by @thomastaylor312 in #65
Full Changelog: wasmcloud-control-interface-v0.30.0...wasmcloud-control-interface-v0.31.0
Release wasmcloud-control-interface-v0.30.0
Release 0.30
Release wasmcloud-control-interface-v0.29.2
add friendly_name to Host
Release wasmcloud-control-interface-v0.29.1
Treat None and zero max counts differently
Release wasmcloud-control-interface-v0.29.0
Breaking
- Control interface clients now have a generic parameter. To preserve previous functionality, simply change usages in code from a
Client
toClient<wasmcloud_control_interface::kv::DirectKvStore>
. If you're monitoring changes to the lattice KV bucket over a longer period of time, consider the cached KV store for more efficient queries. #55 - Start actor is deprecated in favor of always using scale, in addition to some more fields added. #56
What's Changed
- feat(*)!: deprecate start actor in favor of scale by @brooksmtownsend in #56
- chore: pumb version (inverse of bump) by @connorsmith256 in #57
Full Changelog: wasmcloud-control-interface-v0.29.0-rc.1...wasmcloud-control-interface-v0.29.0
Release wasmcloud-control-interface-v0.29.0-rc.1
Release candidate 1 for 0.29
Release wasmcloud-control-interface-v0.28.1
fix(claims): safely parse null versions as empty string Signed-off-by: Brooks Townsend <brooks@cosmonic.com>
Release wasmcloud-control-interface-v0.28.0
Changelog
wasmcloud-control-interface-v0.28.0 (2023-07-25)
Features
- add missing fields for host inventory and auction ack
(5b38e10)
Release wasmcloud-control-interface-v0.27.0
What's Changed
- Added stale.yml definition by @brooksmtownsend in #48
- v0.27.0: Bumped async_nats 0.30 by @brooksmtownsend in #49
Full Changelog: wasmcloud-control-interface-v0.26.0...wasmcloud-control-interface-v0.27.0
Release wasmcloud-control-interface-v0.26.0
bumped to upgrade cloudevents sdk Signed-off-by: Brooks Townsend <brooks@cosmonic.com>