Releases: ZettaScaleLabs/zenoh-rpc
Releases · ZettaScaleLabs/zenoh-rpc
v0.8.4
Full Changelog: v0.8.3...v0.8.4
v0.8.3
Full Changelog: v0.8.2...v0.8.3
v0.8.2
Full Changelog: v0.8.1...v0.8.2
0.8.1
chore: 0.8.1 Signed-off-by: Gabriele Baldoni <[email protected]>
0.8.0
chore: bump to zenoh 1.0.0 (#8) * chore: bump to zenoh 1.0.0-alpha.6 Signed-off-by: Gabriele Baldoni <[email protected]> * chore: bump zenoh 1.0.0, updating macros Signed-off-by: Gabriele Baldoni <[email protected]> * style: cargo format Signed-off-by: Gabriele Baldoni <[email protected]> * ci: adding cleanup step Signed-off-by: Gabriele Baldoni <[email protected]> * deps: tracking zenoh main Signed-off-by: Gabriele Baldoni <[email protected]> * deps: zenoh Signed-off-by: Gabriele Baldoni <[email protected]> * deps: updated zenoh Signed-off-by: Gabriele Baldoni <[email protected]> * deps: sync zenoh Signed-off-by: Gabriele Baldoni <[email protected]> * chore: prepare beta release Signed-off-by: Gabriele Baldoni <[email protected]> * deps: zenoh 1.0.0 Signed-off-by: Gabriele Baldoni <[email protected]> * chore: release 0.8.0 Signed-off-by: Gabriele Baldoni <[email protected]> --------- Signed-off-by: Gabriele Baldoni <[email protected]>
0.8.0-alpha.1
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
Bump dependencies.
v0.6.0-alpha1
⚠️ 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
⚠️ Protocol breaking changes (i.e. no interop with previous versions):- Updating to the latest Zenoh API