Skip to content

NATS.Client v2.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mtmk mtmk released this 16 Nov 15:49
· 247 commits to main since this release
1bf5c01

With this release we have added a few missing features like connection retry backoff and double ACK for JetStream.

We are very close to a release candidate

Our tests showing good signs of stability and confidence. A release candidate should be ready very soon 🤞

What's Changed

  • Docs updates with API changes in #208
  • JetStream double ACK and NAK delay in #210
  • Added serializer to Key/Value Store APIs in #213
  • Reconnect backoff in #211

Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3

Nuget Packages

dotnet add package NATS.Client.Core --version 2.0.0-beta.3
dotnet add package NATS.Client.Hosting --version 2.0.0-beta.3
dotnet add package NATS.Client.JetStream --version 2.0.0-beta.3
dotnet add package NATS.Client.KeyValueStore --version 2.0.0-beta.3
dotnet add package NATS.Client.ObjectStore --version 2.0.0-beta.3
dotnet add package NATS.Client.Services --version 2.0.0-beta.3
dotnet add package NATS.Client.Serializers.Json --version 2.0.0-beta.3