Skip to content

Releases: nats-io/nats.net.v1

0.14.8 Ordered Consumer Debug Removal

23 Jun 21:10
51f16fb
Compare
Choose a tag to compare

Samples / Misc

0.14.7 Pull Request Improvements

18 Jun 22:57
8d7cd68
Compare
Choose a tag to compare

JetStream

0.14.6 JetStream Tuning, KV Fixes, JS Multi Tool

04 May 21:44
6b8c68e
Compare
Choose a tag to compare

JetStream

Key Value

General

JS Multi Tool

0.14.5 Bug Fix: Default reconnect delay

03 Feb 15:55
6a804a4
Compare
Choose a tag to compare

Bug Fix

PR 548 The original default reconnect delay handler was overridden. Revert back to using the original.

0.14.4

06 Jan 01:56
1e5f0fb
Compare
Choose a tag to compare

JetStream

0.14.4

  • KV API is considered experimental

What's Changed

Full Changelog: nats-io/nats.net@0.14.3...0.14.4

0.14.3 Bug Fix

22 Nov 22:06
7675e2d
Compare
Choose a tag to compare

JetStream

PR 517 and PR 518 address Issue 516 where if a null error was sent to the default handler, the handler would fail with a Null Reference

0.14.2 Subscription Improvements Including Filter Matching Fix

15 Nov 16:26
d112848
Compare
Choose a tag to compare

JetStream

  • Filter matching of the subscribe subject versus an existing durable consumer was allowing non matches to be subscribed to. This causes messages from unexpected subjects to be sent to the subscription. This has been fixed as well as some fine tuning of the subscription process uncovered while fixing the filter matching.

0.14.1 Subscription Consumer Configuration Fix

02 Nov 21:23
0e7ecd2
Compare
Choose a tag to compare

JetStream

  • This release fixes a bug found in the new subscription enhancements where the comparison of default configuration failed to validate properly against an existing (durable) consumer configuration.

The 0.14.0 release of the NATS C# .NET Client featuring JetStream

27 Oct 01:19
8622859
Compare
Choose a tag to compare

Download on NuGet here.

JetStream

  • Synchronous Publishing
  • Asynchronous Publishing
  • Synchronous Push Subscriptions
  • Asynchronous Push Subscriptions
  • Synchronous Pull Subscriptions
  • Queue Behavior
  • Ephemeral or Durable Consumers
  • Flow Control
  • Heartbeats
  • Domain Support
  • Stream Management
  • Consumer Management
  • Stream/Subject Binding

Server

Please use the latest version of the server.

Prerelease 3 of 0.14.0 : JetStream

01 Sep 20:44
70acbf5
Compare
Choose a tag to compare
Pre-release

Added deliver subject checking on subscribe request
Fixed pull subscribe issue.
Additional unit tests.