github nats-io/nats.net v2.2.2
NATS .NET v2.2.2

latest releases: v2.5.8, v2.5.8-preview.1, v2.5.7...
9 months ago

We are pleased to announce the minor release of NATS .NET version 2.2.2. This update includes several minor fixes and introduces a few new features to enhance your experience as well as adding support for new NATS Server v2.10 features.

Please note, there is one breaking change regarding consumer creation. While this change should not impact most users, we recommend reviewing it to ensure it does not affect your implementation.

Fixes

New Features

Breaking Change

If you are creating consumers using the ConsumerConfig(name) constructor, no changes should be necessary. However, if you are not using this constructor, please verify that your AckPolicy is set to your desired value, as the default has changed from none to explicit.

New Contributors

Full Changelog: v2.2.1...v2.2.2

Nuget Package

dotnet add package NATS.Net --version 2.2.2

Getting Started with NATS .NET

Check out the introduction to using NATS .NET and NATS server for a quick start.

Don't miss a new nats.net release

NewReleases is sending notifications on new releases.