Skip to content

KUKSA Python SDK 0.4.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@erikbosch erikbosch released this 14 May 09:28
· 31 commits to main since this release

What Is New

This is a new release of KUKSA Python SDK from the new repository.

Significant changes:

  • Logging mechanism refactored to use concept from kuksa-can-provider, allowing reuse by other clients.
  • Subscription handling for arrays fixed.
  • Mutual authentication support removed as KUKSA Server/databroker anwyay does not support it.
  • KUKSA default test certificates, keys and tokens no longer used by default, clients needs to specify explicitly what to use.

Usage Instructions

Get:

docker pull ghcr.io/eclipse-kuksa/kuksa-python-sdk/kuksa-client:0.4.3

Run:

docker run -it --rm --net=host  ghcr.io/eclipse-kuksa/kuksa-python-sdk/kuksa-client:0.4.3 -h

Or install from PyPI:

pip install kuksa-client==0.4.3

What's Changed

Full Changelog: 0.4.2...0.4.3