0.4.6
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
- Databroker performance improvements in Get service call by @rafaeling in #26
- Check links in documentation as part of build by @erikbosch in #35
- Prepare Release 0.4.6 by @rafaeling in #42
- Update lib.rs to expose DataEntry and Proto by @noci0001 in #43
- Update TLS Certificates by @wba2hi in #44
New Contributors
Full Changelog: 0.4.5...0.4.6