Skip to content

Releases: eclipse-kuksa/kuksa-python-sdk

KUKSA Python SDK 0.5.0

28 Aug 06:54
e47a0b9

Choose a tag to compare

What Is New

Updated GRPC dependencies and some automatic "behind-the-scenes" support for kuksa.val.v2 API.

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.5.0

Run:

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

Or install from PyPI:

pip install kuksa-client==0.5.0

What's Changed

New Contributors

Full Changelog: 0.4.3...0.5.0

KUKSA Python SDK 0.5.0-a3

28 Aug 06:53
e47a0b9

Choose a tag to compare

Pre-release

What Is New

Updated GRPC dependencies and some automatic "behind-the-scenes" support for kuksa.val.v2 API.

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.5.0

Run:

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

Or install from PyPI:

pip install kuksa-client==0.5.0

What's Changed

New Contributors

Full Changelog: 0.4.3...0.5.0-a3

KUKSA Python SDK 0.4.3

14 May 09:28

Choose a tag to compare

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

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