We are excited to announce the release of NATS .NET v2.5.8! This version introduces several new features to enhance your experience with the NATS .NET client:
Services: Long-awaited functionality for creating services without queue groups has now been implemented.
KV Store: New Try
methods have been added to the KV Store, allowing operations without throwing exceptions. These methods are particularly useful in scenarios where exceptions are not truly exceptional but are used to drive application logic, such as in caching applications. This has been a real community effort. Thanks to everyone involved ❤️
What's Changed
- Added Additional Try Commands to KVStore by @darkwatchuk in #728
- Add service use queue group option by @mtmk in #734
Full Changelog: v2.5.7...v2.5.8
Download from NuGet
You can download the latest version from NuGet.