We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c4874 commit ce3e31fCopy full SHA for ce3e31f
CHANGELOG.md
@@ -14,6 +14,12 @@ Key highlights include:
14
15
GitHub issue: [#878](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/878)
16
17
+ * Batch publishing using `System.ReadOnlyMemory<byte>` payloads instead of byte arrays.
18
+
19
+ Contributed by @danielmarbach.
20
21
+ GitHub issue: [#865](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/865), [#892](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/892)
22
23
## Changes Between 6.0.0 and 6.1.0
24
25
This release continues with improvements to memory use and object allocations.
0 commit comments