Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Release wasmcloud-control-interface-v0.29.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 20:28
3e62423

Breaking

  • Control interface clients now have a generic parameter. To preserve previous functionality, simply change usages in code from a Client to Client<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

Full Changelog: wasmcloud-control-interface-v0.29.0-rc.1...wasmcloud-control-interface-v0.29.0