PackageTrack
Sign in Get early access

github.com/fhmq/hmq

v1.5.9 #1648 most downloaded on Go modules fhmq/hmq

What this package is like to depend on

Last release 2 days ago

21 Aug 2026

Ships fairly regularly

a new release about every 3 months

Most releases are documented

notes for 7 of 10 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

86 releases · first in 2018

4 releases in the last 12 months

see the full history below

Release timeline

86 releases · Jan 2018 to Aug 2026
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 86
  1. v1.5.9 21 Aug 2026
    Release notes

    Security fixes

    • Upgrade the Go toolchain baseline and CI to Go 1.26.6, resolving all 19 reachable standard-library vulnerabilities reported for Go 1.26.0.
    • Upgrade github.com/quic-go/quic-go from v0.59.0 to v0.61.0 to resolve the reachable HTTP/3 QPACK trailer expansion vulnerability.
    • Upgrade golang.org/x/net to v0.58.0 and its related x/crypto, x/sys, and x/text dependencies.
    • Upgrade github.com/klauspost/compress to v1.19.2, resolving its reported s2 out-of-bounds read vulnerability.

    Verification

    • go test ./...
    • go test -race ./...
    • govulncheck -show verbose ./... reports zero reachable or imported-package vulnerabilities.

    Remaining upstream advisories

    • golang.org/x/crypto/openpgp remains an upstream unmaintained package with no fixed version. It is transitively required by Sarama's Kerberos dependency path but is not imported or called by HMQ.
    • Dependabot continues to report 13 x/crypto SSH/agent advisories and one x/net/html parser advisory with no patched version. They are not reachable from HMQ according to govulncheck; the required modules remain for Sarama Kerberos support and the x/net/websocket transport.
    Open source →
  2. v1.5.8 31 May 2026
    Release notes

    Changes

    • Fix MQTT subscription topic validation to reject malformed UTF-8 and null characters.
    • Fix QoS2 inflight and retry bookkeeping races, including retry timestamp updates without holding connection locks during writes.
    • Prevent retained messages from being resent across unrelated subscribe batches.
    • Add locking around in-memory session provider count and close operations.
    • Handle SIGTERM for graceful shutdown instead of registering the non-catchable SIGKILL.
    • Update broker connection error wrapping and upgrade CI Go version to 1.25.x.
    • Upgrade dependencies, including migrating Kafka bridge from github.com/Shopify/sarama to github.com/IBM/sarama v1.50.1.

    Verification

    • go test ./...
    • go test -race ./broker ./broker/lib/sessions ./broker/lib/topics ./plugins/bridge
    Open source →
  3. v1.5.8-0.20251226011505-c60951182659 26 Dec 2025 pre-release

    Nothing published for this version

  4. v1.5.8-0.20251009025513-e9adfd000ac1 09 Oct 2025 pre-release

    Nothing published for this version

  5. v1.5.7 28 Jul 2025
    Release notes

    fix: #215
    upgrage: deps

    Open source →
  6. v1.5.7-0.20250506013953-c6675ca1433d 06 May 2025 pre-release

    Nothing published for this version

  7. v1.5.6 30 Aug 2024
    Release notes

    Merge pull request #206 from xinkonglili/weilili

    fix(hmq):Increased the log level of error #205

    Open source →
  8. v1.5.6-0.20240830100450-5d8c4bee668b 30 Aug 2024 pre-release

    Nothing published for this version

  9. v1.5.6-0.20240524013839-a92de4c9e8d1 24 May 2024 pre-release

    Nothing published for this version

  10. v1.5.5 19 Apr 2024
    Release notes

    Merge pull request #202 from xinkonglili/weilili

    fix(broker):Added windows pipe socket communication, compatible with other systems #199

    Open source →
  11. v1.5.5-0.20240419090413-c46080726d1e 19 Apr 2024 pre-release

    Nothing published for this version

  12. v1.5.4 15 Apr 2024
    Release notes

    Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#196)

    Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
    dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    Open source →
  13. v1.5.4-0.20240415110336-c75470f5deb6 15 Apr 2024 pre-release

    Nothing published for this version

  14. v1.5.4-0.20240327093413-6c75361f8804 27 Mar 2024 pre-release

    Nothing published for this version

  15. v1.5.3 08 Jan 2024

    Nothing published for this version

  16. v1.5.3-0.20240108100540-48b146d64e3f 08 Jan 2024 pre-release

    Nothing published for this version

  17. v1.5.2 12 Dec 2023
    Release notes

    Merge pull request #193 from spit4520/master

    HOTFIX | Fixed pubMsg when WillTopic is null

    Open source →
  18. v1.5.2-0.20231212081257-35944d774d7e 12 Dec 2023 pre-release

    Nothing published for this version

  19. v1.5.2-0.20231211074523-e3fa6573f621 11 Dec 2023 pre-release

    Nothing published for this version

  20. v1.5.2-0.20231106140245-805a7b895a04 06 Nov 2023 pre-release

    Nothing published for this version

  21. v1.5.1 06 Nov 2023

    Nothing published for this version

  22. v1.5.1-0.20230602022020-1ef00a7a508a 02 Jun 2023 pre-release

    Nothing published for this version

  23. v1.5.1-0.20230217090116-8430749ec444 17 Feb 2023 pre-release

    Nothing published for this version

  24. v1.5.0 18 Jun 2022

    Nothing published for this version

  25. v0.0.0-20240108100540-48b146d64e3f 08 Jan 2024 pre-release

    Nothing published for this version

  26. v0.0.0-20230602022020-1ef00a7a508a 02 Jun 2023 pre-release

    Nothing published for this version

  27. v0.0.0-20220618134955-b2e79c3beada 18 Jun 2022 pre-release

    Nothing published for this version

  28. v0.0.0-20220520132748-5dc2114daf90 20 May 2022 pre-release

    Nothing published for this version

  29. v0.0.0-20220426024045-061b485a3a14 26 Apr 2022 pre-release

    Nothing published for this version

  30. v0.0.0-20220425123803-7787d3ca0d2a 25 Apr 2022 pre-release

    Nothing published for this version

  31. v0.0.0-20220409045343-c53d8f8a0daa 09 Apr 2022 pre-release

    Nothing published for this version

  32. v0.0.0-20220407021957-fa7bf33c6011 07 Apr 2022 pre-release

    Nothing published for this version

  33. v0.0.0-20220404124133-a85e9904c2f4 04 Apr 2022 pre-release

    Nothing published for this version

  34. v0.0.0-20220130011429-94ff8e84055d 30 Jan 2022 pre-release

    Nothing published for this version

  35. v0.0.0-20220119031624-bf2b91c535a8 19 Jan 2022 pre-release

    Nothing published for this version

  36. v0.0.0-20220119025303-de0cfc6683ff 19 Jan 2022 pre-release

    Nothing published for this version

  37. v0.0.0-20220114020837-332c8a59f731 14 Jan 2022 pre-release

    Nothing published for this version

  38. v0.0.0-20220110025939-108e934a8551 10 Jan 2022 pre-release

    Nothing published for this version

  39. v0.0.0-20220105031545-ab117be4a8dc 05 Jan 2022 pre-release

    Nothing published for this version

  40. v0.0.0-20211208101315-8d486c3a208f 08 Dec 2021 pre-release

    Nothing published for this version

  41. v0.0.0-20211105101503-764d0402f0aa 05 Nov 2021 pre-release

    Nothing published for this version

  42. v0.0.0-20211105022858-538bf70f5bc4 05 Nov 2021 pre-release

    Nothing published for this version

  43. v0.0.0-20210810024638-1d6979189a22 10 Aug 2021 pre-release

    Nothing published for this version

  44. v0.0.0-20210630061343-068d5e893ccc 30 Jun 2021 pre-release

    Nothing published for this version

  45. v0.0.0-20210531072626-f66abe5fcb2d 31 May 2021 pre-release

    Nothing published for this version

  46. v0.0.0-20210318020249-ccbe364f9fbe 18 Mar 2021 pre-release

    Nothing published for this version

  47. v0.0.0-20210226074401-7cc3949bbe89 26 Feb 2021 pre-release

    Nothing published for this version

  48. v0.0.0-20210223023713-b4baac9c8150 23 Feb 2021 pre-release

    Nothing published for this version

  49. v0.0.0-20210207065031-7bf5d52fd9aa 07 Feb 2021 pre-release

    Nothing published for this version

  50. v0.0.0-20210118064538-ad7f4bc3f07a 18 Jan 2021 pre-release

    Nothing published for this version

  51. v0.0.0-20210111022102-524a9af06031 11 Jan 2021 pre-release

    Nothing published for this version

  52. v0.0.0-20210107082409-8f187157f3ba 07 Jan 2021 pre-release

    Nothing published for this version

  53. v0.0.0-20210107061228-c2248bed2bd3 07 Jan 2021 pre-release

    Nothing published for this version

  54. v0.0.0-20201202020546-6be79cbe88e6 02 Dec 2020 pre-release

    Nothing published for this version

  55. v0.0.0-20201130033403-6cb307d2522c 30 Nov 2020 pre-release

    Nothing published for this version

  56. v0.0.0-20200826092422-b8bacb4c3d2c 26 Aug 2020 pre-release

    Nothing published for this version

  57. v0.0.0-20200624071425-481a61c520fe 24 Jun 2020 pre-release

    Nothing published for this version

  58. v0.0.0-20200609021337-4782f7604868 09 Jun 2020 pre-release

    Nothing published for this version

  59. v0.0.0-20200508032644-1a374f973420 08 May 2020 pre-release

    Nothing published for this version

  60. v0.0.0-20200508032626-3f60d23e85bb 08 May 2020 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