Releases: Wolkabout/WolkConnect-Python
Releases · Wolkabout/WolkConnect-Python
WolkConnect-Python 22.GA v5.1.0
This is the next minor release of the WolkConnect-Python
library.
This release includes:
- [IMPROVEMENT] - The method `add_feed_values` works now that it directly stores readings, and on `publish()` bulk messages are published.
22.GA
This release covers all of the functionality of WolkAbout IoT Platform v.22.GA.
WolkConnect-C version v5.0.1.
21.GA
This release covers all of the functionality of WolkAbout IoT Platform v.21.GA.
WolkConnect-Python-v5.0.0-prerelease2
This pre-release implements the 22.M1
protocol specification.
Verified on Instance running 21.GA-DIGITAL-TWIN-202
Known issues:
- Received feed values are sent as string, irrespective of what data type they were registered as (WAITP-9359)
WolkConnect-Python-v5.0.0-prerelease
This pre-release implements the 22.M1
protocol specification.
WolkConnect-Python-v4.1.3
This release covers all of the functionality of WolkAbout IoT Platform v.20.GA
- [BUGFIX] Fixed how unexpected MQTT disconnections were handled to not set up client TLS multiple times.
WolkConnect-Python-v4.1.2
- [IMPROVEMENT] Exposed ability to override default URL file download implementation
WolkConnect-Python-v4.1.1
- [BUGFIX] Fixed not publishing firmware update status not being queued up to be published if offline
WolkConnect-Python-v4.1.0
- Improved thread safety for MQTT connectivity service
- Improved logging
- Added option to publish historical sensor readings for a single reference as part of a single message
WolkConnect-Python-v4.0.0
- JSON_SINGLE has been deprecated
- Updated models and interfaces
- Switched to f-strings in debug logs
- Added use of dataclasses for some models
- Updated project requirements
- Updated documentation and removed built documentation from repository
- Added unit test coverage
- Updated pre-commit hooks
- Added type hinting annotations
- Updated examples