You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most recent nats server is using a retracted version of the github.com/hashicorp/go-msgpack package (v1.1.5).
This makes using nats as a package dependency in other software impossible.
go: warning: github.com/hashicorp/go-msgpack@v1.1.5: retracted by module author: v1.1.5 merged upstream ugorji/go which breaks compatibility with previous versions.
go: to switch to the latest unretracted version, run:
go get github.com/hashicorp/go-msgpack@latest
go: upgraded github.com/hashicorp/go-msgpack v0.5.5 => v1.1.5
go: upgraded github.com/nats-io/nats-streaming-server v0.18.0 => v0.25.3```
Unfortunately it is not possible to log an issue on the hashicorp fork for that project and the retracted package only has a major version after the retracted version.
The text was updated successfully, but these errors were encountered:
karlmutch
changed the title
nats is using a revoked dependency making use of the latest nats server impossible as a dependency for other projects
nats is using a retarcted dependency making use of the latest nats server impossible as a dependency for other projects
Jan 27, 2023
karlmutch
changed the title
nats is using a retarcted dependency making use of the latest nats server impossible as a dependency for other projects
nats is using a retracted dependency making use of the latest nats server impossible as a dependency for other projects
Jan 27, 2023
The v1.1.5 has been retracted. Updated our reference to go-msgpack
to use the `/v2` and go mod to the latest v2.1.0.
Resolves#1284
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
@karlmutch I had made a change in PR #1285 and wonder if you had a chance to test/check that this addresses the issue? I could do a release v0.25.4 in a short turn around if need be.
The most recent nats server is using a retracted version of the github.com/hashicorp/go-msgpack package (v1.1.5).
This makes using nats as a package dependency in other software impossible.
The text was updated successfully, but these errors were encountered: