Skip to content

Commit b5c4874

Browse files
Update CHANGELOG.md
1 parent 8778414 commit b5c4874

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
## Changes Between 6.1.0 and 6.2.0
22

3+
This releases primarily focuses on efficiency improvements and addressing
4+
bugs introduced in `6.x` releases.
5+
36
A full list of changes can be found in the GitHub milestone: [`6.2.0`](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/49?closed=1).
47

8+
Key highlights include:
9+
10+
* Concurrent publishing on a shared channel is now safer. We still recommend avoiding it when possible
11+
but safety properties have been improved by changing how outgoing frame sequences are serialised.
12+
13+
Contributed by @bollhals.
14+
15+
GitHub issue: [#878](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/878)
16+
517
## Changes Between 6.0.0 and 6.1.0
618

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

0 commit comments

Comments
 (0)