Seventh preview of NATS .NET 3.0. Brings in everything released in 2.8.1: a Services helper for detecting error responses on the requester side, plus bug fixes across JetStream, KV, subscriptions, and connection logging. No 3.0-only changes.
From main (via 2.8.1):
- Add helpers to detect Nats-Service-Error on responses (#1152)
- Fix durable consumer create when only DurableName is set (#1150)
- kv: cap duplicate_window at max_age (#1149)
- Quiet recoverable server-error logs (#1148) (thanks @garrett-sutton)
- Fix subscription timeout overflow (#1134) (thanks @Prochy)
- test: fix Windows CI flaps (#1147)
- docs: add JetStream basic example (#1138)
Full Changelog: v3.0.0-preview.6...v3.0.0-preview.7