Releases: dora-rs/dora
Releases · dora-rs/dora
dora-rs v0.2.5
Features
- Use cargo instead of git in Rust
Cargo.toml
template by @haixuanTao in #326 - Use read_line instead of next_line in stderr by @haixuanTao in #325
- Add a
rust-ros2-dataflow
example using the dora-ros2-bridge by @phil-opp in #324 - Removing patchelf by @haixuanTao in #333
- Improving python example readibility by @haixuanTao in #334
- Use
serde_bytes
to serializeVec<u8>
by @haixuanTao in #336 - Adding support for
Arrow List(*)
for Python by @haixuanTao in #337 - Bump rustls-webpki from 0.100.1 to 0.100.2 by @dependabot in #340
- Add support for event stream merging for Python node API by @phil-opp in #339
- Merge
dora-ros2-bridge
by @phil-opp in #341 - Update dependencies by @phil-opp in #345
- Add support for arbitrary Arrow types in Python API by @phil-opp in #343
- Use typed inputs in Python ROS2 example by @phil-opp in #346
- Use struct type instead of array for ros2 messages by @haixuanTao in #349
Other
- Add Discord 💬 by @haixuanTao in #348
- Small refactoring by @haixuanTao in #342
Full Changelog: v0.2.4...v0.2.5
v0.2.5-rc
Bump to 0.2.5-rc
v0.2.5-alpha.3
Bump version to 0.2.5
v0.2.5-alpha.2
Fix clippy warnings about unnecessary `.clone()`, `.into()`, borrowin…
v0.2.5-alpha.1
Bump version to v0.2.5-alpha.1
v0.2.5-alpha
What's Changed
- Use cargo instead of git in Rust
Cargo.toml
template by @haixuanTao in #326 - Use read_line instead of next_line in stderr by @haixuanTao in #325
- Add a
rust-ros2-dataflow
example using the dora-ros2-bridge by @phil-opp in #324 - Removing patchelf by @haixuanTao in #333
- Improving python example readibility by @haixuanTao in #334
- Use
serde_bytes
to serializeVec<u8>
by @haixuanTao in #336 - Adding support for
Arrow List(*)
for Python by @haixuanTao in #337 - Add support for event stream merging for Python node API by @phil-opp in #339
Full Changelog: v0.2.4...v0.2.5-alpha
dora-rs v0.2.4
What's Changed
Feature
Features
- Return dataflow result to CLI on
dora stop
by @phil-opp in #300 - Make dataflow descriptor available to Python nodes and operators by @phil-opp in #301
- Create a
CONTRIBUTING.md
guide by @phil-opp in #307 - Distribute prebuilt arm macos dora-rs by @haixuanTao in #308
- Add convenience function
send_output_bytes
by @phil-opp in #310 - Adding documentation for the send method by @haixuanTao in #321
- Map shared memory region as read-only in receiver by @phil-opp in #248
- Add convenience functions for merging external event streams with
EventStream
by @phil-opp in #311
Other
- Fix the typos and add dora code branch by @meua in #290
- For consistency with other examples, modify python -> python3 by @meua in #299
- Add timestamps generated by hybrid logical clocks to all sent events by @phil-opp in #302
- Don't recompile the
dora-operator-api-c
crate on every build/run by @phil-opp in #304 - Remove deprecated
proc_macros
feature fromsafer-ffi
dependency by @phil-opp in #305 - Update to Rust v1.70 by @phil-opp in #303
- Fix issue with not finding a custom nodes path by @haixuanTao in #315
- Implement
Stream
forEventStream
by @phil-opp in #309 - Replace unmaintained
atty
crate withstd::io::IsTerminal
by @phil-opp in #318 - Depreciate old documentation by @haixuanTao in #316
- Adding newline between lines within logs for formatting by @haixuanTao in #320
- Release v0.2.4 by @haixuanTao in #319
Full Changelog: v0.2.3...v0.2.4
v0.2.4-rc3
What's Changed
Features
- Return dataflow result to CLI on
dora stop
by @phil-opp in #300 - Make dataflow descriptor available to Python nodes and operators by @phil-opp in #301
- Create a
CONTRIBUTING.md
guide by @phil-opp in #307 - Distribute prebuilt arm macos dora-rs by @haixuanTao in #308
Other
- Fix the typos and add dora code branch by @meua in #290
- For consistency with other examples, modify python -> python3 by @meua in #299
- Add timestamps generated by hybrid logical clocks to all sent events by @phil-opp in #302
- Don't recompile the
dora-operator-api-c
crate on every build/run by @phil-opp in #304 - Remove deprecated
proc_macros
feature fromsafer-ffi
dependency by @phil-opp in #305 - Update to Rust v1.70 by @phil-opp in #303
- Fix issue with not finding a custom nodes path by @haixuanTao in #315
- Implement
Stream
forEventStream
by @phil-opp in #309 - Replace unmaintained
atty
crate withstd::io::IsTerminal
by @phil-opp in #318
Full Changelog: v0.2.3...v0.2.4-rc3
v0.2.4-rc2
Add rustup target for aarch64-apple-darwin for cross compilation release
Add macOS Support
v0.2.4-rc Distribute prebuilt arm macos dora-rs