Skip to content

Releases: eclipse-zenoh/zenoh-python

v0.10.0-rc

28 Sep 12:18
Compare
Choose a tag to compare
v0.10.0-rc Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.7.0-rc...0.10.0-rc

v0.7.2-rc

07 Jun 14:07
2c0d600
Compare
Choose a tag to compare
v0.7.2-rc Pre-release
Pre-release

What's Changed

New features 🎉

Bug fixes 🐞

Other changes

New Contributors

Full Changelog: 0.7.0-rc...0.7.2-rc

v0.7.0-rc

21 Dec 14:36
Compare
Choose a tag to compare
v0.7.0-rc Pre-release
Pre-release

Changelog:

v0.6.0-beta.1

29 Sep 15:33
Compare
Choose a tag to compare
v0.6.0-beta.1 Pre-release
Pre-release

Changelog:

  • ⚠️ Protocol breaking changes (i.e. no interop with previous versions):
  • ⚠️ 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 each put, delete or get operation individually.
  • Bug fixes:

  • Other changes:

Available on:

v0.5.0b9

25 Nov 10:52
fda8bd0
Compare
Choose a tag to compare
v0.5.0b9 Pre-release
Pre-release

Changelog:

  • ⚠️ Protocol breaking changes (i.e. no interop with previous versions):
  • ⚠️ API breaking changes:
    • Rename Reply.source_kind() to Reply.replier_kind()
  • New features:
    • Add zenoh.config_from_file() operation and update all examples to support config file
  • Bug Fixes:
    • examples/zenoh-net/zn_pull.py crash in case of un-timestamped data (#40)

Available on:

v0.5.0-b8

31 Mar 18:43
c5e6b48
Compare
Choose a tag to compare
v0.5.0-b8 Pre-release
Pre-release

Changelog:

Available on:

v0.5.0-b7

31 Mar 15:52
eced94f
Compare
Choose a tag to compare
v0.5.0-b7 Pre-release
Pre-release

Changelog:

  • New features:
    • Add Zenoh.router_id() operation
    • Add Session.query_collect() operation
  • Other changes:

Available on:

v0.5.0-b5

03 Nov 10:20
f4276ed
Compare
Choose a tag to compare
v0.5.0-b5 Pre-release
Pre-release

Changelog:

Available on:

v0.5.0-b4

03 Nov 10:18
0372c25
Compare
Choose a tag to compare
v0.5.0-b4 Pre-release
Pre-release

Changelog:

  • ⚠️ Protocol breaking changes:
  • ⚠️ API breaking changes:
    • zenoh-net API: replace the expected list of (ZInt, bytes) for config in zenoh.net.open() and zenoh.net.scout() with a {str: str} dictionary (fb5f4fa)
  • New features:
    • Query results consolidation (22c6f1c)
    • zenoh API: add Workspace.prefix (getter only)
  • Bug fixes:
    • Renamed zenoh.net.Target.None as zenoh.net.Target.No (as None is a keyword)
  • Other changes:

Available on:

v0.5.0-b3

03 Nov 09:56
36e9397
Compare
Choose a tag to compare
v0.5.0-b3 Pre-release
Pre-release

First publicly available release of the new Rust-based version.

Available on: