Skip to content

Releases: DrmagicE/gmqtt

v0.5.0

11 Dec 12:17
87349f1
Compare
Choose a tag to compare

What's Changed

  • remove the outdated examples folder by @DrmagicE in #143
  • revise readme by @DrmagicE in #144
  • Fix: infinite recursive call by @sp0cket in #149
  • fix: fix validation issue in admin plugin by @DrmagicE in #152
  • add with retained store by @Fiekers in #159
  • chore: warn log on conn lost by @dxps in #170
  • update project state by @DrmagicE in #175
  • fix the blocking when reading websocket packets exceeding 1024 bytes by @Fiekers in #181
  • Correcting that binary data cannot be received under cluster status by @charliexp in #185
  • fix read/write loop may hang in some situation. by @DrmagicE in #186

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

21 Jul 13:23
a3f111d
Compare
Choose a tag to compare

Bugfix

Fix client hanging issue in federation mode. #131

v0.4.0

02 Jul 15:53
9db2d0b
Compare
Choose a tag to compare

Feature

  1. Add v3.1 MQTT protocol support. #99
  2. Migrate from Travis CI to Github Actions. #100

Change

  1. Increase default max_keepalive from 60s to 300s.
  2. Disable reload command.

Bugfix

  1. Fix ”empty password“ validation error in auth plugin. #101
  2. Fix auth plugin file replace issue in windows system.
  3. Remove duplicate logs under the case of session taken over. #106
  4. Fix error in the redis persistence. #118

v0.3.2

19 May 14:09
6bd426a
Compare
Choose a tag to compare
  1. Add expiry time for unacked inflight messages.
  2. Fix retained message matching bug.
  3. Lower the size of TCP read/write buffer and packet read/write channel to reduce memory usage.

v0.3.1

18 Apr 14:45
Compare
Choose a tag to compare
  1. Fix prometheus metric type.
  2. Fix max packet size validation.

v0.3.0

16 Feb 10:18
dd64ea7
Compare
Choose a tag to compare

Add federation plugin.

v0.2.3

28 Jan 16:13
Compare
Choose a tag to compare

feat: add dump_packet option to log config
fix: memory leak with server.willMessage #53

v0.2.2

19 Dec 12:30
ca3b679
Compare
Choose a tag to compare
  • feat: add simple username/password auth plugin #39
  • feat: add GRPCGatewayRegister interface #38
  • Add 'gmqctl' CLI tool and plugin code generator. #36

v0.2.1

15 Dec 13:27
Compare
Choose a tag to compare

add log format

v0.2.0

14 Dec 14:37
Compare
Choose a tag to compare

Add support for MQTT 5