Skip to content

Releases: dora-rs/dora

v0.4.1

20 Jan 19:20
27cf18c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Jan 18:54
44bfb7b

Choose a tag to compare

What's Changed

  • Make nodes runnable standalone, prompting the user for inputs by @phil-opp in #1111
  • Sync env variable with dataflow for dynamic nodes by @haixuanTao in #1158
  • Enhance dora list command by @Mivik in #1159
  • chore: Update Cargo.lock by @github-actions[bot] in #1155
  • Update node hub references by @phil-opp in #1161
  • Improve python source code documentation by @haixuanTao in #1167
  • chore: Update Cargo.lock by @github-actions[bot] in #1164
  • ros action feedback and status support in cxx api of dora by @drindr in #1148
  • Add local listener for run dataflow function to make it possible to use dynamic node with run command by @haixuanTao in #1168
  • chore: Update Cargo.lock by @github-actions[bot] in #1172
  • Simplify example run.rs files to use dora_cli build and run functions by @haixuanTao in #1165
  • Use now_or_never for filling scheduler instead of Stream::next with timeout by @phil-opp in #734
  • feat: c++ arrow interface with id and metadata by @TomCC7 in #1169
  • chore: Update Cargo.lock by @github-actions[bot] in #1179
  • Implement a non-blocking try_recv event stream method by @phil-opp in #1183
  • Add a drain method based on try_recv by @phil-opp in #1185
  • Generate separate mod files in the ros2 msg-gen for better compiling time by @drindr in #1182
  • chore: Update Cargo.lock by @github-actions[bot] in #1187
  • Fix unnecessary rebuilds for the dora-node-api-cxx crate by @phil-opp in #1189
  • Add dora topic subcommand by @Mivik in #1178
  • Enhance dataflow stop procedure by @Mivik in #1190
  • Replace warn macro with cargo::warning for build script by @drindr in #1192
  • CLI: dora logs enhancement by @Mivik in #1081
  • Implement FromStr for InputMapping by @phil-opp in #1193
  • chore: Update Cargo.lock by @github-actions[bot] in #1197
  • Python: Add drain method to get all events within the dora queue by @haixuanTao in #1177
  • Add support for node integration testing by @phil-opp in #1163
  • adding native logging by @haixuanTao in #1188
  • chore: Update Cargo.lock by @github-actions[bot] in #1239
  • add try_recv method for python by @haixuanTao in #1241
  • Add completions subcommand by @drindr in #1240
  • Add is empty method to the API by @haixuanTao in #1242
  • Standalone ros2 example by @drindr in #1236
  • Python node event mutex by @oortlieb in #1244
  • chore: Update Cargo.lock by @github-actions[bot] in #1246
  • Fix topic statistcs by @sjfhsjfh in #1247
  • Update to macos-14 in cross-check CI job by @phil-opp in #1255
  • chore: Update Cargo.lock by @github-actions[bot] in #1254
  • Fix environment activation command in README by @Nitish4144 in #1257
  • feat: implement dora inspect top command for real-time node resource monitoring (#1210) by @guptapratykshh in #1251
  • fix: update macOS runner from macos-13/macos-14 to macos-15 by @guptapratykshh in #1256
  • Fix serialization of LogLevelOrStdout to match deserialization by @phil-opp in #1258
  • feat: implement dora node list command with metrics and filtering (#1202) by @guptapratykshh in #1262
  • chore: Update Cargo.lock by @github-actions[bot] in #1263
  • Several fixes on ros2 bridge and readme update by @drindr in #1253
  • fix(deps): add scikit-learn to resolve #1264 by @kush124k in #1265
  • docs: update README with updated command for python-dataflow example by @BhaveshAgarwal67 in #1268
  • feat(cli) Added command dora system status as a replacement for dora check by @BhaveshAgarwal67 in #1269
  • Remove default zenoh endpoint peer config by @phil-opp in #1260
  • feat: implement dora topic info command (#1201) by @guptapratykshh in #1261
  • Make adding more NodeEvent variants backwards-compatible by @phil-opp in #1273
  • Revert "Make adding more NodeEvent variants backwards-compatible" by @phil-opp in #1277
  • chore: Update Cargo.lock by @github-actions[bot] in #1276
  • Fill in node_id, dataflow_id, and daemon_id in daemon by @phil-opp in #1275
  • Bump Opentelemetry to version 0.31 by @haixuanTao in #1259
  • Bump rsa from 0.9.9 to 0.9.10 by @dependabot[bot] in #1287
  • Implement basic node restarting by @phil-opp in #1245
  • Bump dora v0.4.0 by @haixuanTao in #1292

New Contributors

Full Changelog: v0.3.13...v0.4.0

v0.4.0-rc0

08 Jan 16:37

Choose a tag to compare

v0.4.0-rc0 Pre-release
Pre-release

What's Changed

  • Make nodes runnable standalone, prompting the user for inputs by @phil-opp in #1111
  • Sync env variable with dataflow for dynamic nodes by @haixuanTao in #1158
  • Enhance dora list command by @Mivik in #1159
  • chore: Update Cargo.lock by @github-actions[bot] in #1155
  • Update node hub references by @phil-opp in #1161
  • Improve python source code documentation by @haixuanTao in #1167
  • chore: Update Cargo.lock by @github-actions[bot] in #1164
  • ros action feedback and status support in cxx api of dora by @drindr in #1148
  • Add local listener for run dataflow function to make it possible to use dynamic node with run command by @haixuanTao in #1168
  • chore: Update Cargo.lock by @github-actions[bot] in #1172
  • Simplify example run.rs files to use dora_cli build and run functions by @haixuanTao in #1165
  • Use now_or_never for filling scheduler instead of Stream::next with timeout by @phil-opp in #734
  • feat: c++ arrow interface with id and metadata by @TomCC7 in #1169
  • chore: Update Cargo.lock by @github-actions[bot] in #1179
  • Implement a non-blocking try_recv event stream method by @phil-opp in #1183
  • Add a drain method based on try_recv by @phil-opp in #1185
  • Generate separate mod files in the ros2 msg-gen for better compiling time by @drindr in #1182
  • chore: Update Cargo.lock by @github-actions[bot] in #1187
  • Fix unnecessary rebuilds for the dora-node-api-cxx crate by @phil-opp in #1189
  • Add dora topic subcommand by @Mivik in #1178
  • Enhance dataflow stop procedure by @Mivik in #1190
  • Replace warn macro with cargo::warning for build script by @drindr in #1192
  • CLI: dora logs enhancement by @Mivik in #1081
  • Implement FromStr for InputMapping by @phil-opp in #1193
  • chore: Update Cargo.lock by @github-actions[bot] in #1197
  • Python: Add drain method to get all events within the dora queue by @haixuanTao in #1177
  • Add support for node integration testing by @phil-opp in #1163
  • adding native logging by @haixuanTao in #1188
  • chore: Update Cargo.lock by @github-actions[bot] in #1239
  • add try_recv method for python by @haixuanTao in #1241
  • Add completions subcommand by @drindr in #1240
  • Add is empty method to the API by @haixuanTao in #1242
  • Standalone ros2 example by @drindr in #1236
  • Python node event mutex by @oortlieb in #1244
  • chore: Update Cargo.lock by @github-actions[bot] in #1246
  • Fix topic statistcs by @sjfhsjfh in #1247
  • Update to macos-14 in cross-check CI job by @phil-opp in #1255
  • chore: Update Cargo.lock by @github-actions[bot] in #1254
  • Fix environment activation command in README by @Nitish4144 in #1257
  • feat: implement dora inspect top command for real-time node resource monitoring (#1210) by @guptapratykshh in #1251
  • fix: update macOS runner from macos-13/macos-14 to macos-15 by @guptapratykshh in #1256
  • Fix serialization of LogLevelOrStdout to match deserialization by @phil-opp in #1258
  • feat: implement dora node list command with metrics and filtering (#1202) by @guptapratykshh in #1262
  • chore: Update Cargo.lock by @github-actions[bot] in #1263
  • Several fixes on ros2 bridge and readme update by @drindr in #1253
  • fix(deps): add scikit-learn to resolve #1264 by @kush124k in #1265
  • docs: update README with updated command for python-dataflow example by @BhaveshAgarwal67 in #1268
  • feat(cli) Added command dora system status as a replacement for dora check by @BhaveshAgarwal67 in #1269
  • Remove default zenoh endpoint peer config by @phil-opp in #1260
  • feat: implement dora topic info command (#1201) by @guptapratykshh in #1261
  • Make adding more NodeEvent variants backwards-compatible by @phil-opp in #1273
  • Revert "Make adding more NodeEvent variants backwards-compatible" by @phil-opp in #1277
  • chore: Update Cargo.lock by @github-actions[bot] in #1276
  • Fill in node_id, dataflow_id, and daemon_id in daemon by @phil-opp in #1275
  • Bump Opentelemetry to version 0.31 by @haixuanTao in #1259
  • Bump rsa from 0.9.9 to 0.9.10 by @dependabot[bot] in #1287
  • Implement basic node restarting by @phil-opp in #1245

New Contributors

Full Changelog: v0.3.13...v0.4.0-rc0

v0.3.13

01 Oct 15:40
9b37f4b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.12...v0.3.13

v0.3.9-post0

30 Sep 09:34

Choose a tag to compare

v0.3.9-post0 Pre-release
Pre-release
bump version

v0.3.12-fix

15 Jul 14:11
be993a9

Choose a tag to compare

v0.3.12-fix Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.12...v0.3.12-fix

v0.3.12

30 Jun 14:19
b568844

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.11...v0.3.12

v0.3.12-rc1

30 Jun 09:54

Choose a tag to compare

v0.3.12-rc1 Pre-release
Pre-release
Bump dora to v0.3.12-rc1

v0.3.12-rc0

30 Jun 09:24

Choose a tag to compare

v0.3.12-rc0 Pre-release
Pre-release
Bump dora version to v0.3.12-c0

v0.3.11

06 Apr 21:55
fb9c42d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.10...v0.3.11