github nats-io/nats.net v2.7.1
NATS .NET v2.7.1

2 days ago

This is a patch fix release for NATS .NET client fixing breaking changes introduced in the previous minor release. With this release errors with transient dependencies that are referencing older versions of the client are corrected by using type forwarding since we moved serialization interfaces to a new 'Abstractions' assembly. We are planning to more other interfaces into the Abstractions assembly and we will make sure the type forwards are in place for those. We also had a fix for an OTel extension due to moving return types to interfaces.

What's Changed

Full Changelog: v2.7.0...v2.7.1

Big thanks to @caleblloyd and @heikkilamarko for their help finding and fixing these issues for everyone.

You can download this release from NuGet as usual: https://www.nuget.org/packages/NATS.Net/2.7.1

Don't miss a new nats.net release

NewReleases is sending notifications on new releases.