v0.2.3
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
intodora-daemon
by @phil-opp in #257 - Filter default log level at
warn
fortokio::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
- Update
pyo3
tov0.18
by @phil-opp in #246 - Bump h2 from 0.3.13 to 0.3.17 by @dependabot in #249
- Add automatic issue labeler to organize opened issues by @haixuanTao in #265
- Allow the issue labeler to write issues by @phil-opp in #272
- Add a support matrix with planned feature to clarify dora status by @haixuanTao in #264
Full Changelog: v0.2.2...v0.2.3