We're happy to introduce NAT .NET v2.2.3! This update brings a few new features, a crucial fix for subscription object lifetime, and a minor adjustment that primarily affects the key-value store.
Features
- Add overload for empty requests by @mtmk in #502
- Add ResumeAtRevision support to KV Watcher by @niklasfp in #491
Fixes
- Keep sub alive when reading channel by @caleblloyd in #506
- Prefer sub channel ReadAllAsync and remove SubAnchor by @caleblloyd in #507
- Direct Message Header May Contain Multiple Subjects by @Ivandemidov00 in #512
Full Changelog: v2.2.2...v2.2.3
Nuget Package
dotnet add package NATS.Net --version 2.2.3
Getting Started with NATS .NET
Check out the introduction to using NATS .NET and NATS server for a quick start.