Breaking for implementers: INatsJSStream and INatsJSConsumer gained members (ResetConsumerAsync, ResetAsync). Anything implementing these interfaces directly, such as a test double, needs updating. Callers are unaffected. Default implementations are not possible while the client targets netstandard2.0.
JetStream parity with server 2.14:
- Offline assets are now reported on the stream and consumer list responses, keyed by name with the reason, alongside the existing
missinglist (#1248) ConsumerConfig.Sourcingexposes the flag the server sets on consumers it creates for interest and work queue stream sourcing (#1249)- Consumers can be reset from the stream and consumer objects, not just the context (#1250)
- Fix TlsPreferTest hang that aborts the Core2 test run (#1246)