PackageTrack
Sign in Get early access

github.com/nsqio/nsq

v1.3.0 #90 most downloaded on Go modules nsqio/nsq

What this package is like to depend on

Last release 12 days ago

11 Aug 2026

Release timing varies

gaps range from 1 weeks to 13 months

Nearly every release is documented

notes for 30 of 30 stable releases

Nothing withdrawn

no release was ever pulled

14 years old

125 releases · first in 2012

2 releases in the last 12 months

see the full history below

Release timeline

125 releases · Oct 2012 to Aug 2026
2013 2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 60 of 125
  1. v1.3.1-0.20260811181949-85cf10c09c6c 11 Aug 2026 pre-release

    Nothing published for this version

  2. v1.3.1-0.20260720155134-72ad9b279357 20 Jul 2026 pre-release

    Nothing published for this version

  3. v1.3.1-0.20250629161741-9ea507128926 29 Jun 2025 pre-release

    Nothing published for this version

  4. v1.3.1-0.20250127160904-3103474b6c5a 27 Jan 2025 pre-release

    Nothing published for this version

  5. v1.3.1-0.20241226041539-8e7f8d10ab5c 26 Dec 2024 pre-release

    Nothing published for this version

  6. v1.3.1-0.20241118012423-dcec1ee0222f 18 Nov 2024 pre-release

    Nothing published for this version

  7. v1.3.1-0.20241118011330-b28375d08ac9 18 Nov 2024 pre-release

    Nothing published for this version

  8. v1.3.1-0.20240512103946-4de1606f8bd2 12 May 2024 pre-release

    Nothing published for this version

  9. v1.3.1-0.20240428182807-62fa86898f0c 28 Apr 2024 pre-release

    Nothing published for this version

  10. v1.3.1-0.20240418041456-f61cda2a7e72 18 Apr 2024 pre-release

    Nothing published for this version

  11. v1.3.1-0.20240203204357-2127c0a1ce50 03 Feb 2024 pre-release

    Nothing published for this version

  12. v1.3.1-0.20231227233801-bd6b0abb3fee 27 Dec 2023 pre-release

    Nothing published for this version

  13. v1.3.0 26 Dec 2023
    Release notes

    Upgrading

    • #1427 / #1373 / #1371 - fix staticcheck warnings, remove support for gobindata / go 1.16

    Features:

    • #1473 - nsqd: use --tls-root-ca-file in nsqauth request (thanks @intellitrend-team)
    • #1470 / #1469 - nsqadmin: upgrade supported ECMA from ES5 to ES2020 (thanks @dudleycarr)
    • #1468 - nsqadmin: add paused label to topic within the node view (thanks @dudleycarr)
    • #1462 - nsqadmin: add admin check for topic/node thombstone endpoint (thanks @dudleycarr)
    • #1434 - nsqd: add support of unix sockets for tcp, http, https listeners (thanks @telepenin)
    • #1424 - nsqd: add /debug/freememory API (thanks @guozhao-coder)
    • #1421 - nsqd: nicer tls-min-version help text default
    • #1376 - nsqd: allow unbuffered memory chan if ephemeral or deferred
    • #1380 - nsqd: use metadata struct for both marshal and unmarshal (thanks @karalabe)
    • #1403 - nsqd: /info api returns more info (thanks @arshabbir)
    • #1384 - nsqd: allow disabling both HTTP and HTTPS interfaces (thanks @karalabe)
    • #1385 - nsqd: enable support for TLS1.3 (thanks @karalabe)
    • #1372 - nsqadmin: new flag --dev-static-dir instead of debug build tag

    Bugs:

    • #1478 - Dockerfile: remove nsswitch.conf check (thanks @dudleycarr)
    • #1467 - nsqadmin: fix counter by bounding animation steps (thanks @dudleycarr)
    • #1466 - nsqadmin: fix broken graph template in nsqadmin node view (thanks @dudleycarr)
    • #1455 / #1387 - update dependencies
    • #1445 - nsqd: fix unsafe concurrency read in RemoveClient (thanks @gueFDF)
    • #1441 - nsqd: fix panic when statsd enabled and memstats disabled with no topics (thanks @carl-reverb)
    • #1428 - delete validTopicChannelNameRegex useless escape characters (thanks @sjatsh)
    • #1419 - contrib: update nsqadmin.cfg.example (thanks @StellarisW)
    Open source →
    Release notes

    Upgrading

    • #1427 / #1373 / #1371 - fix staticcheck warnings, remove support for gobindata / go 1.16

    Features:

    • #1473 - nsqd: use --tls-root-ca-file in nsqauth request (thanks @intellitrend-team)
    • #1470 / #1469 - nsqadmin: upgrade supported ECMA from ES5 to ES2020 (thanks @dudleycarr)
    • #1468 - nsqadmin: add paused label to topic within the node view (thanks @dudleycarr)
    • #1462 - nsqadmin: add admin check for topic/node thombstone endpoint (thanks @dudleycarr)
    • #1434 - nsqd: add support of unix sockets for tcp, http, https listeners (thanks @telepenin)
    • #1424 - nsqd: add /debug/freememory API (thanks @guozhao-coder)
    • #1421 - nsqd: nicer tls-min-version help text default
    • #1376 - nsqd: allow unbuffered memory chan if ephemeral or deferred
    • #1380 - nsqd: use metadata struct for both marshal and unmarshal (thanks @karalabe)
    • #1403 - nsqd: /info api returns more info (thanks @arshabbir)
    • #1384 - nsqd: allow disabling both HTTP and HTTPS interfaces (thanks @karalabe)
    • #1385 - nsqd: enable support for TLS1.3 (thanks @karalabe)
    • #1372 - nsqadmin: new flag --dev-static-dir instead of debug build tag

    Bugs:

    • #1478 - Dockerfile: remove nsswitch.conf check (thanks @dudleycarr)
    • #1467 - nsqadmin: fix counter by bounding animation steps (thanks @dudleycarr)
    • #1466 - nsqadmin: fix broken graph template in nsqadmin node view (thanks @dudleycarr)
    • #1455 / #1387 - update dependencies
    • #1445 - nsqd: fix unsafe concurrency read in RemoveClient (thanks @gueFDF)
    • #1441 - nsqd: fix panic when statsd enabled and memstats disabled with no topics (thanks @carl-reverb)
    • #1428 - delete validTopicChannelNameRegex useless escape characters (thanks @sjatsh)
    • #1419 - contrib: update nsqadmin.cfg.example (thanks @StellarisW)
    Open source →
  14. v1.2.2-0.20231226181747-c3941e19d4f3 26 Dec 2023 pre-release

    Nothing published for this version

  15. v1.2.2-0.20231106151422-eb27dd5c0102 06 Nov 2023 pre-release

    Nothing published for this version

  16. v1.2.2-0.20231030033555-1d183d94e06a 30 Oct 2023 pre-release

    Nothing published for this version

  17. v1.2.2-0.20231030022333-e6e3f7c92b8c 30 Oct 2023 pre-release

    Nothing published for this version

  18. v1.2.2-0.20231025134839-30998dd27fb4 25 Oct 2023 pre-release

    Nothing published for this version

  19. v1.2.2-0.20231024183831-9a8c304460e4 24 Oct 2023 pre-release

    Nothing published for this version

  20. v1.2.2-0.20230716201126-51b270fb547c 16 Jul 2023 pre-release

    Nothing published for this version

  21. v1.2.2-0.20230530044218-64aba7192fc8 30 May 2023 pre-release

    Nothing published for this version

  22. v1.2.2-0.20230306001931-1362af17d50b 06 Mar 2023 pre-release

    Nothing published for this version

  23. v1.2.2-0.20230118143659-b28153e37e05 18 Jan 2023 pre-release

    Nothing published for this version

  24. v1.2.2-0.20221221153539-cf12b9608ede 21 Dec 2022 pre-release

    Nothing published for this version

  25. v1.2.2-0.20221220064515-bd63a9fc517b 20 Dec 2022 pre-release

    Nothing published for this version

  26. v1.2.2-0.20221024032026-9bd7d8be565a 24 Oct 2022 pre-release

    Nothing published for this version

  27. v1.2.2-0.20220923154746-393f7b994f0c 23 Sep 2022 pre-release

    Nothing published for this version

  28. v1.2.2-0.20220827021645-a1889c4623cc 27 Aug 2022 pre-release

    Nothing published for this version

  29. v1.2.2-0.20220813181543-68cffacd2e3f 13 Aug 2022 pre-release

    Nothing published for this version

  30. v1.2.2-0.20220802045950-4138c4483071 02 Aug 2022 pre-release

    Nothing published for this version

  31. v1.2.2-0.20220802034012-ae2e77a01d2a 02 Aug 2022 pre-release

    Nothing published for this version

  32. v1.2.2-0.20220501170133-784d911f7612 01 May 2022 pre-release

    Nothing published for this version

  33. v1.2.2-0.20211025175453-198a8840f767 25 Oct 2021 pre-release

    Nothing published for this version

  34. v1.2.2-0.20211022225956-802306e80cae 22 Oct 2021 pre-release

    Nothing published for this version

  35. v1.2.2-0.20211021155057-427d89391b82 21 Oct 2021 pre-release

    Nothing published for this version

  36. v1.2.2-0.20210912015630-74731b699a52 12 Sep 2021 pre-release

    Nothing published for this version

  37. v1.2.2-0.20210906005716-52b914368439 06 Sep 2021 pre-release

    Nothing published for this version

  38. v1.2.2-0.20210905002014-d21ec486360c 05 Sep 2021 pre-release

    Nothing published for this version

  39. v1.2.2-0.20210816040223-12901cd32268 16 Aug 2021 pre-release

    Nothing published for this version

  40. v1.2.1 16 Aug 2021
    Release notes

    Upgrading

    • #1227 - bump dependencies, officially drop dep support, drop Go 1.9 support

    Features:

    • #1347 - nsqadmin: switch to go:embed for static assets
    • #1355 / #1364 - arm64 builds (thanks @danbf)
    • #1346 - nsqd: ability to skip ephemeral topics/channels in statsd output
    • #1336 / #1341 / #1343 - nsqd: ability to configure auth endpoint path (thanks @tufanbarisyildirim)
    • #1307 - remove Context to use stdlib context
    • #1295 / #1296 - switch to GitHub Actions CI
    • #1292 - nsqd: minimize allocations on message send (thanks @imxyb)
    • #1289 - optimize uniq (thanks @donutloop)
    • #1230 / #1232 - nsqd: ability to omit memory stats from /stats (thanks @creker)
    • #1226 - nsqd: only update internal RDY count for client when it changes (thanks @andyxning)
    • #1221 / #1363 - test against more recent versions of Go
    • #1209 - nsqd: bump go-diskqueue (interface change) (thanks @bitpeng)
    • #1206 - prefer idiomatic sort.Ints over sort.Sort (thanks @lelenanam)
    • #1197 / #1362 - Dockerfile: update Alpine base image, use /data by default
    • #1178 - nsqd: configurable queue scan worker pool (thanks @andyxning)
    • #1159 - nsqd: don't buffer messages when --mem-queue-size=0 (thanks @bitpeng)
    • #1073 / #1297 - nsqd: support separate broadcast ports for TCP and HTTP (thanks @shyam-king)

    Bugs:

    Open source →
    Release notes

    Upgrading

    • #1227 - bump dependencies, officially drop dep support, drop Go 1.9 support

    Features:

    • #1347 - nsqadmin: switch to go:embed for static assets
    • #1355 / #1364 - arm64 builds (thanks @danbf)
    • #1346 - nsqd: ability to skip ephemeral topics/channels in statsd output
    • #1336 / #1341 / #1343 - nsqd: ability to configure auth endpoint path (thanks @tufanbarisyildirim)
    • #1307 - remove Context to use stdlib context
    • #1295 / #1296 - switch to GitHub Actions CI
    • #1292 - nsqd: minimize allocations on message send (thanks @imxyb)
    • #1289 - optimize uniq (thanks @donutloop)
    • #1230 / #1232 - nsqd: ability to omit memory stats from /stats (thanks @creker)
    • #1226 - nsqd: only update internal RDY count for client when it changes (thanks @andyxning)
    • #1221 / #1363 - test against more recent versions of Go
    • #1209 - nsqd: bump go-diskqueue (interface change) (thanks @bitpeng)
    • #1206 - prefer idiomatic sort.Ints over sort.Sort (thanks @lelenanam)
    • #1197 / #1362 - Dockerfile: update Alpine base image, use /data by default
    • #1178 - nsqd: configurable queue scan worker pool (thanks @andyxning)
    • #1159 - nsqd: don't buffer messages when --mem-queue-size=0 (thanks @bitpeng)
    • #1073 / #1297 - nsqd: support separate broadcast ports for TCP and HTTP (thanks @shyam-king)

    Bugs:

    • #1347 - nsqadmin: fix graphite key for ephemeral topics/channels
    • #765 / #1195 / #1203 / #1205 - fix build on illumos (thanks @i-sevostyanov)
    • #1333 - fix race detector tests on non-bash shells
    • #1330 - fix log_level support in configuration file (thanks @edoger)
    • #1319 / #1331 / #1361 - nsqd: handle SIGTERM
    • #1287 - nsqadmin: fix --proxy-graphite support (thanks @fanlix)
    • #1270 / #1271 - nsqlookupd: fix incorrect error message for HTTP listener (thanks @TangDH03)
    • #1264 - fix benchmark script
    • #1251 / #1314 / #1327 - nsqd: fix live lock for high churn ephemeral topic/channel reconnections (thanks @slayercat)
    • #1237 - Dockerfile: add nsswitch.conf to ensure go resolver uses /etc/hosts first
    • #1217 / #1220 - nsqd: improve error message when --data-path does not exist (thanks @mdh67899)
    • #1198 / #1190 / #1262 - synchronize close of all connections on Exit (thanks @benjsto)
    • #1188 / #1189 - nsqadmin: fix channel delete, fix source-maps in Firefox (thanks @avtrifanov)
    • #1186 - nsqadmin: fix nodes list with ipv6 addresses (thanks @andyxning)
    Open source →
  41. v1.2.1-0.20210521001614-a4939964f671 21 May 2021 pre-release

    Nothing published for this version

  42. v1.2.1-0.20210512160628-d0f7412f69a4 12 May 2021 pre-release

    Nothing published for this version

  43. v1.2.1-0.20210511192153-1039fc5b4581 11 May 2021 pre-release

    Nothing published for this version

  44. v1.2.1-0.20210404211942-a1da1173d3bf 04 Apr 2021 pre-release

    Nothing published for this version

  45. v1.2.1-0.20210404024253-619ac1075187 04 Apr 2021 pre-release

    Nothing published for this version

  46. v1.2.1-0.20210329015232-74f0dca57b80 29 Mar 2021 pre-release

    Nothing published for this version

  47. v1.2.1-0.20210318111050-a2140606f819 18 Mar 2021 pre-release

    Nothing published for this version

  48. v1.2.1-0.20210301033546-c164c776ab1a 01 Mar 2021 pre-release

    Nothing published for this version

  49. v1.2.1-0.20210209124234-5b9d7b4f48ea 09 Feb 2021 pre-release

    Nothing published for this version

  50. v1.2.1-0.20201128012125-8adb229f7053 28 Nov 2020 pre-release

    Nothing published for this version

  51. v1.2.1-0.20201018183355-454c1331fd0e 18 Oct 2020 pre-release

    Nothing published for this version

  52. v1.2.1-0.20200621233524-7d1d1b04bc1b 21 Jun 2020 pre-release

    Nothing published for this version

  53. v1.2.1-0.20200616151320-c9001fc5faab 16 Jun 2020 pre-release

    Nothing published for this version

  54. v1.2.1-0.20200326223123-8db8c50e5e58 26 Mar 2020 pre-release

    Nothing published for this version

  55. v1.2.1-0.20200225073104-ec05c1ee206d 25 Feb 2020 pre-release

    Nothing published for this version

  56. v1.2.1-0.20200112231542-58f65c061c71 12 Jan 2020 pre-release

    Nothing published for this version

  57. v1.2.1-0.20191226180918-b5275151a6eb 26 Dec 2019 pre-release

    Nothing published for this version

  58. v1.2.1-0.20191226011515-bd3905e5a75d 26 Dec 2019 pre-release

    Nothing published for this version

  59. v1.2.1-0.20191214173525-f6bc2bfe763d 14 Dec 2019 pre-release

    Nothing published for this version

  60. v1.2.1-0.20191214113722-e883f9bd57eb 14 Dec 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