Skip to content

Releases: wirepas/wirepas-mqtt-library

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

1.2.1 Release candidate 2

23 Aug 16:49
Compare
Choose a tag to compare
Pre-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)

1.2.1 Release candidate 1

15 May 11:07
Compare
Choose a tag to compare
Pre-release
  • Make timeout for process scratchpad configurable
  • Protect uplink and downlink filter access

1.2 Release

24 Apr 13:34
Compare
Choose a tag to compare
  • New feature:
    • Allow to specify client id, clean session and transport mode for Mqtt client
    • Add mechanism to close worker thread cleanly
    • Add an api to monitor downlink traffic
    • Network interface is now in "Lazy" mode to avoid unnecessary mqtt traffic. Sink/Gateway configs are asked only when needed and not at the beginning
    • Load scratchpad in parallel in case of multiple sinks in the same network instead of in serial
    • Add hop_limit parameter to the Send Data
  • Fixes:
    • Catch exception in case of malformed topic

1.2 pre-release 2

31 Mar 08:40
Compare
Choose a tag to compare
1.2 pre-release 2 Pre-release
Pre-release
1.2rc2

Add the hop_limit parameter to the Send Data

1.2 pre-release 1

02 Feb 15:27
12ed795
Compare
Choose a tag to compare
1.2 pre-release 1 Pre-release
Pre-release

Added support for terminating worker threads.