Releases: simon622/mqtt-sn
Security Merge
Merges in the most recent security work.
What's Changed
- Bump junit from 4.13 to 4.13.1 in /mqtt-sn-gateway by @dependabot in #7
- Bump junit from 4.13 to 4.13.1 in /mqtt-sn-core by @dependabot in #6
- Bump junit from 4.13 to 4.13.1 in /mqtt-sn-client by @dependabot in #5
- Bump junit from 4.13 to 4.13.1 in /mqtt-sn-codec by @dependabot in #4
- Bump junit from 4.13 to 4.13.1 in /mqtt-sn-gateway-paho-connector by @dependabot in #3
- Create CODE_OF_CONDUCT.md by @simon622 in #31
- Add Zephyr to related projects by @BeckmaR in #49
- Multi transport by @simon622 in #53
- v18 by @simon622 in #56
- Enable authentication via AUTH packets by @mbuckton in #57
- Protection Packet wip: protection example client and server setup by @lenzarda in #60
- Bump guava from 30.0-jre to 32.0.0-jre in /mqtt-sn-gateway by @dependabot in #61
- Security merge by @simon622 in #63
New Contributors
- @dependabot made their first contribution in #7
- @simon622 made their first contribution in #31
- @BeckmaR made their first contribution in #49
- @mbuckton made their first contribution in #57
Full Changelog: v1.0.0...v0.2.2
February 2023 - Major Release 0.2!
Various fixes, console, performance work
January 2023 - Incremental Release 17
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
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
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
Baseline build with package of loopback gateway and client with dynamic protocol versions on the runtime.