Skip to content

Releases: eclipse-zenoh/zenoh-cpp

1.0.0.5

31 Jul 08:49
Compare
Choose a tag to compare
1.0.0.5 Pre-release
Pre-release

What's Changed

Other changes

New Contributors

Full Changelog: 1.0.0.4...1.0.0.5

1.0.0.4

11 Jul 11:09
Compare
Choose a tag to compare
1.0.0.4 Pre-release
Pre-release

What's Changed

Other changes

Full Changelog: 0.11.0...1.0.0.4

0.11.0

04 Jun 14:41
Compare
Choose a tag to compare

What's Changed

Other changes

New Contributors

Full Changelog: 0.11.0.3...0.11.0

0.11.0.3

14 May 15:57
Compare
Choose a tag to compare
0.11.0.3 Pre-release
Pre-release

Full Changelog: 0.11.0.2...0.11.0.3

0.11.0.2

30 Apr 14:17
Compare
Choose a tag to compare
0.11.0.2 Pre-release
Pre-release

What's Changed

Bug fixes 🐞

Other changes

New Contributors

Full Changelog: 0.10.1-rc...0.11.0.2

v0.10.1-rc

21 Dec 11:21
3899aa4
Compare
Choose a tag to compare
v0.10.1-rc Pre-release
Pre-release

What's Changed

New features 🎉

Other changes

New Contributors

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

v0.10.0-rc

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

What's Changed

  • Fix compilation with MSVC by @milyin in #56
  • API update: closures accepts references instead of pointers by @milyin in #57
  • Documentation with build script for readthedocs by @milyin in #59
  • Loan method added to Owned base class by @milyin in #62
  • Replaced std::get to own utility function expect which throws error by @milyin in #67
  • Cmake min ver reduced to 3.16 by @milyin in #68
  • Make keyexpr functions standalone by @milyin in #64
  • Removed session instance from sample class by @milyin in #61
  • Forbid use of keyexpr compare functions without error check for zenohpico, session-based comared functions added by @milyin in #65
  • New protocol support by @OlivierHecart in #70
  • Fix warnings by @milyin in #72
  • get_keyexpr method for publisher and subscriber by @milyin in #66
  • Timeout added to z_get_options_t by @milyin in #69
  • Fixes for cmake 3.16 support by @milyin in #75

New Contributors

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

v0.7.2-rc

06 Jun 15:36
74fa971
Compare
Choose a tag to compare
v0.7.2-rc Pre-release
Pre-release

Changelog

New features 🎉

Bug fixes 🐞

Other Changes

New Contributors

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

v0.7.0-rc

21 Dec 16:03
a08baa4
Compare
Choose a tag to compare
v0.7.0-rc Pre-release
Pre-release

Changelog:

  • First zenoh-cpp release:
    • Compatible with zenoh protocol version: 0.7
  • Supported C backends:
    • zenoh-c
  • Unsupported C backends:
    • zenoh-pico

Thanks to: @milyin