v0.6.0-beta.1
Pre-release
Pre-release
Changelog:
⚠️ Protocol breaking changes (i.e. no interop with previous versions):- Bump dependency to zenoh 0.6.0-beta.1 (see its Changelog)
⚠️ API breaking changes:- zenoh-net API was removed, all its features being now accessible in zenoh API.
- See the migration guide.
- New features:
- New async API (to be used with
asyncio
) (#48). - Configuration via a JSON5 (or YAML) file.
- Some configuration values can be modified at runtime:
connect/endpoints
- New
Auto
query consolidation that automatically adapts to query arguments. - The
local_routing
option can be enabled/disabled for eachput
,delete
orget
operation individually.
- New async API (to be used with
-
Bug fixes:
-
Other changes: