Releases: nats-io/stan.net
Releases · nats-io/stan.net
The 0.3.0 Release of the NATS C# .NET Streaming Client
New Features, Enhancements, and Changes
- Uses v3.1.x of the .NET Core SDK (#183) @danielwertheim
- Update to net46 (#189)
- Add a configurable timeout to protocol messages (#191)
Bug Fixes
- Cleanup example and add Console Cancel event handler (#172)
- fix -unsubscribe and usage (#174)
- Resolve deadlock when publishing small messages rapidly #175 (#177)
- Do not close not owned NATS connection (#181) (#182) @dorny
- Handle No-Responders correctly (#193)
Download on NuGet here.
The 0.2.1 Release of the NATS C# .NET Streaming Client
New Features, Enhancements, and Changes
- Adds PubAck limits to StanOptions (#146) @danielwertheim
- Disable reconnect-buffers (#162) @danielwertheim
- Soft Flush to reduce latency in blocking publish calls (#167) @ColinSullivan1
Bug Fixes
- These features resolve reconnection problems with the underlying NATS connection (#162)
Download on NuGet here.
Prerelease 1 of version 0.2.1
Prerelease with bug fixes.
The 0.2.0 Release of the NATS C# .NET Streaming Client
New Features, Enhancements, and Changes
- Rx (#150) @danielwertheim
- Splits into two pipelines as with NATS project (#156) @danielwertheim
- Test suites (#145) @danielwertheim
- Consolidates projects and prepares for AZ DevOps (#143) … @danielwertheim
Bug Fixes
- Use packageIcon instead of packageIconUrl as url has been deprecated @danielwertheim
- Updates cache value for NuGet shield (#151) @danielwertheim
- Fix #73 (#155) StanConnectRequestTimeoutException leaves client in invalid state @danielwertheim
Download on NuGet here.
The 0.1.7 Release of the NATS C# .NET Streaming Client
Changelog
Changed
- The repository has been renamed to
stan.net
. - Updated dependencies of the core NATS assembly and xunit tests. (#139)
Improved
- Added a flush when publishing to reduce latency (#128)
Fixed
- Null Reference Exception that could be thrown in
Close()
(#123) - Fixed a System.UriFormatException when multiple servers were listed in a NATS URL (#125). Thank you @sujitn.
- Normalized the casing of NetStandard and 4.5 assemblies (#133). Thank you @dungpa.
- Fixed the behavior of publishing while the underlying NATS connection is reconnecting (#138)
Complete Changes
Download now at NuGet.
The 0.1.6 Release of the NATS C# .NET Streaming Client
The 0.1.5 Release of the NATS C# .NET Streaming Client
This release includes:
- Added the ability to leave a subscription open upon dispose
- Detect lost connections with the lost connection event handler
- Dispose support for non-durable subscriptions
- Migrated the examples to .NET standard 2.0
- Various Performance updates and bug fixes
- Dependency upgrades
Download now at NuGet.
The 0.1.4 Release of the NATS C# .NET Streaming Client
This release includes:
- .NET Core support
- Added IStanSubscription.Close() to support closing a durable.
- Expanded to support .NET 4.5 (from 4.5.1)
- Updated client behavior to parallel server changes.
- Updated NATS.Client dependency
Download now at NuGet.
The 0.1.3 release of the NATS C# .NET Streaming Client
This is a maintenance release:
- Fixes a hang that can occur when continuing to publish after the MaxPubAcksInFlight option has been exceeded.
See the NATS documentation site for more information.
Also available on NuGet.
The 0.1.2 release of the NATS C# .NET Streaming Client
This is a maintenance release, with some minor bug fixes.
- Allow UTC or local time for the start time subscription option
- Locking fixes
- Corrected assignment logic for nulling out a connection url.
- Argument checking fixes and invalid arguments throw more idiomatic type exceptions
- Cleanup and fixes to preserve exception context.
See the NATS documentation site for more information.
Also available on NuGet.