What's Changed
New features π
- fix cli argument parsing in examples by @DenisBiryukov91 in #323
- add support for transferring data ownership to Bytes via custom deleter by @DenisBiryukov91 in #335
- SHM mutation by @yellowhatter in #328
- add Bytes::get_contiguous_view method to allow getting a contiguous view to zenoh::Bytes data in case it is non-fragmented by @DenisBiryukov91 in #336
- Advanced pub sub by @DenisBiryukov91 in #339
- add missing subscriber methods by @DenisBiryukov91 in #340
- align advanced pub-sub with zenoh-c by @DenisBiryukov91 in #370
- support for default recovery option without last sample miss detection by @DenisBiryukov91 in #373
Bug fixes π
- add missing inlines to declare_publication_cache implementations by @DenisBiryukov91 in #337
- Addes missing include to zshm by @ahcorde in #342
- Fix liveliness timeout type by @sashacmc in #354
- Update zenoh-c by @yellowhatter in #360
- fix: resolve the memory leak in the string deserialization by @YuanYuYuan in #363
- bump zenoh: Fix GarbageCollect policy for corner cases by @yellowhatter in #364
- fix std::string&& to zenoh::Bytes conversion to use proper string length instead of null-terminator by @DenisBiryukov91 in #368
Documentation π
- fix: corrected the syntax of links in README.md by @YuanYuYuan in #349
- docs: fix the pub/sub example in the doc by @YuanYuYuan in #359
- Align examples and api with Zenoh-rust. by @DenisBiryukov91 in #369
New Contributors
Full Changelog: 1.1.0...1.1.1