Releases: wirepas/wirepas-mqtt-library
1.2.6 release
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
This release replace RC3.
1.2.6 Release Candidate 3
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
Compare to rc1
- Fix for wait for configs
- Make strict_mode to False by default
1.2.6 Release Candidiate one
New features
- Add support for uploading scratchpad as chunk
- It is required if gateway cannot receive a full scratchpad
1.2.5 Release
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
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
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
- Use newer version of Wirepas mesh messaging lib (mainly to avoid warning about protobuf version detection)
1.2.1 Release
-
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