Skip to content

Releases: simon622/mqtt-sn

Security Merge

18 Sep 17:39
Compare
Choose a tag to compare

Merges in the most recent security work.

What's Changed

New Contributors

Full Changelog: v1.0.0...v0.2.2

February 2023 - Major Release 0.2!

20 Jan 12:19
Compare
Choose a tag to compare
Pre-release

Various fixes, console, performance work

January 2023 - Incremental Release 17

05 Jan 16:55
Compare
Choose a tag to compare
Pre-release

Fixes for WD 24 on Version 2.0.

The client build contains the client preconfigured in CLI mode which when run using java -jar mqtt-sn-client-.jar will run a wizard asking for details of the GW you wish to connect to and clientId. Use the HELP option to then PUBLISH and SUBSCRIBE messages.

The gateway build contains a GW that will operate in loopback mode (that is a terminated GW which has no backend connection and act as a broker in its own right). For more complex GW setups including backend connections to brokers etc. please consult the documentation. The gateway will start in CLI mode which will ask for details on setup.

Full Changelog: 0.1.16-alpha...0.1.17-alpha

August 2022 - Incremental Release 15

01 Sep 16:36
Compare
Choose a tag to compare
Pre-release

Fixes for;

  • Inflight 'spaces' to allow increased message inflight rules despite the spec limit
  • Synchronization around context on publisher removed to remove content on transport egress

August 2022 - Incremental Release 14

31 Aug 17:10
Compare
Choose a tag to compare
Pre-release

Fixes for;

  • Configurable CLI ports
  • Wildcard Subscription Bug Fix

Known Issue;

  • QoS 2 DUP delivery results in receive side duplicate receive - P1

May 2022 - Committee integration test build

20 May 11:28
Compare
Choose a tag to compare

Baseline build with package of loopback gateway and client with dynamic protocol versions on the runtime.