Releases: dora-rs/dora
Releases · dora-rs/dora
dora-rs v0.3.1
What's Changed
- Support legacy python by @haixuanTao in #382
- Add an error catch in python
on_event
when using hot-reloading by @haixuanTao in #372 - add cmake example by @XxChang in #381
- Bump opentelemetry metrics to 0.21 by @haixuanTao in #383
- Trace send_output as it can be a big source of overhead for large messages by @haixuanTao in #384
- Adding a timeout method to not block indefinitely next event by @haixuanTao in #386
- Adding
Vec<u8>
conversion by @haixuanTao in #387 - Bump unsafe-libyaml from 0.2.9 to 0.2.10 by @dependabot in #400
- Dora cli renaming by @haixuanTao in #399
- Fix read error in C++ node input by @haixuanTao in #406
- Update
ros2-client
andrustdds
dependencies to latest fork version by @phil-opp in #397 - Fix window path error by @haixuanTao in #398
- Release version v0.3.1 by @haixuanTao in #409
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.1-rc5
What's Changed
- Support legacy python by @haixuanTao in #382
- Add an error catch in python
on_event
when using hot-reloading by @haixuanTao in #372 - add cmake example by @XxChang in #381
- Bump opentelemetry metrics to 0.21 by @haixuanTao in #383
- Trace send_output as it can be a big source of overhead for large messages by @haixuanTao in #384
- Adding a timeout method to not block indefinitely next event by @haixuanTao in #386
- Adding
Vec<u8>
conversion by @haixuanTao in #387 - Bump unsafe-libyaml from 0.2.9 to 0.2.10 by @dependabot in #400
- Dora cli renaming by @haixuanTao in #399
- Fix read error in C++ node input by @haixuanTao in #406
- Update
ros2-client
andrustdds
dependencies to latest fork version by @phil-opp in #397 - Fix window path error by @haixuanTao in #398
New Contributors
Full Changelog: v0.3.0...v0.3.1-rc5
v0.3.1-rc4b
Fix typo
v0.3.1-rc4
Nump to version 0.3.1-rc4
v0.3.1-rc3
Fix CD errors and try to release new version
Testing releases with dora instead of dora-cli Pre-release
v0.3.1-rc2 Change cargo version
Testing releases with dora instead of dora-cli
v0.3.1-rc Renaming dora-cli to dora in release CD
v0.3.0
v0.3.0 (2023-11-01)
Features
- Rust node API typed using arrow by @phil-opp in #353
- Dora record by @haixuanTao in #365
- beautify graph visualisation by @haixuanTao in #370
- Remove
Ros2Value
encapsulation ofArrayData
by @haixuanTao in #359 - Refactor python typing by @haixuanTao in #369
- Update README discord link by @Felixhuangsiling in #361
Other
- Update
rustix
v0.38 dependency by @phil-opp in #366 - Bump rustix from 0.37.24 to 0.37.25 by @dependabot in #364
- Bump quinn-proto from 0.9.3 to 0.9.5 by @dependabot in #357
- Bump webpki from 0.22.1 to 0.22.2 by @dependabot in #358
- Update README discord link by @Felixhuangsiling in #361
New Contributors
- @Felixhuangsiling made their first contribution in #361
Update dependencies to fix `cargo install dora-daemon`
What's Changed
- Update dependencies to fix some security advisories by @phil-opp in #354
- Fixes
cargo install dora-daemon
- Fixes
Full Changelog: v0.2.5...v0.2.6