csg-robomaster / Changelog.md
cistine's picture
Upload 490 files
b98ffbb verified

Changelog

v0.3.4 (2024-05-17)

What's Changed

New Contributors

Full Changelog: https://github.com/dora-rs/dora/compare/v0.3.3...v0.3.4

v0.3.3 (2024-04-08)

What's Changed

Minor

New Contributors

Full Changelog: https://github.com/dora-rs/dora/compare/v0.3.2...v0.3.3

v0.3.2 (2024-01-26)

Features

Minor

v0.3.1 (2024-01-09)

Features

Fix

New Contributors

Full Changelog: https://github.com/dora-rs/dora/compare/v0.3.0...v0.3.1

v0.3.0 (2023-11-01)

Features

Other

New Contributors

v0.2.6 (2023-09-14)

v0.2.5 (2023-09-06)

Features

Other

v0.2.4 (2023-07-18)

Features

Other

Full Changelog: https://github.com/dora-rs/dora/compare/v0.2.3...v0.2.4

v0.2.3 (2023-05-24)

What's Changed

Fix

Other

Full Changelog: https://github.com/dora-rs/dora/compare/v0.2.2...v0.2.3

v0.2.2 (2023-04-01)

Features

Others

Full Changelog: https://github.com/dora-rs/dora/compare/v0.2.1...v0.2.2

v0.2.1 (2023-03-22)

Features

Fixes

Other

v0.2.0 (2023-03-14)

Breaking

Features

Fixes

Other

v0.1.3 (2023-01-18)

v0.1.2 (2022-12-15)

v0.1.1 (2022-12-05)

This release contains fixes for:

  • Python linking using pypi release but also a redesigned python thread model within the runtime to avoid deadlock of the GIL. This also fix an issue with patchelf.
  • A deployment separation for ubuntu as the 20.04 version of dora and 22.04 version of dora are non-compatible.
  • A better tagging of api for dora Rust API.

v0.1.0 (2022-11-15)

This is our first release of dora-rs!

The current release includes:

  • dora-cli which enables creating, starting and stopping dataflow.
  • dora-coordinator which is our control plane.
  • dora-runtime which is manage the runtime of operators.
  • custom-nodes API which enables bridges from different languages.