PackageTrack
Sign in Get early access

github.com/nats-io/nats-streaming-server

v0.25.6 #609 most downloaded on Go modules nats-io/nats-streaming-server

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 2 weeks to 4 months

Rarely documented

notes for 8 of 54 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

1742 releases · first in 2016

0 releases in the last 12 months

see the full history below

Release timeline

1742 releases · Feb 2017 to Apr 2024
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release 542 older releases not drawn

Releases

latest 60 of 1742
  1. v0.25.7-0.20240401165927-fb10ab234bf0 01 Apr 2024 pre-release

    Nothing published for this version

  2. v0.25.6 17 Nov 2023
    Release notes

    Changelog

    Note that we added a deprecation notice for this project. See note here

    Go Version

    • 1.20.11: Both release executables and Docker images are built with this Go release.

    Updated

    • Dependencies (#1295)
      • github.com/hashicorp/go-msgpack/v2 v2.1.0 -> v2.1.1
      • github.com/hashicorp/raft v1.5.0 -> v1.6.0
      • github.com/nats-io/nats-server/v2 v2.9.23 -> v2.9.24
      • github.com/nats-io/nats.go v1.28.0 -> v1.31.0
      • github.com/prometheus/procfs v0.11.0 -> v0.12.0
      • go.etcd.io/bbolt v1.3.7 -> v1.3.8
      • golang.org/x/crypto v0.14.0 -> v0.15.0
      • golang.org/x/sys v0.13.0 -> v0.14.0

    Fixed

    • Clustering:
      • Raft log sync between leader and follower fails. Thanks to @fowlerp-qlik for the report (#1295)

    Complete Changes

    v0.25.5...v0.25.6

    Open source →
    Release notes

    d1a98ca

    This commit was created on GitHub.com and signed with GitHub’s verified signature . The key has expired.

    GPG key ID: 4AEE18F83AFDEB23 Expired

    Verified Learn about vigilant mode .

    Changelog

    Note that we added a deprecation notice for this project. See note here

    Go Version

    • 1.20.11: Both release executables and Docker images are built with this Go release.

    Updated

    • Dependencies ( #1295 )

    • github.com/hashicorp/go-msgpack/v2 v2.1.0 -> v2.1.1

    • github.com/hashicorp/raft v1.5.0 -> v1.6.0

    • github.com/nats-io/nats-server/v2 v2.9.23 -> v2.9.24

    • github.com/nats-io/nats.go v1.28.0 -> v1.31.0

    • github.com/prometheus/procfs v0.11.0 -> v0.12.0

    • go.etcd.io/bbolt v1.3.7 -> v1.3.8

    • golang.org/x/crypto v0.14.0 -> v0.15.0

    • golang.org/x/sys v0.13.0 -> v0.14.0

    Fixed

    • Clustering:
    • Raft log sync between leader and follower fails. Thanks to @fowlerp-qlik for the report ( #1295 )

    Complete Changes

    Open source →
  3. v0.25.6-0.20231117220321-d1a98ca97b37 17 Nov 2023 pre-release

    Nothing published for this version

  4. v0.25.6-0.20231101195932-641436edb1f8 01 Nov 2023 pre-release

    Nothing published for this version

  5. v0.25.6-0.20231019230244-9883057aef97 19 Oct 2023 pre-release

    Nothing published for this version

  6. v0.25.5 20 Jun 2023
    Release notes

    Changelog

    Note that we added a deprecation notice for this project. See note here

    Go Version

    • 1.19.10: Both release executables and Docker images are built with this Go release.

    Updated

    • Dependencies (#1290)
      • github.com/go-sql-driver/mysql v1.7.0 -> v1.7.1
      • github.com/hashicorp/raft v1.4.0 -> v1.5.0
      • github.com/lib/pq v1.10.8 -> v1.10.9
      • NATS Server v2.9.16 -> v2.9.19
      • NATS Go client v1.25.0 -> v1.27.0
      • github.com/prometheus/procfs v0.9.0 -> v0.11.0
      • golang.org/x/crypto v0.8.0 -> v0.9.0
      • golang.org/x/sys v0.7.0 -> v0.9.0

    Complete Changes

    v0.25.4...v0.25.5

    Open source →
  7. v0.25.4 17 Apr 2023
    Release notes

    Changelog

    Note that we added a deprecation notice for this project. See note here

    Go Version

    • 1.19.8: Both release executables and Docker images are built with this Go release.

    Updated

    • Dependencies
      • github.com/hashicorp/go-msgpack v1.1.5 -> v2.1.0. Thanks to @karlmutch for the report (#1285)
      • github.com/hashicorp/raft v1.3.11 -> v1.4.0
      • github.com/lib/pq v1.10.4 -> v1.10.8
      • NATS Server v2.9.11 -> v2.9.16
      • NATS Go client v1.22.1 -> v1.25.0
      • go.etcd.io/bbolt v1.3.6 -> v1.3.7 (#1287, #1288)

    Fixed

    • Clustering:
      • The server could get stuck while performing leadership acquired actions. This would make the cluster unavailable to clients (#1287)

    Complete Changes

    v0.25.3...v0.25.4

    Open source →
  8. v0.25.4-0.20230403152705-4cfa4f1be74e 03 Apr 2023 pre-release

    Nothing published for this version

  9. v0.25.4-0.20230127195917-2af2beb736af 27 Jan 2023 pre-release

    Nothing published for this version

  10. v0.25.3 12 Jan 2023
    Release notes

    Changelog

    Note that we added a deprecation notice for this project. See note here

    Go Version

    • 1.19.5: Both release executables and Docker images are built with this Go release.

    Updated

    • Dependencies (#1281)
      • github.com/go-sql-driver/mysql v1.6.0 -> v1.7.0
      • github.com/nats-io/nats-server/v2 v2.9.3 -> v2.9.11
      • github.com/nats-io/nats.go v1.17.0 -> v1.22.1
      • golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 -> v0.5.0
      • golang.org/x/sys v0.0.0-20221010170243-090e33056c14 -> v0.4.1-0.20230105183443-b8be2fde2a9e

    Complete Changes

    v0.25.2...v0.25.3

    Open source →
  11. v0.25.3-0.20230111211943-d51efd049657 11 Jan 2023 pre-release

    Nothing published for this version

  12. v0.25.2 11 Oct 2022
    Release notes

    Changelog

    Note that we added a deprecation notice for this project. See note here

    Go Version

    • 1.19.2: Both release executables and Docker images are built with this Go release.

    Updated

    • Dependencies (#1275)
      • github.com/hashicorp/raft v1.3.9 -> v1.3.11
      • NATS Go client v1.15.0 -> v1.17.0
      • NATS Server v2.8.2 -> v2.9.3. Some CVEs specific to the NATS Server have been addressed in some of the releases.

    Changed

    • Recover channels even if the server information is not recovered. The server will now warn of the absence of server information and presence of of data, initialize the server state and then recover the rest of the state. Thanks to @nvol for the suggestion (#1267)
    • Reject channels with difference case, for example Foo versus foo. The server was treating them differently but were stored in the same file directory, which was causing problems. The error will now be reported and creation of the channel will be rejected, possibly preventing recovery of data for channels with different case. Thanks to @nvol for the report (#1274)

    Fixed

    • Clustering:
      • Subscriptions leak (from RAFT) in failed connect. Thanks to @LaurensVergote for the report (#1257)
    • FileStore:
      • Check expected record size before loading the record payload. This can prevent memory spike on trying to load a corrupted record. Thanks to @Jerito-kun for the report (#1266)

    Complete Changes

    v0.24.6...v0.25.2

    Open source →
  13. v0.25.1 11 Oct 2022

    Nothing published for this version

  14. v0.25.1-0.20221011184935-607026b3a194 11 Oct 2022 pre-release

    Nothing published for this version

  15. v0.25.0 11 Oct 2022

    Nothing published for this version

  16. v0.24.7-0.20221011014412-069cc967c2ce 11 Oct 2022 pre-release

    Nothing published for this version

  17. v0.24.7-0.20220804150532-a72759ae6621 04 Aug 2022 pre-release

    Nothing published for this version

  18. v0.24.7-0.20220803225813-81ca78583058 03 Aug 2022 pre-release

    Nothing published for this version

  19. v0.24.7-0.20220802151610-b0bd09afe194 02 Aug 2022 pre-release

    Nothing published for this version

  20. v0.24.7-0.20220802012529-10ef65d021b4 02 Aug 2022 pre-release

    Nothing published for this version

  21. v0.24.7-0.20220801161957-7ceff6cb96ea 01 Aug 2022 pre-release

    Nothing published for this version

  22. v0.24.7-0.20220729222139-3983687b6971 29 Jul 2022 pre-release

    Nothing published for this version

  23. v0.24.7-0.20220722232803-2f0c58210356 22 Jul 2022 pre-release

    Nothing published for this version

  24. v0.24.7-0.20220722201037-492849161095 22 Jul 2022 pre-release

    Nothing published for this version

  25. v0.24.7-0.20220718173908-07ec7931dfbb 18 Jul 2022 pre-release

    Nothing published for this version

  26. v0.24.7-0.20220718154554-e9aee36a9c81 18 Jul 2022 pre-release

    Nothing published for this version

  27. v0.24.7-0.20220718154119-273d70791904 18 Jul 2022 pre-release

    Nothing published for this version

  28. v0.24.7-0.20220715225118-f7c403b683a8 15 Jul 2022 pre-release

    Nothing published for this version

  29. v0.24.7-0.20220706203005-3520b47d81e6 06 Jul 2022 pre-release

    Nothing published for this version

  30. v0.24.7-0.20220706182745-f36eb36962eb 06 Jul 2022 pre-release

    Nothing published for this version

  31. v0.24.6 04 May 2022
    Release notes

    Changelog

    Note that we added a deprecation notice for this project. See note here

    Go Version

    • 1.17.9: Both release executables and Docker images are built with this Go release.

    Updated

    • Dependencies
      • github.com/hashicorp/raft v1.3.7 -> v1.3.9
      • NATS Go client v1.14.0 -> v1.15.0
      • NATS Server v2.8.1 -> v2.8.2 (#1249)

    Complete Changes

    v0.24.5...v0.24.6

    Open source →
  32. v0.24.6-0.20220504221745-a493d6b48b7f 04 May 2022 pre-release

    Nothing published for this version

  33. v0.24.5 21 Apr 2022
    Release notes

    Changelog

    Note that we added a deprecation notice for this project. See note here

    Go Version

    • 1.17.9: Both release executables and Docker images are built with this Go release.

    Updated

    • Dependencies
      • golang.org/x/crypto due to a CVE scan. However, since this affects crypto/ssh that the server is not using, the vulnerability does not impact the NATS Server. Thank you to @pgvishnuram for the contribution (#1247)
      • NATS Server v2.8.0 -> v2.8.1 (#1249)

    Complete Changes

    v0.24.4...v0.24.5

    Open source →
  34. v0.24.5-0.20220421215147-bcaeb85d6b6c 21 Apr 2022 pre-release

    Nothing published for this version

  35. v0.24.5-0.20220421172918-21ffbb7d5fa6 21 Apr 2022 pre-release

    Nothing published for this version

  36. v0.24.5-0.20220421073253-58df84df84cf 21 Apr 2022 pre-release

    Nothing published for this version

  37. v0.24.4 18 Apr 2022
    Release notes

    Changelog

    Note that we added a deprecation notice for this project. See note here

    Go Version

    • 1.17.9: Both release executables and Docker images are built with this Go release.

    Updated

    • Dependencies (#1242)
      • NATS Server v2.7.4 -> v2.8.0
      • github.com/hashicorp/raft v1.3.6 -> v1.3.7

    Complete Changes

    v0.24.3...v0.24.4

    Open source →
  38. v0.24.4-0.20220418234149-cf29817d0f6d 18 Apr 2022 pre-release

    Nothing published for this version

  39. v0.24.4-0.20220309222328-db22f4b41ed0 09 Mar 2022 pre-release

    Nothing published for this version

  40. v0.24.3 09 Mar 2022

    Nothing published for this version

  41. v0.24.3-0.20220309212749-62e198335f15 09 Mar 2022 pre-release

    Nothing published for this version

  42. v0.24.2 24 Feb 2022

    Nothing published for this version

  43. v0.24.2-0.20220224225057-5d19d6da1946 24 Feb 2022 pre-release

    Nothing published for this version

  44. v0.24.2-0.20220212004013-582a11e7a2f5 12 Feb 2022 pre-release

    Nothing published for this version

  45. v0.24.2-0.20220212001001-035c98f4d2a8 12 Feb 2022 pre-release

    Nothing published for this version

  46. v0.24.1 05 Feb 2022

    Nothing published for this version

  47. v0.24.1-0.20220205005931-82edf4bfbb0b 05 Feb 2022 pre-release

    Nothing published for this version

  48. v0.24.1-0.20220205005021-27f09c33bae3 05 Feb 2022 pre-release

    Nothing published for this version

  49. v0.24.1-0.20220131155940-6ac167bc28e6 31 Jan 2022 pre-release

    Nothing published for this version

  50. v0.24.1-0.20220131155926-aacb7922d419 31 Jan 2022 pre-release

    Nothing published for this version

  51. v0.24.1-0.20220130023016-31fd271bcf10 30 Jan 2022 pre-release

    Nothing published for this version

  52. v0.24.1-0.20220130014918-c6f1e643ba4d 30 Jan 2022 pre-release

    Nothing published for this version

  53. v0.24.0 26 Jan 2022

    Nothing published for this version

  54. v0.23.3-0.20220126202327-a17a5b6cca14 26 Jan 2022 pre-release

    Nothing published for this version

  55. v0.23.3-0.20220125225641-ef9079266024 25 Jan 2022 pre-release

    Nothing published for this version

  56. v0.23.3-0.20220120161832-65b89d794fca 20 Jan 2022 pre-release

    Nothing published for this version

  57. v0.23.3-0.20220119174933-f76723520029 19 Jan 2022 pre-release

    Nothing published for this version

  58. v0.23.3-0.20220119002640-6f31e064993a 19 Jan 2022 pre-release

    Nothing published for this version

  59. v0.23.3-0.20220119002629-367e841e0659 19 Jan 2022 pre-release

    Nothing published for this version

  60. v0.23.3-0.20220118235116-36b027db09ce 18 Jan 2022 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