Skip to content

v0.2.3

Compare
Choose a tag to compare
@haixuanTao haixuanTao released this 24 May 10:21
· 1652 commits to main since this release
0090331

What's Changed

  • Check that coordinator, daemon, and node versions match by @phil-opp in #245
  • Share events to Python without copying via arrow crate by @phil-opp in #228
  • Upgrading the operator example to use dora-arrow by @haixuanTao in #251
  • [Python] Show node name in process and put Traceback before the actual Error for more natural error by @haixuanTao in #255
  • CLI: Improve error messages when coordinator is not running by @phil-opp in #254
  • Integrate dora-runtime into dora-daemon by @phil-opp in #257
  • Filter default log level at warn for tokio::tracing by @haixuanTao in #269
  • Make log level filtering be WARN or below by @haixuanTao in #274
  • Add support for distributed deployments with multiple daemons by @phil-opp in #256
  • Provide a way to access logs through the CLI by @haixuanTao in #259
  • Handle node errors during initialization phase by @phil-opp in #275
  • Replace watchdog by asynchronous heartbeat messages by @phil-opp in #278
  • Remove pyo3 in runtime and daemon as it generates libpython depende… by @haixuanTao in #281
  • Release v0.2.3 with aarch64 support by @haixuanTao in #279

Fix

  • Fix yolov5 dependency issue by @haixuanTao in #291
  • To solve this bug #283, unify t… by @meua in #285
  • Fix: Don't try to create two global tracing subscribers when using bundled runtime by @phil-opp in #277
  • CI: Increase timeout for 'build CLI and binaries' step by @phil-opp in #282

Other

Full Changelog: v0.2.2...v0.2.3