Changelog for
kuksa-val-client-0.4.0-8.4.noarch.rpm :
* Tue Sep 19 2023 alexandre.vicenziAATTsuse.com- Update to version 0.4.0:
* Update databroker versions to 0.4.0
* Some test fixes
* Workaround for Go Client to Server handling
* Change kuksa-client version handling
* fixed pre-commit stuff
* fixed bashisms
* remove unnecessary bash dependency
* Remove KUKSA-val gRPC client
* Clarify that TLS+gRPC is not supported by Go Client
* Update dependencies
* Add LICENSE in kuksa-client
* Updating main readme
* Fix vulnerabilities and add go linter
* Testing alternative build action
* Add pre-commit checks
* Update status and author for kuksa-client
* Upgrade Boost for KUKSA.val Server
* Use default time (24h) for ttl images
* Refactor array handling and add tests
* Update Go dependencies.
* Change name of kuksa-client CI tests
* Fixing some linter issues
* Fix wrong error code when subscribing to a non-existing path
* Pre-build protoc from source and remove installation step from actions
* Make insecure default for Databroker (#588)
* TLS support in KUKSA.val Client
* Fix CI regression
* Add example token for actuation and provision
* Fix false path outputs in info messages
* Update golang.org/x/net to 0.10.0
* Provide values of raw type from API and then convert for output
* Provide smooth handling of commas in input
* Add support for setting and getting arrays
* Improve documentation on return values for Threaded API
* Update doc
* Add documentation for Proto files.
* Let KUKSA.val Server listen to SIGTERM
* Removing devcontainer support
* Upgrade to Vergen 8 and update dependencies
* Smooth handling of commas
* Bump socket.io-parser from 4.2.1 to 4.2.3 in /kuksa_apps/node-red/mqtt
* Better handling of commas
* Move handeling of array to Datapoint cast class and allow \\\" and \" in the right way
* Allow spacing between array entries
* Give kuksa-client ability to encode array values to set and get them
* Only actuactor target value can be set
* Update to VSS 4.0
* Fix val-server docker run instructions
* Removing redundant license files and fixing links
* Add authorization to GO library
* Add if to determine if entries are None and dont display them
* Change headers for describing examples leveraging authorization
* Add documentation how to use authorization with python library
* Update documentation for async/sync python library to use it as non context-manager
* Consistency: Changed arrow direction and text in basic system architecture figure.
* Wait for databroker availability in integration tests
* Adapting SPDX checks for Proto files
* Fixes to get node-red example running
* Bump engine.io and socket.io in /kuksa_apps/node-red/mqtt
* Refactoring SPDX check
* Add array support for cli + 2 tests
* Fix link in deployment
* Check for SPDX licenses
* Add Cucumber based integration tests
* Update requirements.txt
* Disabling ttl upload and update action versions
* Dash checks on databroker-cli
* Fix indentation and inputs in copy-from-oci composite action
* Generate and archive dash list in databroker build
* Optional dash file generation
* Add token to parameter list of async authorize()
* Remove
* argument
* Add type hints in function headers
* Enable unauthenticated startup and then doing an authorize
* Change help message for token or tokenfile
* Enable to give token or tokenfile for authorization (not python lib only cli backend - threaded API)
* Change != to is not
* Add configuration option and cmd option to pass tokenfile at the beginning
* Not ensuring startup connection because otherwise it fails
* Bump h2 from 0.3.16 to 0.3.17
* Update README
* Add TLS support for databroker-cli
* Add webpki license (ISC)
* Add TLS to databroker
* Remove dis/connectThread for better user experience
* fix minor fault not covered during merge
* Refactor ensure_startup_connection to connected (keep ensure_startup_connection as used before)
* Add connect/disconnect to allow use of kuksa-client as non context-manager
* Support authorization in kuksa client/library (#517)
* Fri Sep 15 2023 Alexandre Vicenzi
- Initial revision