Skip to content

Releases: eclipse-zenoh/zenoh

1.0.0-alpha.6

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

What's Changed

New features 🎉

Bug fixes 🐞

Other changes

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

1.0.0-alpha.5

09 Aug 07:53
Compare
Choose a tag to compare
1.0.0-alpha.5 Pre-release
Pre-release

What's Changed

New features 🎉

  • Make rustls, rustls-webpki and webpki-roots optional by @fuzzypixelz in #1238
  • Configure scouting/*/autoconnect/* with a sequence by @fuzzypixelz in #1224
  • Update ACL config format to support AND/OR logic between subjects by @oteffahi in #1200
  • Optimize RoutingContext keyexpr for Query and Response messages by @oteffahi in #1266

Bug fixes 🐞

Other changes

Full Changelog: 1.0.0-alpha.4...1.0.0-alpha.5

1.0.0-alpha.4

09 Aug 07:54
Compare
Choose a tag to compare
1.0.0-alpha.4 Pre-release
Pre-release

What's Changed

New features 🎉

Bug fixes 🐞

  • fix: adminspace encodings by @gabrik in #1182
  • fix: replace some unsafe code with safe version by @wyfo in #1184

Other changes

Full Changelog: 1.0.0-alpha.2...1.0.0-alpha.4

1.0.0-alpha.2

21 Jun 08:47
Compare
Choose a tag to compare
1.0.0-alpha.2 Pre-release
Pre-release

0.11.0

04 Jun 09:16
Compare
Choose a tag to compare

What's Changed

New features 🎉

Bug fixes 🐞

  • fix: format the error message in ZRuntime expect by @YuanYuYuan in #1049
  • fix(1059): adding explicit plugin id in PluginStatus and PluginManager by @gabrik in #1060
  • fix: Decrease zenoh_link_udp::UDP_MAX_MTU to fit UDP over IPv6 by @fuzzypixelz in #1071
  • fix: missed renames from name to id in plugins by @gabrik in #1079

Other changes

New Contributors

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

0.11.0-rc.3

14 May 14:34
Compare
Choose a tag to compare

What's Changed

Bug fixes 🐞

Other changes

New Contributors

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

0.11.0-rc.2

30 Apr 11:34
Compare
Choose a tag to compare

What's Changed

New features 🎉

  • Add mTLS support in QUIC transport by @gabrik in #899

Bug fixes 🐞

Other changes

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

0.11.0-rc.1

23 Apr 14:15
Compare
Choose a tag to compare

What's Changed

New features 🎉

Bug fixes 🐞

Other changes

New Contributors

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

v0.10.1-rc

17 Jan 11:38
15b36a0
Compare
Choose a tag to compare
v0.10.1-rc Pre-release
Pre-release

What's Changed

New features 🎉

Bug fixes 🐞

Other changes

  • Query payloads can be sent through REST using POST HTTP requests by @OlivierHecart in #561
  • Fix declare_publication_cache for Arc<Session> by @OlivierHecart in #564
  • Adding support for inline certificates/keys as base64 encoded in configuration by @gabrik in #577
  • FetchingSubscriber::fetch don't need mutable reference by @milyin in #599
  • Sifting plugin config private fields on debug logs by @DariusIMP in #592
  • Change Queryables/Subscribers/tokens declaration order (#588) by @OlivierHecart in #589
  • Compiler warning when results are not used by @fuzzypixelz in #582
  • Avoid the need of importing ArcSessionExt when using Arc<Session> by @p-avital in #584
  • Look for plugins in homebrew lib path for Apple Silicon systems by @fuzzypixelz in #606
  • Remove unnecessary spawned threads in async global executor by @Mallets in #605
  • Change type of __path__ and __required__ in Config by @fuzzypixelz in #609
  • Refactor example arguments parsing by @p-avital in #616
  • Use TX executor for multicast TX by @yellowhatter in #626

New Contributors

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

v0.10.0-rc

27 Sep 10:58
d6da961
Compare
Choose a tag to compare
v0.10.0-rc Pre-release
Pre-release

Changelog

New features 🎉

Bug fixes 🐞

  • Fix dictionary file parsing in UsrPwd auth by @Mallets in #552

Other changes

  • Impl Read and Write traits for zenoh-buffers by @Mallets in #510
  • Fix TimeRange::contains and add checked operation for TimeExpr by @JEnoch in #514
  • Override enpoints from command line args instead of extending them by @yellowhatter in #512
  • Allow plugins to fail at startup, and zenohd to react to that failure by @p-avital in #517
  • Return JSON format while encoding is KnownEncoding::AppXWwwFormUrlencoded by @evshary in #525
  • Time interval filtering in PublicationCache query by @juanjole in #524
  • Skip domain name verification of servers in quic transport (#532) by @JLerxky in #533
  • Automatic generation of json schema for plugin config by @milyin in #537
  • __config__ option for including external configs by @milyin in #536
  • Print warning if pipeline pull backoff overflows by @Mallets in #540
  • Replace webpki with rustls-webpki and bump webpki-roots by @JEnoch in #543

New Contributors

Full Changelog: 0.7.2-rc...0.10.0-rc