Skip to content

Releases: eclipse-zenoh/zenoh

1.1.0

11 Dec 18:01
Compare
Choose a tag to compare

What's Changed

Breaking changes 💥

  • chore: enable rest plugin only if in config or if --rest-http-port is set by @gabrik in #1593

New features 🎉

Bug fixes 🐞

  • Fix deadlock in subscriber undeclaration by @oteffahi in #1649
  • fix(serial-reopening): bug that prevented the serial link to be reused after closing a session by @gabrik in #1624
  • fix: add unused warning to CloseBuilder by @YuanYuYuan in #1644
  • fix: don't emit an error log if pipeline is closed by @wyfo in #1658

Documentation 📝

  • DEFAULT_CONFIG.json5: add missing default config for autoconnect.client by @JEnoch in #1642

Other changes

Full Changelog: 1.0.4...1.1.0

1.0.4

05 Dec 16:13
Compare
Choose a tag to compare

What's Changed

New features 🎉

Bug fixes 🐞

Other changes

New Contributors

Full Changelog: 1.0.3...1.0.4

1.0.3

21 Nov 15:27
Compare
Choose a tag to compare

What's Changed

New features 🎉

Bug fixes 🐞

Other changes

Full Changelog: 1.0.2...1.0.3

1.0.2

08 Nov 12:52
Compare
Choose a tag to compare

What's Changed

New features 🎉

  • Provide a clearer panic log while missing TLS by @evshary in #1579

Bug fixes 🐞

  • fix: break fragment chain when dropping fragmented message by @wyfo in #1578
  • fix: put back MatchingListener Drop implementation by @wyfo in #1583
  • fix: do not drop callbacks with session lock held by @wyfo in #1585
  • Fix(ACL): Apply queryable and subscriber declaration filters on their respective undeclarations by @oteffahi in #1573
  • Fix listen argument parsing by @Mallets in #1588

Other changes

  • remove obsolete zenoh::internal::Value by @milyin in #1577

Full Changelog: 1.0.1...1.0.2

1.0.1

31 Oct 14:09
Compare
Choose a tag to compare

What's Changed

New features 🎉

Bug fixes 🐞

  • Fix bug in return_conditions declares leading to wait for the full delay by @OlivierHecart in #1557

Documentation 📝

Other changes

Full Changelog: 1.0.0...1.0.1

1.0.0

21 Oct 11:17
Compare
Choose a tag to compare

What's Changed

Breaking changes 💥

Bug fixes 🐞

Documentation 📝

Other changes

Full Changelog: 1.0.0-rc.2...1.0.0

1.0.0-rc.2

17 Oct 13:40
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release

What's Changed

New features 🎉

Bug fixes 🐞

Documentation 📝

Other changes

Full Changelog: 1.0.0-rc.1...1.0.0-rc.2

1.0.0-rc.1

11 Oct 14:13
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

What's Changed

Breaking changes 💥

  • feat!: renaming of TLS configuration parameters by @gabrik in #1503
  • Encapsulate flume::Receiver by @fuzzypixelz in #1504
  • Make FIFO (try)recv{,_deadline,_timeout} return ZResult<Option<T>> by @fuzzypixelz in #1521
  • feat!: add background method to builders with callback by @wyfo in #1522
  • Encoding and timestamp serialization remove from zenoh-ext by @milyin in #1520

New features 🎉

  • refactor(storage-manager): search replication log only once by @J-Loudet in #1505
  • feat: add background method to PublicationCacheBuilder by @wyfo in #1525
  • feat(storage-manager): replication supports wildcard updates by @J-Loudet in #1499

Bug fixes 🐞

Documentation 📝

Other changes

Full Changelog: 1.0.0-beta.4...1.0.0-rc.1

1.0.0-beta.4

02 Oct 16:13
Compare
Choose a tag to compare
1.0.0-beta.4 Pre-release
Pre-release

What's Changed

Breaking changes 💥

  • feat!: move serialization into zenoh-ext by @wyfo in #1473
  • chore: make zenoh-ext unstable except serialization by @wyfo in #1492

New features 🎉

Bug fixes 🐞

Documentation 📝

Other changes

Full Changelog: 1.0.0-beta.3...1.0.0-beta.4

1.0.0-beta.3

20 Sep 14:57
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

What's Changed

New features 🎉

Bug fixes 🐞

Other changes

New Contributors

Full Changelog: 1.0.0-beta.2...1.0.0-beta.3