Skip to content

Releases: dora-rs/dora

dora-rs v0.2.5

06 Sep 21:14
b7cd49c
Compare
Choose a tag to compare

Features

Other

Full Changelog: v0.2.4...v0.2.5

v0.2.5-rc

06 Sep 15:04
Compare
Choose a tag to compare
v0.2.5-rc Pre-release
Pre-release
Bump to 0.2.5-rc

v0.2.5-alpha.3

06 Sep 12:56
Compare
Choose a tag to compare
v0.2.5-alpha.3 Pre-release
Pre-release
Bump version to 0.2.5

v0.2.5-alpha.2

29 Aug 14:41
Compare
Choose a tag to compare
v0.2.5-alpha.2 Pre-release
Pre-release
Fix clippy warnings about unnecessary `.clone()`, `.into()`, borrowin…

v0.2.5-alpha.1

22 Aug 10:46
84b2687
Compare
Choose a tag to compare
v0.2.5-alpha.1 Pre-release
Pre-release
Bump version to v0.2.5-alpha.1

v0.2.5-alpha

22 Aug 09:56
bc7bfd5
Compare
Choose a tag to compare
v0.2.5-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.4...v0.2.5-alpha

dora-rs v0.2.4

21 Jul 13:09
d35999d
Compare
Choose a tag to compare

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 from safer-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 for EventStream by @phil-opp in #309
  • Replace unmaintained atty crate with std::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

18 Jul 10:46
Compare
Choose a tag to compare
v0.2.4-rc3 Pre-release
Pre-release

What's Changed

Features

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 from safer-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 for EventStream by @phil-opp in #309
  • Replace unmaintained atty crate with std::io::IsTerminal by @phil-opp in #318

Full Changelog: v0.2.3...v0.2.4-rc3

v0.2.4-rc2

04 Jul 14:22
Compare
Choose a tag to compare
v0.2.4-rc2 Pre-release
Pre-release
Add rustup target for aarch64-apple-darwin for cross compilation release

Add macOS Support

04 Jul 13:34
Compare
Choose a tag to compare
Add macOS Support Pre-release
Pre-release
v0.2.4-rc

Distribute prebuilt arm macos dora-rs