1.0.0-beta.1
Pre-release
Pre-release
What's Changed
New features 🎉
- fix: Improve debug messages in
zenoh-transport
by @fuzzypixelz in #1090 - Add typos check to CI by @kilpkonn in #1065
- Remove redundant
WhatAmI
tests inHatBaseTrait::init
by @fuzzypixelz in #1299 - merge Dev/1.0.0 into main by @milyin in #1331
- Scouting accepts IPv6 addresses by @Mallets in #1345
Bug fixes 🐞
- Fix interface name scanning when listening on IP unspecified for TCP/TLS/QUIC/WS by @Mallets in #1123
- Fix REST plugin deadlock when too many local replies by @OlivierHecart in #1213
- Fix Clippy errors from Rust 1.80 by @fuzzypixelz in #1273
Other changes
- Add the limitation note about message size for LowLatency transport by @evshary in #1088
- Improve pipeline backoff by @Mallets in #1097
- Start link tx_task before notifying router by @Mallets in #1098
- Fix typos by @Mallets in #1110
- bump quinn & rustls by @JLerxky in #1086
- Enable releasing from any branch by @fuzzypixelz in #1136
- Fix cargo clippy by @Mallets in #1145
- Release tables locks before propagating subscribers and queryables declarations to void dead locks by @OlivierHecart in #1150
- feat: make
TerminatableTask
terminate itself when dropped by @YuanYuYuan in #1151 - Fix bug in keyexpr::includes leading to call get_unchecked on empty array UB by @OlivierHecart in #1208
- fix: typo in selector.rs by @diogomatsubara in #1228
- fix: zenohd --cfg by @YuanYuYuan in #1263
- Fix failover brokering bug reacting to linkstate changes by @OlivierHecart in #1272
- Update Cargo.toml by @kydos in #1277
- fix: typos by @brian049 in #1297
- refactor: polish the z_bytes (de)serialize impl macro by @YuanYuYuan in #1300
- Add append method to ZByteWriter by @Mallets in #1301
- Replace trees computation tasks with a worker by @OlivierHecart in #1303
- zenohd-default config error #1292 by @anhaabaete in #1298
- Avoid warning when failing to connect to an already connected peer by @OlivierHecart in #1309
- make SHM enabled by default in Config by @yellowhatter in #1312
- Bump dev version to
1.0.0-dev
by @zettascale-bot in #1311 - Hide
UndeclarableInner::undeclare_inner
by @fuzzypixelz in #1294 - refactor: remove the unnecessary
Option
in the z_liveliness example for clarity by @YuanYuYuan in #1316 - refactor: demostrate how to use a background subscriber in the example by @YuanYuYuan in #1315
- make reliability feature unstable by @milyin in #1317
- Fix liveliness bug by @OlivierHecart in #1321
- Merge main into dev/1.0.0 by @milyin in #1326
- Upgrade stabby dependency by @hakanlundvall in #1328
- Revert "Merge main into dev/1.0.0" by @milyin in #1332
- Merge main into dev/1.0.0 by @milyin in #1333
- Fix liveliness bug by @OlivierHecart in #1327
- Fix wire_expr mapping by @OlivierHecart in #1330
- chore(deps): bump openssl from 0.10.64 to 0.10.66 by @dependabot in #1253
- Improve pipeline jitter by @Mallets in #1335
- fix: add check-labels workflow to CI jobs by @diogomatsubara in #1025
- fix: only run the check labels workflow on PRs by @diogomatsubara in #1336
- refactor(storage-manager): move prefix related functions in crate by @J-Loudet in #1325
- Upgrade dependencies to latest version by @Mallets in #1338
- fix: pass correct credentials to check-labels workflow by @diogomatsubara in #1340
- fix: update check-labels triggers by @diogomatsubara in #1341
- Fix typo by @Mallets in #1342
New Contributors
- @kilpkonn made their first contribution in #1065
- @brian049 made their first contribution in #1297
- @anhaabaete made their first contribution in #1298
- @zettascale-bot made their first contribution in #1311
Full Changelog: 1.0.0-alpha.6...1.0.0-beta.1