Skip to content

Releases: rabbitmq/rabbitmq-dotnet-client

6.6.0

12 Oct 17:32
v6.6.0
66f499a
Compare
Choose a tag to compare

GitHub Milestone

Features

This version adds support for OAuth2 authentication flows. See the test project here for a usage example.

What's Changed

New Contributors

Full Changelog: v6.5.0...v6.6.0

6.6.0-beta.0

03 Oct 14:47
v6.6.0-beta.0
66f499a
Compare
Choose a tag to compare
6.6.0-beta.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v6.5.0...v6.6.0-beta.0

6.5.0

25 Mar 14:33
v6.5.0
4c91cae
Compare
Choose a tag to compare

GitHub Milestone

What's Changed

New Contributors

Full Changelog: v6.4.0...v6.5.0

6.4.0

15 Jun 18:58
v6.4.0
ec8e552
Compare
Choose a tag to compare

6.3.1

08 Jun 14:41
v6.3.1
510b2f7
Compare
Choose a tag to compare

6.3.0

09 May 14:25
v6.3.0
e65cb60
Compare
Choose a tag to compare

6.2.4

24 Feb 16:41
v6.2.4
c9201e4
Compare
Choose a tag to compare

6.2.3

09 Feb 20:30
v6.2.3
4628927
Compare
Choose a tag to compare

6.2.1

21 Aug 08:56
v6.2.1
01c07c8
Compare
Choose a tag to compare

Changes Between 6.1.0 and 6.2.1

This releases primarily focuses on efficiency improvements and addressing
bugs introduced in 6.x releases.

A full list of changes can be found in the GitHub milestone: 6.2.0.

Key highlights include:

  • Concurrent publishing on a shared channel is now safer. We still recommend avoiding it when possible
    but safety properties have been improved by changing how outgoing frame sequences are serialised.

    Contributed by @bollhals.

    GitHub issue: #878

  • Batch publishing using System.ReadOnlyMemory<byte> payloads instead of byte arrays.

    Contributed by @danielmarbach.

    GitHub issue: #865, #892

6.1.0

08 Jul 08:57
v6.1.0
9f0cdf8
Compare
Choose a tag to compare

Changes Between 6.0.0 and 6.1.0

This release continues with improvements to memory use and object allocations.

A full list of changes can be found in the GitHub milestone: 6.1.0.