github nats-io/nats.net v2.0.3-preview.1
NATS.Net v2.0.3-preview.1

latest releases: v2.5.4, v2.5.3, v2.5.2...
pre-release11 months ago

This is a bug fix release of NATS.Net version 2.0.3-preview.1.

What's Changed

  • Fixed serialization problem in PublishModel/PublishHeaders examples by @robibobi in #296
  • NatsMemoryOwner empty payload should not throw by @mtmk in #295
  • KV get keys should not hang with deleted keys by @mtmk in #293

New Contributors

Full Changelog: v2.0.2...v2.0.3-preview.1

Big thanks to our contributors @robibobi, @jeffw-wherethebitsroam and @sgwong. You all rock! 🥇

Give us a shout if you have any questions either on slack.nats.io dotnet channel or here on GitHub!

Don't forget to check out the documentation for guides and examples.

Happy coding! ❤️

Nuget Packages

NATS.Net

This is the main meta package containing all other packages except serialization.

dotnet add package NATS.Net --version 2.0.3-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.3-preview.1

Individual Packages

dotnet add package NATS.Client.Core --version 2.0.3-preview.1
dotnet add package NATS.Client.Hosting --version 2.0.3-preview.1
dotnet add package NATS.Client.JetStream --version 2.0.3-preview.1
dotnet add package NATS.Client.KeyValueStore --version 2.0.3-preview.1
dotnet add package NATS.Client.ObjectStore --version 2.0.3-preview.1
dotnet add package NATS.Client.Services --version 2.0.3-preview.1
dotnet add package NATS.Client.Serializers.Json --version 2.0.3-preview.1

Don't miss a new nats.net release

NewReleases is sending notifications on new releases.