Skip to content

0.8.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@gabrik gabrik released this 20 Jun 12:21
· 23 commits to main since this release
23a5d17

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