KUKSA Python SDK 0.4.3
Pre-release
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
- Update pre-commit dependencies by @erikbosch in #7
- Fix link to KUKSA logo in Readme by @SebastianSchildt in #10
- Add GitHub Action for Dash License Check by @wba2hi in #9
- Fixing Audit issues LOW-6 to LOW-10 by @erikbosch in #12
- Update buildactions by @erikbosch in #14
- Update flake8 dependency by @erikbosch in #15
- Remove Elon by @erikbosch in #17
- Update dependencies by @erikbosch in #19
- Improve handling of updateVSSTree for Databroker by @erikbosch in #18
- Rename checkConnection by @erikbosch in #20
- Fix unknown/unknown images by @erikbosch in #22
- Changing submodule reference to use new repo by @erikbosch in #23
- Subscription not providing Updates for Array Types by @wba2hi in #27
- Refactor logging mechanism for kuksa-client by @erikbosch in #28
- Remove Mutual Authentication (Fixing KUKSA Server token handling) by @erikbosch in #29
Full Changelog: 0.4.2...0.4.3