This repository was archived by the owner on Dec 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed
Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ builds:
1414- main : ./nats-streaming-server.go
1515 binary : nats-streaming-server
1616 ldflags :
17- - -w -X github.com/nats-io/nats-streaming-server/server.gitCommit={{.ShortCommit}} -X github.com/nats-io/nats-server/v2/server.gitCommit=90721ee
17+ - -w -X github.com/nats-io/nats-streaming-server/server.gitCommit={{.ShortCommit}} -X github.com/nats-io/nats-server/v2/server.gitCommit=23b41bb
1818 env :
1919 - GO111MODULE=on
2020 - CGO_ENABLED=0
Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ under the Apache Version 2.0 license found in the LICENSE file.
4848[ Coverage-image ] : https://coveralls.io/repos/github/nats-io/nats-streaming-server/badge.svg?branch=main&t=kIxrDE
4949[ ReportCard-Url ] : http://goreportcard.com/report/nats-io/nats-streaming-server
5050[ ReportCard-Image ] : http://goreportcard.com/badge/github.com/nats-io/nats-streaming-server
51- [ Release-Url ] : https://github.com/nats-io/nats-streaming-server/releases/tag/v0.24.4
52- [ Release-image ] : https://img.shields.io/badge/release-v0.24.4 -1eb0fc.svg
51+ [ Release-Url ] : https://github.com/nats-io/nats-streaming-server/releases/tag/v0.24.5
52+ [ Release-image ] : https://img.shields.io/badge/release-v0.24.5 -1eb0fc.svg
5353[ github-release ] : https://github.com/nats-io/nats-streaming-server/releases/
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/hashicorp/go-msgpack v1.1.5
1010 github.com/hashicorp/raft v1.3.7
1111 github.com/lib/pq v1.10.4
12- github.com/nats-io/nats-server/v2 v2.8.0
12+ github.com/nats-io/nats-server/v2 v2.8.1
1313 github.com/nats-io/nats.go v1.14.0
1414 github.com/nats-io/nuid v1.0.1
1515 github.com/nats-io/stan.go v0.10.2
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ github.com/minio/highwayhash v1.0.2 h1:Aak5U0nElisjDCfPSG79Tgzkn2gl66NxOMspRrKnA
5858github.com/minio/highwayhash v1.0.2 /go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY =
5959github.com/nats-io/jwt/v2 v2.2.1-0.20220330180145-442af02fd36a h1:lem6QCvxR0Y28gth9P+wV2K/zYUUAkJ+55U8cpS0p5I =
6060github.com/nats-io/jwt/v2 v2.2.1-0.20220330180145-442af02fd36a /go.mod h1:0tqz9Hlu6bCBFLWAASKhE5vUA4c24L9KPUUgvwumE/k =
61- github.com/nats-io/nats-server/v2 v2.8.0 h1:9cX87APzxnmVhr+Oiv1t41eGrDaRDG2ffuu/e+gGwaQ =
62- github.com/nats-io/nats-server/v2 v2.8.0 /go.mod h1:5vic7C58BFEVltiZhs7Kq81q2WcEPhJPsmNv1FOrdv0 =
61+ github.com/nats-io/nats-server/v2 v2.8.1 h1:WZ9m/d8rklkWo6opo3X927vXnuaE00VEEl5zXcpL6qw =
62+ github.com/nats-io/nats-server/v2 v2.8.1 /go.mod h1:vIdpKz3OG+DCg4q/xVPdXHoztEyKDWRtykQ4N7hd7C4 =
6363github.com/nats-io/nats.go v1.13.0 /go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w =
6464github.com/nats-io/nats.go v1.14.0 h1:/QLCss4vQ6wvDpbqXucsVRDi13tFIR6kTdau+nXzKJw =
6565github.com/nats-io/nats.go v1.14.0 /go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w =
@@ -93,7 +93,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
9393golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
9494golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
9595golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b /go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4 =
96- golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
9796golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd h1:XcWmESyNjXJMLahc3mqVQJcgSTDxFxhETVlfk9uGc38 =
9897golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
9998golang.org/x/mod v0.2.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ import (
4747// Server defaults.
4848const (
4949 // VERSION is the current version for the NATS Streaming server.
50- VERSION = "0.24.4 "
50+ VERSION = "0.24.5 "
5151
5252 DefaultClusterID = "test-cluster"
5353 DefaultDiscoverPrefix = "_STAN.discover"
You can’t perform that action at this time.
0 commit comments