Skip to content

Releases: eclipse-kuksa/kuksa-python-sdk

KUKSA Python SDK 0.4.3

14 May 09:28
Compare
Choose a tag to compare
Pre-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

KUKSA Python SDK 0.4.2

16 Nov 14:44
Compare
Choose a tag to compare
Pre-release

This is a new KUKSA Python SDK release.

What Is New

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

Usage Instructions

Get:

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

Run:

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

Or install from PyPI:

pip install kuksa-client==0.4.2