1.0.0-rc.1
Pre-release
Pre-release
What's Changed
Breaking changes 💥
- feat!: renaming of TLS configuration parameters by @gabrik in #1503
- Encapsulate
flume::Receiver
by @fuzzypixelz in #1504 - Make FIFO
(try)recv{,_deadline,_timeout}
returnZResult<Option<T>>
by @fuzzypixelz in #1521 - feat!: add background method to builders with callback by @wyfo in #1522
- Encoding and timestamp serialization remove from zenoh-ext by @milyin in #1520
New features 🎉
- refactor(storage-manager): search replication log only once by @J-Loudet in #1505
- feat: add background method to PublicationCacheBuilder by @wyfo in #1525
- feat(storage-manager): replication supports wildcard updates by @J-Loudet in #1499
Bug fixes 🐞
- Add timeout for TLS handshakes by @fuzzypixelz in #1514
- deadline adoption for multi-fragment message by @yellowhatter in #1510
- Workaround to fix concurrent transport init bug by @yellowhatter in #1528
Documentation 📝
Other changes
- Fix undesired propagation of interests to routers from peers by @OlivierHecart in #1516
Full Changelog: 1.0.0-beta.4...1.0.0-rc.1