Skip to content

Releases: nats-io/stan.net

The 0.3.0 Release of the NATS C# .NET Streaming Client

13 Oct 20:22
b5c310d
Compare
Choose a tag to compare

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

03 Jan 00:44
a979f08
Compare
Choose a tag to compare

New Features, Enhancements, and Changes

Bug Fixes

  • These features resolve reconnection problems with the underlying NATS connection (#162)

Download on NuGet here.

Prerelease 1 of version 0.2.1

24 Dec 18:07
be92e79
Compare
Choose a tag to compare
Pre-release

Prerelease with bug fixes.

The 0.2.0 Release of the NATS C# .NET Streaming Client

22 Nov 23:45
1416007
Compare
Choose a tag to compare

New Features, Enhancements, and Changes

Bug Fixes

Download on NuGet here.

The 0.1.7 Release of the NATS C# .NET Streaming Client

18 Sep 20:46
4fde3d5
Compare
Choose a tag to compare

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

v0.1.6...v0.1.7

Download now at NuGet.

The 0.1.6 Release of the NATS C# .NET Streaming Client

30 Apr 19:36
de69871
Compare
Choose a tag to compare

This release includes:

  • A fix to avoid concurrent modification of a dictionary when closing a connection.
  • Fix the default acknowledgment wait timeout.

Download now at NuGet.

The 0.1.5 Release of the NATS C# .NET Streaming Client

19 Apr 21:08
6b4c5df
Compare
Choose a tag to compare

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

26 Apr 20:17
Compare
Choose a tag to compare

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

15 Dec 02:55
Compare
Choose a tag to compare

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

10 Nov 18:06
Compare
Choose a tag to compare

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.