Skip to content

Releases: eclipse-zenoh-flow/zenoh-flow

v0.4.0-alpha.4

15 May 14:03
33cdfb4
Compare
Choose a tag to compare
v0.4.0-alpha.4 Pre-release
Pre-release

This patch release fixes an issue with the zenoh-rpc dependency.

v0.4.0-alpha.3

27 Apr 13:57
8b768ad
Compare
Choose a tag to compare
v0.4.0-alpha.3 Pre-release
Pre-release

zenoh-rpc was requiring the version "=1.0.23" of the quote crate which,
somehow, forced Cargo to:

  • bump pest_meta to the version "2.6.0",
  • bump pest_generator to the version "2.5.6".

Unfortunately these crates are incompatible, eventually preventing us from
building Zenoh-Flow.

This release fixes this issue.

0.4.0-alpha.2

22 Feb 09:43
c874229
Compare
Choose a tag to compare
0.4.0-alpha.2 Pre-release
Pre-release

Patch release with bug fixes :

  • Rust source template #147
  • Error messages #145
  • Multi-runtime deployment #146

Binaries

Binaries are attached to this release page.

Install from apt

If you are not interested in building Zenoh Flow yourself, and you are running an apt-based system (i.e., Debian or Ubuntu),
you can add the APT repository and install Zenoh Flow with your package manager.

echo "deb [trusted=yes] https://download.eclipse.org/zenoh/zenoh-flow/debian-repo/0.4.0-alpha.2/ /" | sudo tee -a /etc/apt/sources.list.d/zenoh-flow.list > /dev/null
sudo apt update
sudo apt install zenoh-flow-daemon zfctl

Python API

In order to install the Python API you can leverage the apt repository and pypi:

sudo apt install zenoh-flow-python
pip install eclipse-zenoh-flow==0.4.0a2

v0.4.0-alpha.1

06 Jan 15:16
4a47555
Compare
Choose a tag to compare
v0.4.0-alpha.1 Pre-release
Pre-release
  • New APIs
  • Zenoh Flow plugin for Zenoh

Binaries

Binaries are attached to this release page.

Install from apt

If you are not interested in building Zenoh Flow yourself, and you are running an apt-based system (i.e., Debian or Ubuntu),
you can add the APT repository and install Zenoh Flow with your package manager.

echo "deb [trusted=yes] https://download.eclipse.org/zenoh/zenoh-flow/debian-repo/0.4.0-alpha.1/ /" | sudo tee -a /etc/apt/sources.list.d/zenoh-flow.list > /dev/null
sudo apt update
sudo apt install zenoh-flow-daemon zfctl

Python API

In order to install the Python API you can leverage the apt repository and pypi:

sudo apt install zenoh-flow-python
pip install eclipse-zenoh-flow==0.4.0a1

0.2.0

26 Jan 09:41
054d31a
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
Merge pull request #76 from atolab/0.2.x

Prepare for 0.2.0

0.0.1-alpha.1

19 Jul 08:19
aea4e39
Compare
Choose a tag to compare
0.0.1-alpha.1 Pre-release
Pre-release

Initial version.