Skip to content

Releases: dora-rs/dora

dora-rs v0.2.1

dora-rs v0.2.0

14 Mar 13:05
66eff5a
Compare
Choose a tag to compare

v0.2.0 (2023-03-14)

Breaking

Features

Fixes

Other

dora-rs v0.1.3

18 Jan 18:22
Compare
Choose a tag to compare

v0.1.3 (2023-01-18)

  • Package DoraStatus into dora python package: #172
  • Force removal of Pyo3 Object to avoid memory leak: #168
  • Bump tokio from 1.21.2 to 1.23.1: #171
  • Create a changelog file: #174

v0.1.2

22 Dec 14:16
Compare
Choose a tag to compare

Releasing the v0.1.2 that fixes:

  • the infinite loop in the coordinator. #155
  • simplify the release process. #157
  • Use generic linux distribution. #159

Releasing `dora-rs` v0.1.1

05 Dec 19:58
d9efa67
Compare
Choose a tag to compare

This release fixes some of the issue of deployment previously present in the 0.1.0.

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.

We have unfortunately removed macOS and Windows from prime support as we want to focus for Linux at the moment that is going to be used on small computer and cloud environment.

dora-rs v0.1.0

15 Nov 19:05
86db6c0
Compare
Choose a tag to compare

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.