Skip to content

Releases: nats-io/nats.net.v1

1.1.1 Connect Enhancements

16 Nov 17:03
66d5e93
Compare
Choose a tag to compare

Core

JetStream

  • Pub Ack Allow Sequence Zero during Validation #823 @scottf
  • Direct Message Subject Header May Contain Multiple Subjects #830 @scottf

Service Framework

  • Custom endpoint queue support and fixed InfoResponse to show proper subject. #824 @scottf
  • Nats By Example IntroToMicroFramework Example #832 @scottf

Misc

1.1.1-pre2 Auth Retry Once Connected

08 Nov 20:31
60544fe
Compare
Choose a tag to compare
Pre-release

Core

  • Handle auth change while already connected. #841 @scottf

1.1.1 Pre Release 1 Connect Enhancements

30 Oct 14:26
e199ed6
Compare
Choose a tag to compare

Core

JetStream

  • Pub Ack Allow Sequence Zero during Validation #823 @scottf
  • Direct Message Subject Header May Contain Multiple Subjects #830 @scottf

Service Framework

  • Custom endpoint queue support and fixed InfoResponse to show proper subject. #824 @scottf
  • Nats By Example IntroToMicroFramework Example #832 @scottf

Misc

1.1.0 Support for server 2.10

03 Oct 18:31
78ae172
Compare
Choose a tag to compare

Support for server 2.10 features

JetStream 2.10 Specific

  • stream/consumer info timestamps, stream config first_seq #813 @scottf
  • Stream Configuration Compression Option #816 @scottf
  • Subject Transform Stream Configuration Part 1 #817 @scottf
  • Consumer Limits Stream Configuration #818 @scottf
  • Subject Transforms in Mirror/Info and Source/Info #820 @scottf
  • Multiple Filter Subjects and Subject Validation #821 @scottf

Core

Docs / Testing / Misc

1.0.8 Simplification and Service Framework

17 Aug 19:21
c91ec41
Compare
Choose a tag to compare

This release takes the experimental tag off both the Simplification API and the Service Framework.

  • The simplification api has very minor naming changes and the addition of the Ordered Consumer
  • The Service Framework was documented and also had some very minor naming changes.

Core

Simplification

Service

  • Service / Simplification Documentation and Release Prep #809

JetStream

1.0.8-pre1

09 Aug 13:48
a34cc81
Compare
Choose a tag to compare
1.0.8-pre1 Pre-release
Pre-release

Pre-release to make JwtUtils available

1.0.7 Bug Fix

12 Jul 18:01
7a773e5
Compare
Choose a tag to compare

Bug fix

This replaces both 1.0.5 and 1.0.6 as this bug was introduced in 1.0.5

When refactoring pull sync subscription class to have shared base abstract code in common with the push subscription, the push sync subscription class was copied to the abstract class, but was not changed to inherit from it. This caused calls to sub.GetConsumerInfo to fail, since it didn't properly have the consumer name.
This affects all Push subscriptions if the dev calls sub.GetConsumerInfo, thankfully that's fairly uncommon. But...KeyValue watches use push under the covers and immediately call sub.GetConsumerInfo, so immediately fails.

Thanks @jlumsden-mts for reporting the issue with a repeatable test case.

1.0.6 Simplification Beta Update

23 Jun 17:48
be5d0a0
Compare
Choose a tag to compare

Simplification

  • Renamed consume to Consume
  • Added Nats-By-Example Simplification Migration Example

1.0.5 Simplification Beta

20 Jun 19:05
d621b05
Compare
Choose a tag to compare

Core

  • Remove client side check against server info max_payload when publishing #781 @scottf
  • Change INFO response to contain endpoint details #785 @scottf

Simplification

Jetstream

  • Remove validation when adding or updating consumer #787 @scottf

Service

Documentation or Testing

1.0.4 Pull Improvements and bug fixes

12 May 17:06
11f9958
Compare
Choose a tag to compare

Core

  • Fill in Publish / Request Header Gaps #738 @scottf
  • Scatter gather example #739 @scottf
  • fix sleep only on repeat of server list during reconnect #744 @scottf
  • Fixed TcpClient not disposed when an exception is thrown during connect @BrentSLC

Jetstream

  • pull status handling #755 @scottf
  • StreamConfiguration and ConsumerConfiguration metadata support #756 @scottf
  • Fixed GetChanges for backoff and metadata #769 @scottf

Service

  • added metadata map to service and endpoints #748 @scottf
  • use standard connection new inbox for discovery #754 @scottf

Miscellaneous