PackageTrack
Sign in Get early access

github.com/DrmagicE/gmqtt

v0.5.0 DrmagicE/gmqtt

What this package is like to depend on

Last release 4 months ago

05 Apr 2026

Ships unpredictably

gaps range from 2 weeks to 2.6 years

Some releases are documented

notes for 7 of 15 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

49 releases · first in 2019

1 release in the last 12 months

see the full history below

Release timeline

49 releases · Jun 2019 to Apr 2026
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 49
  1. v0.5.1-0.20260405060408-92ed7d609155 05 Apr 2026 pre-release

    Nothing published for this version

  2. v0.5.1-0.20230915125930-a28cd4f9adb2 15 Sep 2023 pre-release

    Nothing published for this version

  3. v0.5.1-0.20221211132350-61e59bcdc12d 11 Dec 2022 pre-release

    Nothing published for this version

  4. v0.5.0 11 Dec 2022
    Release notes

    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

    Open source →
  5. v0.4.2-0.20221029134825-d6b3c4ea118e 29 Oct 2022 pre-release

    Nothing published for this version

  6. v0.4.2-0.20220826133251-52e1cba48e45 26 Aug 2022 pre-release

    Nothing published for this version

  7. v0.4.2-0.20220323110005-9b6e59706571 23 Mar 2022 pre-release

    Nothing published for this version

  8. v0.4.2-0.20211218061919-e45893697645 18 Dec 2021 pre-release

    Nothing published for this version

  9. v0.4.2-0.20211218061347-14e39fa22fca 18 Dec 2021 pre-release

    Nothing published for this version

  10. v0.4.2-0.20211125111433-c0535dbaa21b 25 Nov 2021 pre-release

    Nothing published for this version

  11. v0.4.2-0.20211109153138-72703d51b2ed 09 Nov 2021 pre-release

    Nothing published for this version

  12. v0.4.2-0.20210923131741-9bee1682dd2f 23 Sep 2021 pre-release

    Nothing published for this version

  13. v0.4.1 21 Jul 2021
    Release notes

    Bugfix

    Fix client hanging issue in federation mode. #131

    Open source →
  14. v0.4.0 02 Jul 2021
    Release notes

    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
    Open source →
  15. v0.3.3-0.20210626170724-2005babcf940 26 Jun 2021 pre-release

    Nothing published for this version

  16. v0.3.3-0.20210625165747-860f34a9c4b1 25 Jun 2021 pre-release

    Nothing published for this version

  17. v0.3.3-0.20210619165215-db348603428a 19 Jun 2021 pre-release

    Nothing published for this version

  18. v0.3.3-0.20210619150018-d55e0a5d58b4 19 Jun 2021 pre-release

    Nothing published for this version

  19. v0.3.3-0.20210619101356-ec0d1e32b07b 19 Jun 2021 pre-release

    Nothing published for this version

  20. v0.3.3-0.20210611174820-bbf2408e8de4 11 Jun 2021 pre-release

    Nothing published for this version

  21. v0.3.3-0.20210605053602-bb916317f240 05 Jun 2021 pre-release

    Nothing published for this version

  22. v0.3.3-0.20210531122735-7e71bb610b81 31 May 2021 pre-release

    Nothing published for this version

  23. v0.3.3-0.20210530134727-28a364157aa2 30 May 2021 pre-release

    Nothing published for this version

  24. v0.3.3-0.20210528132831-fc00618307c8 28 May 2021 pre-release

    Nothing published for this version

  25. v0.3.2 16 May 2021
    Release notes
    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.
    Open source →
  26. v0.3.1 18 Apr 2021
    Release notes
    1. Fix prometheus metric type.
    2. Fix max packet size validation.
    Open source →
  27. v0.3.1-0.20210316141131-14de8ec041b1 16 Mar 2021 pre-release

    Nothing published for this version

  28. v0.3.0 16 Feb 2021

    Nothing published for this version

  29. v0.2.4-0.20210206142903-b71ff2d4a5ed 06 Feb 2021 pre-release

    Nothing published for this version

  30. v0.2.4-0.20210128162353-afcf8c8c7427 28 Jan 2021 pre-release

    Nothing published for this version

  31. v0.2.3 16 Jan 2021
    Release notes

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

    Open source →
  32. v0.2.3-0.20210117121129-6b9850cb3286 17 Jan 2021 pre-release

    Nothing published for this version

  33. v0.2.3-0.20210110115021-6a3d3ae2db2d 10 Jan 2021 pre-release

    Nothing published for this version

  34. v0.2.2 19 Dec 2020
    Release notes
    • feat: add simple username/password auth plugin #39
    • feat: add GRPCGatewayRegister interface #38
    • Add 'gmqctl' CLI tool and plugin code generator. #36
    Open source →
  35. v0.2.1 15 Dec 2020

    Nothing published for this version

  36. v0.2.0 14 Dec 2020

    Nothing published for this version

  37. v0.1.4 04 Dec 2020

    Nothing published for this version

  38. v0.1.3 29 Sep 2020

    Nothing published for this version

  39. v0.1.3-0.20200611051606-2bbfd8942af7 11 Jun 2020 pre-release

    Nothing published for this version

  40. v0.1.2 24 Feb 2020

    Nothing published for this version

  41. v0.1.1 20 Feb 2020

    Nothing published for this version

  42. v0.1.0 28 Jan 2020

    Nothing published for this version

  43. v0.0.0-20200128165318-258a33c1e3a0 28 Jan 2020 pre-release

    Nothing published for this version

  44. v0.0.0-20200128162358-c28b1c26b895 28 Jan 2020 pre-release

    Nothing published for this version

  45. v0.0.0-20200128160354-d20f9df61db7 28 Jan 2020 pre-release

    Nothing published for this version

  46. v0.0.0-20200128140554-146e0bfdd9a5 28 Jan 2020 pre-release

    Nothing published for this version

  47. v0.0.0-20190818051909-6f817756a9d6 18 Aug 2019 pre-release

    Nothing published for this version

  48. v0.0.0-20190722064949-eb89c9946534 22 Jul 2019 pre-release

    Nothing published for this version

  49. v0.0.0-20190621113439-ebba3eb5f7cc 21 Jun 2019 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive