Skip to content

Releases: nats-io/nats.net

v2.0.0-alpha.7

27 Oct 13:44
f26d41c
Compare
Choose a tag to compare
v2.0.0-alpha.7 Pre-release
Pre-release

This is the first release with Services implementation built on top of Core NATS.

dotnet add package NATS.Client.Core --version 2.0.0-alpha.7
dotnet add package NATS.Client.Hosting --version 2.0.0-alpha.7
dotnet add package NATS.Client.JetStream --version 2.0.0-alpha.7
dotnet add package NATS.Client.KeyValueStore --version 2.0.0-alpha.7
dotnet add package NATS.Client.ObjectStore --version 2.0.0-alpha.7
dotnet add package NATS.Client.Services --version 2.0.0-alpha.7

What's Changed

  • Initial Service API implementation in #165

Full Changelog: v2.0.0-alpha.6...v2.0.0-alpha.7

v2.0.0-alpha.6

25 Oct 14:00
ffac7ca
Compare
Choose a tag to compare
v2.0.0-alpha.6 Pre-release
Pre-release

This is a small release with a few improvements

dotnet add package NATS.Client.Core --version 2.0.0-alpha.6
dotnet add package NATS.Client.Hosting --version 2.0.0-alpha.6
dotnet add package NATS.Client.JetStream --version 2.0.0-alpha.6
dotnet add package NATS.Client.KeyValueStore --version 2.0.0-alpha.6
dotnet add package NATS.Client.ObjectStore --version 2.0.0-alpha.6

What's Changed

Full Changelog: v2.0.0-alpha.5...v2.0.0-alpha.6

v2.0.0-alpha.5

20 Oct 10:20
07ef3bd
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release

This is the first release with initial Object Store support on top of JetStream.

dotnet add package NATS.Client.Core --version 2.0.0-alpha.5
dotnet add package NATS.Client.Hosting --version 2.0.0-alpha.5
dotnet add package NATS.Client.JetStream --version 2.0.0-alpha.5
dotnet add package NATS.Client.KeyValueStore --version 2.0.0-alpha.5
dotnet add package NATS.Client.ObjectStore --version 2.0.0-alpha.5

What's Changed

  • TLS first connection in #156
  • Initial Object Store implementation in #150
  • Add NatsMemoryOwner in #162
  • Consume clean exit fixes in #161

Full Changelog: v2.0.0-alpha.4...v2.0.0-alpha.5

v2.0.0-alpha.4

12 Oct 22:23
479177a
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release

This is the first release with initial Key/Value Store support on top of JetStream.

dotnet add package NATS.Client.Core --version 2.0.0-alpha.4
dotnet add package NATS.Client.Hosting --version 2.0.0-alpha.4
dotnet add package NATS.Client.JetStream --version 2.0.0-alpha.4
dotnet add package NATS.Client.KeyValueStore --version 2.0.0-alpha.4

What's Changed

  • Added subject transforms to stream source config in #134
  • Use supported runtime/language pair by @jasper-d in #135
  • Add JetStream metadata to msg parsed from reply string by @simonhoss in #139
  • Handle publish serialization exceptions in #144
  • Support all binary payload APIs with only generics in #143
  • Implement NUID by @jasper-d in #147
  • Initial Key Value Store implementation in #132

New Contributors

Full Changelog: v2.0.0-alpha.3...v2.0.0-alpha.4

v2.0.0-alpha.3

13 Sep 18:16
6b490ea
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

This is the first release with initial JetStream support.

dotnet add package NATS.Client.Core --version 2.0.0-alpha.3
dotnet add package NATS.Client.Hosting --version 2.0.0-alpha.3
dotnet add package NATS.Client.JetStream --version 2.0.0-alpha.3

What's Changed

  • JetStream support
  • Minor API changes (pub/sub options)

(Also includes all AlterNats and newer Core NATS commits being the first GitHub release)

New Contributors

Full Changelog: https://github.com/nats-io/nats.net.v2/commits/v2.0.0-alpha.3