Releases: nats-io/nats.net.v1
Releases · nats-io/nats.net.v1
0.14.8 Ordered Consumer Debug Removal
0.14.7 Pull Request Improvements
JetStream
- Remove pull batch size limitation PR #601 @scottf
- Handling of 409 Part 1 PR #602 @scottf
- Max Bytes Pull Request Options and Consumer Config PR #604 @scottf
- Ephemeral Pull Requests PR #605 @scottf
- Ordered Consumer PR #610 @scottf
- Ignore Discovered Urls Option PR #610 @scottf
- Server Urls Provider Hook Option PR #610 @scottf
- StreamConfig ability to write Placement, External, Source and Mirror PR #611 @scottf
- Ability to update KV config PR #613 @scottf
0.14.6 JetStream Tuning, KV Fixes, JS Multi Tool
JetStream
- Fix push subscribe async in bound mode PR #550 @kleferbe
- Added support for new Consumer configuration settings
max_batch
,max_expire
andinactive_threshold
PR #555 @scottf - new pull api, fetch re-implement PR #558 @scottf
- StreamInfo request changes to retrieve subjects, deleted details PR #563 @scottf
- nak delay and backoff PR #583 @scottf
- consumer configuration change handling PR #593 @scottf
- subscription before consumer PR #597 @scottf
Key Value
- kv get with revision PR #559 @scottf
- Kv feature parity work PR #562 @scottf
- fixed kv key with dot as part of the key PR #584 @scottf
- tune kv subscribe supported functions keys / history / purge PR #587 @scottf
General
- Only error logging logged to Console.Error PR #560 @scottf
- Change TargetFrameworks for Linux compatibility PR #564 @tbeets
- Minor fixes to spellings and output format of Options.ToString() PR #565 @Wennemyr
- msbuild: use TargetFrameworks exclusivley to fix overrides PR #579 @caleblloyd
- Fix documentation PR #581 @ctyar
JS Multi Tool
0.14.5 Bug Fix: Default reconnect delay
Bug Fix
PR 548 The original default reconnect delay handler was overridden. Revert back to using the original.
0.14.4
JetStream
0.14.4
- KV API is considered experimental
What's Changed
- fixed comment in sample by @scottf in nats-io/nats.net#519
- additional delivery policy tests by @scottf in nats-io/nats.net#522
- issue template by @scottf in nats-io/nats.net#526
- Key Value by @scottf in nats-io/nats.net#523
- kv subject prefix changes to properly support accounts by @scottf in nats-io/nats.net#531
- 0.14.3 kv experimental release by @scottf in nats-io/nats.net#536
Full Changelog: nats-io/nats.net@0.14.3...0.14.4
0.14.3 Bug Fix
0.14.2 Subscription Improvements Including Filter Matching Fix
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
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
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
Added deliver subject checking on subscribe request
Fixed pull subscribe issue.
Additional unit tests.