Skip to content

Releases: eclipse-kuksa/kuksa-databroker

0.4.6

20 Jun 08:32
Compare
Choose a tag to compare

What Is New

  • KuksaClient exposes DataEntry and Proto Definition
  • Improve performance for kuksa.val.v1.Get service method by a factor of 8 using glob-match library.

KUKSA Databroker

Run (ghcr.io):

docker pull ghcr.io/eclipse-kuksa/kuksa-databroker:0.4.6
docker run -it --rm --net=host ghcr.io/eclipse-kuksa/kuksa-databroker:0.4.6

For users where the ghcr.io registry is not easily accesible, e.g. China mainland users, starting from release 0.4.4 we also made the container images available at quay.io

Run (quay.io):

docker pull quay.io/eclipse-kuksa/kuksa-databroker:0.4.6
docker run -it --rm --net=host quay.io/eclipse-kuksa/kuksa-databroker:0.4.6

Or download attached binaries

KUKSA Databroker-cli

CLI written in Rust for KUKSA Databroker

Run (ghcr.io):

docker pull ghcr.io/eclipse-kuksa/kuksa-databroker-cli:0.4.6
docker run -it --rm --net=host ghcr.io/eclipse-kuksa/kuksa-databroker-cli:0.4.6

Run (quay.io):

docker pull quay.io/eclipse-kuksa/kuksa-databroker-cli:0.4.6
docker run -it --rm --net=host quay.io/eclipse-kuksa/kuksa-databroker-cli:0.4.6

Or download attached binaries

What's Changed

New Contributors

Full Changelog: 0.4.5...0.4.6

KUKSA Databroker 0.4.5

07 Jun 06:19
Compare
Choose a tag to compare

What Is New

  • Our Images can also be retrieved from quay.io
  • Add Support for bidirectional streaming API StreamedUpdate
  • sdv.databroker.v1 API is disabled by default in favor of the kuksa.val v1 API
  • Subscription are closed after the corresponding token expired

KUKSA Databroker

Run (ghcr.io):

docker pull ghcr.io/eclipse-kuksa/kuksa-databroker:0.4.5
docker run -it --rm --net=host ghcr.io/eclipse-kuksa/kuksa-databroker:0.4.5

For users where the ghcr.io registry is not easily accesible, e.g. China mainland users, starting from release 0.4.4 we also made the container images available at quay.io

Run (quay.io):

docker pull quay.io/eclipse-kuksa/kuksa-databroker:0.4.5
docker run -it --rm --net=host quay.io/eclipse-kuksa/kuksa-databroker:0.4.5

Or download attached binaries

KUKSA Databroker-cli

CLI written in Rust for KUKSA Databroker

Run (ghcr.io):

docker pull ghcr.io/eclipse-kuksa/kuksa-databroker-cli:0.4.5
docker run -it --rm --net=host ghcr.io/eclipse-kuksa/kuksa-databroker-cli:0.4.5

Run (quay.io):

docker pull quay.io/eclipse-kuksa/kuksa-databroker-cli:0.4.5
docker run -it --rm --net=host quay.io/eclipse-kuksa/kuksa-databroker-cli:0.4.5

Or download attached binaries

What's Changed

New Contributors

Full Changelog: 0.4.4...0.4.5

KUKSA Databroker 0.4.4

10 Apr 09:43
Compare
Choose a tag to compare

This is a new KUKSA Databroker release.

What Is New

This is the first release of KUKSA Databroker from the new repository.
Previous releases can be found in the kuksa.val repository.
This release do not contain any significant functional changes compared to 0.4.1, but a lot of files and scripts have been moved.

KUKSA Databroker

Get:

docker pull ghcr.io/eclipse-kuksa/kuksa-databroker:0.4.4

Run:

docker run -it --rm --net=host  ghcr.io/eclipse-kuksa/kuksa-databroker:0.4.4

Or download attached binaries

KUKSA Databroker-cli

CLI written in Rust for KUKSA Databroker

Get:

docker pull ghcr.io/eclipse-kuksa/kuksa-databroker-cli:0.4.4

Run:

docker run -it --rm --net=host  ghcr.io/eclipse-kuksa/kuksa-databroker-cli:0.4.4

Or download attached binaries