Skip to content

Releases: wirepas/wirepas-mqtt-library

1.2.6 release

17 Dec 09:29
Compare
Choose a tag to compare
Convert _wait_for_configs to function instead of decorator

It was complex for nothing and gateway parameter was wrongly interpreded

1.2.6 Release Candidate 4

07 Nov 10:59
Compare
Choose a tag to compare
Pre-release

This release replace RC3.

1.2.6 Release Candidate 3

24 Oct 14:50
Compare
Choose a tag to compare
Pre-release

Compare to rc2

Improved example_otap.py script

  • Option to provide list of gateways to load and propagate the OTAP image from a file
  • Logs are now stored in a file
  • OTAP with delay action handling is more generic

Improved WirepasOtapHelper

  • nodes' OTAP status can now be stored in a database (SQLite format)

Improved example_get_remote_scratchpad_status.py script

  • Option to provide list of gateways to get the nodes' OTAP status from
  • Logs are now stored in a file
  • Option to prevent query of nodes' OTAP status (will be collected in the background)
  • Support for OTAP status storage in a database

1.2.6 Release Candidate 2

17 Sep 20:35
Compare
Choose a tag to compare
Pre-release

Compare to rc1

  • Fix for wait for configs
  • Make strict_mode to False by default

1.2.6 Release Candidiate one

12 Sep 15:25
Compare
Choose a tag to compare
Pre-release

New features

  • Add support for uploading scratchpad as chunk
    • It is required if gateway cannot receive a full scratchpad

1.2.5 Release

31 May 09:15
87b316d
Compare
Choose a tag to compare

Changes compare to 1.2.4:

Fix an exception on catching update sink config

Full Changelog: 1.2.4...1.2.5

1.2.4 Release

18 Jan 13:52
6ace252
Compare
Choose a tag to compare

Changes compare to 1.2.3:

Otap can be done on a subset of Gateway rather than a full network.

Warning

This feature must be used carefully as the result may be different than expected. In fact, if two gateways are close to each other and only one gateway is targeted by the OTAP process, some node initially attached to this gateway may move to the second gateway and not be updated.

1.2.3 Release

10 Nov 10:52
Compare
Choose a tag to compare

Fix for regression introduced in 1.2.1

  • Filter protection was preventing the multi thread mode
  • Fix when config with empty sink list is received

1.2.2 Release

09 Nov 15:20
Compare
Choose a tag to compare
  • Use newer version of Wirepas mesh messaging lib (mainly to avoid warning about protobuf version detection)

1.2.1 Release

06 Oct 09:06
Compare
Choose a tag to compare
  • Use newer version of wirepas mesh messaging lib

  • Take benefits of enhance status coming in next gateway

  • Make the initial wait for config async for large network with long delay with gateway (cellular)

  • Make timeout for process scratchpad configurable

  • Protect uplink and downlink filter access