Happy to announce a new release of NATS .NET v2.5.5. With this release we're introducing exception-free methods especially in operations where logic might've been driven by exceptions like the KV get method which might return a not-found. See #688 for more details.
What's Changed
- Add flags to NatsMsg and JetStream Request by @mtmk in #652
- Add (force) reconnect method by @pzajaczkowski in #684
- Update README.md by @mtmk in #683
- Jetstream CreateOrUpdateStream by @Ivandemidov00 in #692
- Add KV try get by @mtmk in #688
- Add password support for PFX files by @mtmk in #694
- Release 2.5.5 by @mtmk in #695
New Contributors
- @pzajaczkowski made their first contribution in #684
Full Changelog: v2.5.4...v2.5.5