Releases: eclipse-zenoh/zenoh-cpp
Releases · eclipse-zenoh/zenoh-cpp
v0.10.0-rc
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 functionexpect
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
- @OlivierHecart made their first contribution in #70
Full Changelog: 0.7.2-rc...0.10.0-rc
v0.7.2-rc
Changelog
New features 🎉
- Add support of zenoh-pico to zenoh-cpp by @milyin in #23
- Release packaging by @milyin in #30
- Shared memory API support by @milyin in #45
Bug fixes 🐞
- Fix unknown type name '_Bool' used by Zenoh-Pico by @cguimaraes in #32
- Missing inlines added by @milyin in #33, @p-avital in #52
- Move semantic fix by @milyin in #37
Other Changes
- Cover C API in C++ API added by @milyin in #13 #14 #15 #16 #17 #19
- Add value parameter to z_get example by @milyin in #26
- Simple cmake examples by @milyin in #31
- Replace with_value to value by @milyin in #35
- zc_session_rcinc added by @milyin in #46
- Ping pong examples by @p-avital in #39
- const std::string& constructor of KeyExprView by @milyin in #50
New Contributors
- @Mallets made their first contribution in #22
- @cguimaraes made their first contribution in #32
- @YuanYuYuan made their first contribution in #43
- @p-avital made their first contribution in #39
- @imstevenpmwork made their first contribution in #53
Full Changelog: 0.7.0-rc...0.7.2-rc