Skip to content

Commit

Permalink
Add a note on the breaking change of the scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Dec 10, 2024
1 parent 41ccc39 commit 2b73143
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Changelog

## Breaking Change

Inputs are now schedule fairly meaning that they will be now be received equally and not necessarily in chronological order. This enables to always be able to refresh input with the least latency between input.

## v0.3.8 (2024-12-06)

* Make node hub CI/CD cross platform by @haixuanTao in https://github.com/dora-rs/dora/pull/714
* Make node hub CI/CD cross architecture by @haixuanTao in https://github.com/dora-rs/dora/pull/716
* Make list an available type for metadata by @haixuanTao in https://github.com/dora-rs/dora/pull/721
* Add stdout logging by @haixuanTao in https://github.com/dora-rs/dora/pull/720
* Add an error when a node fails when using dora run by @haixuanTao in https://github.com/dora-rs/dora/pull/719
* Add pyarrow cuda zero copy helper by @haixuanTao in https://github.com/dora-rs/dora/pull/722
* feat: Add Dora-kit car Control in node-hub by @LyonRust in https://github.com/dora-rs/dora/pull/715
* Add yuv420 encoding to opencv-video-capture by @haixuanTao in https://github.com/dora-rs/dora/pull/725
* Change macOS CI runner to `macos-13` by @phil-opp in https://github.com/dora-rs/dora/pull/729
* Add eyre to pyo3 node by @haixuanTao in https://github.com/dora-rs/dora/pull/730
* Moving queue size and making node flume queue bigger by @haixuanTao in https://github.com/dora-rs/dora/pull/724
* Make python default for macos by @haixuanTao in https://github.com/dora-rs/dora/pull/731
- Make node hub CI/CD cross platform by @haixuanTao in https://github.com/dora-rs/dora/pull/714
- Make node hub CI/CD cross architecture by @haixuanTao in https://github.com/dora-rs/dora/pull/716
- Make list an available type for metadata by @haixuanTao in https://github.com/dora-rs/dora/pull/721
- Add stdout logging by @haixuanTao in https://github.com/dora-rs/dora/pull/720
- Add an error when a node fails when using dora run by @haixuanTao in https://github.com/dora-rs/dora/pull/719
- Add pyarrow cuda zero copy helper by @haixuanTao in https://github.com/dora-rs/dora/pull/722
- feat: Add Dora-kit car Control in node-hub by @LyonRust in https://github.com/dora-rs/dora/pull/715
- Add yuv420 encoding to opencv-video-capture by @haixuanTao in https://github.com/dora-rs/dora/pull/725
- Change macOS CI runner to `macos-13` by @phil-opp in https://github.com/dora-rs/dora/pull/729
- Add eyre to pyo3 node by @haixuanTao in https://github.com/dora-rs/dora/pull/730
- Moving queue size and making node flume queue bigger by @haixuanTao in https://github.com/dora-rs/dora/pull/724
- Make python default for macos by @haixuanTao in https://github.com/dora-rs/dora/pull/731
- Modify the node queue Scheduler to make it able to schedule input fairly by @haixuanTao in https://github.com/dora-rs/dora/pull/728

**Full Changelog**: https://github.com/dora-rs/dora/compare/v0.3.7...v0.3.8

Expand Down

0 comments on commit 2b73143

Please sign in to comment.