This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
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