Skip to content

Releases: eclipse-zenoh/zenoh-python

1.0.0-alpha.6

06 Aug 18:06
Compare
Choose a tag to compare
1.0.0-alpha.6 Pre-release
Pre-release

What's Changed

Other changes

Full Changelog: 0.11.0...1.0.0-alpha.6

0.11.0

04 Jun 13:45
Compare
Choose a tag to compare

What's Changed

Bug fixes 🐞

Other changes

New Contributors

Full Changelog: 0.11.0-rc.3...0.11.0

0.11.0-rc.3

14 May 15:16
Compare
Choose a tag to compare

What's Changed

New features 🎉

Bug fixes 🐞

  • Make attachment API more similar to dict API by @wyfo in #201
  • Add Encoding.with_suffix instead of Encoding.append by @wyfo in #208

New Contributors

Full Changelog: 0.11.0-rc.2...0.11.0-rc.3

0.11.0-rc.2

30 Apr 13:17
Compare
Choose a tag to compare

What's Changed

New features 🎉

Bug fixes 🐞

  • Remove initial slash in key expression documentation by @knmcguire in #153
  • Fix scout deadlock by @wyfo in #188
  • Bump uhlc version to fix alignement issue related to Rust v1.77 by @gabrik in #173

Other changes

  • Ensure scoping works in examples by @p-avital in #135
  • Link to source DEFAULT_CONFIG.json5 in Config class by @p-avital in #135
  • Align examples and remove reading from stdin by @oteffahi in #150
  • Use zenoh-util function for log initialization by @gabrik in #172

New Contributors

Full Changelog: 0.10.1-rc...0.11.0-rc.2

v0.10.1-rc

21 Dec 10:56
5323d09
Compare
Choose a tag to compare
v0.10.1-rc Pre-release
Pre-release

What's Changed

  • Adding is_ok attribute to Reply objects by @gabrik in #113

New Contributors

Full Changelog: 0.10.0-rc...0.10.1-rc

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: