Skip to content

NATS .NET v3.2.0

Latest

Choose a tag to compare

@mtmk mtmk released this 29 Aug 00:08
4480589

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 missing list (#1248)
  • ConsumerConfig.Sourcing exposes 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)