v0.10.1-rc
Pre-release
Pre-release
OlivierHecart
released this
17 Jan 11:38
·
15 commits
to master
since this release
What's Changed
New features 🎉
- New MatchingStatus feature by @OlivierHecart in #565
- Add support for errors in replies by @p-avital in #579
- Stabilized hop-to-hop compression by @Mallets in #585
- Add protocol extensions for user attachment by @Mallets in #590
Bug fixes 🐞
- Zenoh only considers
UP
andRUNNING
network interfaces for multicast scouting (#573) by @OlivierHecart in #574 - Fix inconsistent timestamps in
Any
destination publications by @juanjole in #580 - Fix router panic when configured with linkstate peer routing mode (#562) by @OlivierHecart in #595
- Fix bug causing duplicates in querying subscriber by @OlivierHecart in #597
Other changes
- Query payloads can be sent through REST using
POST
HTTP requests by @OlivierHecart in #561 - Fix
declare_publication_cache
forArc<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 usingArc<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__
inConfig
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
- @PhilipTamb made their first contribution in #569
- @fuzzypixelz made their first contribution in #582
- @marvin-hansen made their first contribution in #602
- @sashacmc made their first contribution in #631
Full Changelog: 0.10.0-rc...0.10.1-rc