Skip to content

Releases: eclipse-zenoh/zenoh

1.5.1

04 Sep 13:04
Compare
Choose a tag to compare

What's Changed

Breaking changes 💥

  • fix: consistently use the snake case by @YuanYuYuan in #2093
    Note : In all configuration_control configurations, the "blockfirst" value is no longer valid and must be replaced by "block_first".
  • SHM typed API by @yellowhatter in #2034

New features 🎉

  • Add put and delete downsampling message types by @DenisBiryukov91 in #2115
    Note : In downsampling/messages configuration: "push" is now deprecated and may not be supported in future versions, use "put" and/or "delete" instead.
  • Implicit SHM optimization by @yellowhatter in #2113
  • Optimize SHM metadata storage (adds ~300k msgs\sec) by @yellowhatter in #2116

Bug fixes 🐞

Documentation 📝

  • README.md: add gpg key installation to Debian instructions by @JEnoch in #2092

Dependencies 👷

  • chore(deps): bump crossbeam-channel from 0.5.14 to 0.5.15 by @dependabot[bot] in #1985
  • chore(deps): bump dependencies for license compatibility by @YuanYuYuan in #2126

Other changes

Full Changelog: 1.5.0...1.5.1

1.5.0

25 Jul 12:41
Compare
Choose a tag to compare

What's Changed

Breaking changes 💥

New features 🎉

Bug fixes 🐞

  • fix Encoding structure to allow to pass custom encoding string by @milyin in #1964
  • Fix bug querying with Target AllComplete on local queryables by @OlivierHecart in #1998
  • Make untimestamped replies ordered by arrival by @OlivierHecart in #1999
  • Make untimestamped replies ordered by arrival in monotonic case by @milyin in #2000
  • [ZEN-557] Extract udp socket source address via PKTINFO by @DenisBiryukov91 in #1980
  • Read the gossip autoconnect config from the GossipConf instead of the ScoutingMulticastConf by @Hugal31 in #2011
  • fix handling of port 0 on multicast locator by @wyfo in #1968
  • Accept a boolean value for the complete field of storage_manager config by @evshary in #1991
  • Update the zenohd config in the Debian package. by @evshary in #1992
  • fix unstable features requirements introduced by #2014 by @wyfo in #2040
  • fix IntHashMap::contains_key by @wyfo in #2058
  • Fix Session::close timeout while client attempts to reconnect by @oteffahi in #2012
  • Report proper whatami for adminspace entities by @OlivierHecart in #2061

Documentation 📝

Dependencies 👷

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0

22 May 14:41
Compare
Choose a tag to compare

What's Changed

New features 🎉

Bug fixes 🐞

Documentation 📝

New Contributors

Full Changelog: 1.3.4...1.4.0

1.3.4

24 Apr 09:58
Compare
Choose a tag to compare

What's Changed

New features 🎉

  • deny unknown config fields by @wyfo in #1865
  • [ZEN-548]add zids config parameter to qos_overwrite by @wyfo in #1908
  • [ZEN-548]allow inserting config list item with its id by @wyfo in #1909

Full Changelog: 1.3.3...1.3.4

1.3.3

10 Apr 11:59
Compare
Choose a tag to compare

What's Changed

New features 🎉

Bug fixes 🐞

Full Changelog: 1.3.2...1.3.3

1.3.2

04 Apr 12:59
Compare
Choose a tag to compare

What's Changed

Bug fixes 🐞

Full Changelog: 1.3.1...1.3.2

1.3.1

03 Apr 12:03
Compare
Choose a tag to compare

What's Changed

New features 🎉

Bug fixes 🐞

Documentation 📝

Full Changelog: 1.3.0...1.3.1

1.3.0

21 Mar 16:19
Compare
Choose a tag to compare

What's Changed

Breaking changes 💥

New features 🎉

Bug fixes 🐞

  • Enforce downsampling config id unicity by @oteffahi in #1785
  • Fix WhatAmIMatcher serialization to work with current deserialization by @oteffahi in #1787
  • Account for link creation in the open timeout by @Mallets in #1796
  • make interceptor-rejected queries and liveliness queries return an empty reply instead of timeout by @DenisBiryukov91 in #1795
  • Fix/correct misleading qos overwrite warning by @Hugal31 in #1806

Dependencies 👷

Other changes

New Contributors

Full Changelog: 1.2.1...1.3.0

1.2.1

05 Feb 13:54
Compare
Choose a tag to compare

What's Changed

New features 🎉

  • Change default memory allocation policy and size of the queue by @Mallets in #1751
  • SHM lazy init is now configured in config.json by @yellowhatter in #1756

Bug fixes 🐞

  • fix: fix Resource::get_best_key by @wyfo in #1754

Documentation 📝

  • docs(storage-manager): improve documentation of Replication by @J-Loudet in #1750

Full Changelog: 1.2.0...1.2.1

1.2.0

30 Jan 17:33
Compare
Choose a tag to compare

What's Changed

Breaking changes 💥

New features 🎉

Bug fixes 🐞

  • fix: fix pipeline congestion shortcut synchronization by @wyfo in #1740
  • fix: handle linkstate decoding error by @wyfo in #1743

Full Changelog: 1.1.1...1.2.0