Skip to content

Releases: ZettaScaleLabs/zenoh-rpc

0.8.0-alpha.1

20 Jun 12:21
23a5d17
Compare
Choose a tag to compare
0.8.0-alpha.1 Pre-release
Pre-release

Introducing a new API for Zenoh-RPC, with this API state transitions for the server are gone, and the server object and internals have been simplified.

The new API is similar to any gRPC/REST API, where the server receives a Request and sends Result<Response, Status>
while this is less ergonomic it allows sending metadata and other meta information associated with the request.

Such metadata are (or will be) sent wire-efficiently in Zenoh leveraging on attachments.

What's Changed

Full Changelog: v0.6.0-alpha1...v0.8.0-alpha.1

v0.6.1-alpha.1

03 May 08:43
cfdd2f7
Compare
Choose a tag to compare
v0.6.1-alpha.1 Pre-release
Pre-release

Bump dependencies.

v0.6.0-alpha1

27 Dec 15:57
5632c0e
Compare
Choose a tag to compare
v0.6.0-alpha1 Pre-release
Pre-release
  • ⚠️ Protocol breaking changes (i.e. no interop with previous versions):
  • Updating to the latest Zenoh API
  • First release on crates.io

v0.5.0-alpha1

30 Sep 08:22
df0362e
Compare
Choose a tag to compare
v0.5.0-alpha1 Pre-release
Pre-release
  • ⚠️ Protocol breaking changes (i.e. no interop with previous versions):
  • Updating to the latest Zenoh API