Releases: nats-io/nats.net.v1
Prerelease #2 of 0.14.0 : JetStream
Prerelease 2 for 0.14.0 : JetStream
Several server v2.4.0 compatibility changes including JetStream queue groups via deliver group.
Prerelease #1 of 0.14.0 : JetStream
Prerelease #1 of 0.14.0 : JetStream
- Api Data Objects
- Header Support
- Protocol Status Object
- JetStream Message Recognition
- JetStream Management Context
- Stream Management
- Consumer Management
- JetStream Context
- Publish Sync
- Publish Async (Todo: Validate Implementation)
- Publish Expectations
- Consumer Configuration
- Push Sync Subscription
- Push Async Subscription
- Event Handler(s)
- Pull Subscription
- Pull Batch
- Pull No Wait
- Pull Expires
- Pull Fetch
- Options
- AutoAck
- Direct Mode
The 0.12.0 release of the NATS C# .NET Client
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.
Prerelease #1 of 0.12.0
Prerelease with various bug fixes and additional APIs.
[added] PublicKeyFromSeed to obtain public key from seed (#435) by @matthiashanel
[Added] CreateUserSeed and CreateAccountSeed so these can be generated (#434) by @matthiashanel
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
The 0.11.0 release of the NATS C# .NET Client
New Features, Enhancements, and Changes
- Add No-Responders Feature (#413)
- Lame Duck Mode Support (#412)
- Add Message Request APIs (#411)
- Add Message Headers (#394)
- Add Reconnect Jitter (#385)
Bug Fixes
- Fix typo in README.md (#408) - @kruettlip
- Support connecting to hostnames that resolve to IPv6 addresses (#406) - @DavidSimner
- Fix sync/async deadlock (#404) @jasper-d
- Remove NoRandomize usage from example (#402) @jasper-d
- avoid publish race condition (#387)
Misc
- Update MAINTAINERS.md (#390)
Prerelease #2 of 0.11.0
Prerelease #1 of 0.11.0
Prerelease with Fix #387
The 0.10.1 release of the NATS C# .NET Client
New Features, Enhancements, and Changes
- Add ClientIP Connection property (#374)
- AutoTLS (#372)
- More optimizations for InFlightRequest (#362) @jasper-d
- Nuid (#360) @jasper-d
- Test work (#348) @danielwertheim
- Request optimizations (#339) @danielwertheim
Bug Fixes
- Increase internal buffer sizes (#379)
- Randomize implicit servers (#376)
- Set default flush timeout to 10s (#375)
- Fix for Unity IL2CPP builds (#370) @Britvich
- Update README.md (#369) @Devnsyde
- Remove ConcurrentDictionary usage (#367)
- Make exceptions constructors public to enable mocking (#366) @kaspertygesen
- Fix JetStream Reply Subjects (#365)
- Fix exceptions thrown by Drain (#359)
- Fix build on Linux (and other stuff) (#355) @jasper-d
- Drain should throw NATSConnectionClosedException when appropriate (#356)
- Explicitly created threads now set IsBackground=true (#354) @SkinnySackboy
- Fixes so that bw.Position is not used when NetworkStream (#349) @danielwertheim
- Fixes so that conn.unsubscribe does not return null (#347) @danielwertheim
- PR #286, manually updated (#346) @danielwertheim
- Ensures url has OK protocol. (#345) @danielwertheim
- Removes leftovers from old build (#344) @danielwertheim
- Various Improvements (#343) @danielwertheim
- Replaces external JSON dep with SimpleJSON (#341) @danielwertheim
- Updates cache value for NuGet shield (#340) @danielwertheim
Download on NuGet here.
Prerelease of 0.10.1 (release 2)
Pre-release with various bug fixes and enhancements.
Prerelease of 0.10.1
Pre-release with various bug fixes and enhancements.