This is a preview release of changes made so far for 2.0.2 release. Please feel free to try these new features in your pre-production workloads.
What's Changed
- Adding support for the no_responders feature. by @stebet in #259
- Consumer notifications by @mtmk in #265
New Contributors
Full Changelog: v2.0.1...v2.0.2-preview.1
Nuget Packages
NATS.Net
This is the main meta package containing all other packages except serialization.
dotnet add package NATS.Net --version 2.0.2-preview.1
If you are not deploying Native AOT you can also use ad-hoc JSON serialization:
dotnet add package NATS.Client.Serializers.Json --version 2.0.2-preview.1
Individual Packages
dotnet add package NATS.Client.Core --version 2.0.2-preview.1
dotnet add package NATS.Client.Hosting --version 2.0.2-preview.1
dotnet add package NATS.Client.JetStream --version 2.0.2-preview.1
dotnet add package NATS.Client.KeyValueStore --version 2.0.2-preview.1
dotnet add package NATS.Client.ObjectStore --version 2.0.2-preview.1
dotnet add package NATS.Client.Services --version 2.0.2-preview.1
dotnet add package NATS.Client.Serializers.Json --version 2.0.2-preview.1