Skip to content

The 0.12.0 release of the NATS C# .NET Client

Compare
Choose a tag to compare
@ColinSullivan1 ColinSullivan1 released this 26 Feb 18:45
59eca37

Download on NuGet here.

New Features, Enhancements, and Changes

Added PublicKeyFromSeed to obtain public key from seed (#435) by @matthiashanel
Added CreateUserSeed and CreateAccountSeed so these can be generated (#434) by @matthiashanel
Update Dependencies (#439)
Header updates - Allow a description with the inline status (#436)

Bug Fixes

Move the sleep call after buffer flush for better latency (#437)
ISubscription should inherit IDisposable (#438)
Fix TCP connectivity on systems w/o IPv6 support (#432) by @jasper-d
Create dependencies.md [ci skip], (#427) by @gcolliso
Fix client version, (#423) by @jasper-d
Message value can contain tab, (#420) by @scottf

Notes

#438 may require minor code changes for those who mock NATS subscriptions in testing, etc. That change should not affect usage of NATS otherwise.