Nats.net Versions Save

The official C# Client for NATS

1.1.5

1 week ago

Core

  • Messages not added to the channel don't count as pending for client side slow consumer purposes #881 @scottf
  • Ability to set user credentials from strings(s) #885 @scottf
  • Fix line reader to resolve buffer issues on TLS connections #888 @mtmk
  • tls_available support #889 @scottf

KV

  • KV Transform support #878 @scottf
  • Fix KV allow direct #879 @scottf
  • KV Watch Multiple Filters #887 @scottf

JetStream for upcoming server release 2.11.x

  • Add support for Consumer Create Action #886 @scottf

1.1.4

2 months ago

Core

  • Change connection task error handling. #873 @scottf

KV

  • KV Atomic Delete and Purge #872 @scottf

JetStream for upcoming server release 2.11.x

  • Pause and Resume consumer #874 @scottf

1.1.4-pre1

2 months ago

This is a preview release targeting a TLS connection error handling issue.

1.1.3

2 months ago

JetStream

  • Improved recovery on durables and ordered #865 @scottf

KV

  • KV Watch From Revision #866

Misc

  • Update NATS.Client.csproj for NuGet #864 @mtmk

1.1.2

3 months ago

Core

  • Expose pending limits in the Options #844 @LaurensVergote
  • Auth Expiration Resubscribe #853 @scottf
  • Reconnect on connect, set state #854 @scottf
  • Reconnect On Connect Unit Test #855 @scottf

Misc

  • Readme notes for Subject Validation change in 1.1.0 #846 @scottf
  • Update readme / better 2.10, subject validation notes / point to V2 #848 @scottf

1.1.2-pre3

4 months ago

Reconnect on connect needed state set

1.1.2-pre2

4 months ago

1.1.2-pre1

4 months ago

Auth Expiration Resubscribe

1.1.1

6 months ago

Core

  • subscribe options name handling vs 2.8.4 #825 @scottf
  • Connect Enhancements #833 @scottf
  • Handle auth change while already connected. #841 @scottf

JetStream

  • Pub Ack Allow Sequence Zero during Validation #823 @scottf
  • Direct Message Subject Header May Contain Multiple Subjects #830 @scottf

Service Framework

  • Custom endpoint queue support and fixed InfoResponse to show proper subject. #824 @scottf
  • Nats By Example IntroToMicroFramework Example #832 @scottf

Misc

  • Update dependencies.md #826 @mtmk
  • Simplify and relax issue forms further #828 @bruth
  • Changing master to main #829 @scottf
  • Client Compatibility #831 @scottf

1.1.1-pre2

6 months ago

Core

  • Handle auth change while already connected. #841 @scottf