Skip to content

Releases: Wolkabout/WolkConnect-Python

WolkConnect-Python 22.GA v5.1.0

05 Jun 07:51
8c2438c
Compare
Choose a tag to compare

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

22 Nov 09:15
86e33f8
Compare
Choose a tag to compare

This release covers all of the functionality of WolkAbout IoT Platform v.22.GA.

WolkConnect-C version v5.0.1.

21.GA

23 May 15:28
5a5caf7
Compare
Choose a tag to compare

This release covers all of the functionality of WolkAbout IoT Platform v.21.GA.

WolkConnect-Python-v5.0.0-prerelease2

17 Sep 13:52
Compare
Choose a tag to compare
Pre-release

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

30 Jul 08:04
Compare
Choose a tag to compare
Pre-release

This pre-release implements the 22.M1 protocol specification.

WolkConnect-Python-v4.1.3

09 Nov 15:31
06dae12
Compare
Choose a tag to compare

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

09 Nov 13:24
c1fbbd7
Compare
Choose a tag to compare
  • [IMPROVEMENT] Exposed ability to override default URL file download implementation

WolkConnect-Python-v4.1.1

29 Sep 08:24
1e89290
Compare
Choose a tag to compare
  • [BUGFIX] Fixed not publishing firmware update status not being queued up to be published if offline

WolkConnect-Python-v4.1.0

31 Aug 12:52
a686df9
Compare
Choose a tag to compare
  • 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

26 Jun 10:30
0af76a6
Compare
Choose a tag to compare
  • 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