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