This is a NATS.Net bug fix release version 2.1.0-preview.2.
What's Changed
- Object store name check fix by @mtmk in #327
- micro-optimizations in ProtocolWriter by @caleblloyd in #329
Full Changelog: v2.1.0-preview.1...v2.1.0-preview.2
Nuget Packages
NATS.Net
This is the main meta package containing all other packages except serialization.
dotnet add package NATS.Net --version 2.1.0-preview.2
If you are not deploying Native AOT you can also use ad-hoc JSON serialization:
dotnet add package NATS.Client.Serializers.Json --version 2.1.0-preview.2
Individual Packages
dotnet add package NATS.Client.Core --version 2.1.0-preview.2
dotnet add package NATS.Client.Hosting --version 2.1.0-preview.2
dotnet add package NATS.Client.JetStream --version 2.1.0-preview.2
dotnet add package NATS.Client.KeyValueStore --version 2.1.0-preview.2
dotnet add package NATS.Client.ObjectStore --version 2.1.0-preview.2
dotnet add package NATS.Client.Services --version 2.1.0-preview.2
dotnet add package NATS.Client.Serializers.Json --version 2.1.0-preview.2