Skip to content

Commit 9d7240f

Browse files
committed
Add release notes for 6.0.0
1 parent 4171592 commit 9d7240f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ Please see the milestone for all changes:
44

55
[GitHub `6.0.0` Milestone](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/41?closed=1)
66

7+
* **NOTE:** you must copy or otherwise use the bytes returned in a message within the scope of your message handling function. The memory will be re-used once the function exits ([comment](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/732#issuecomment-591392925)).
8+
* Memory allocation improvements via use of `System.Memory` library. ([PR](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/732))
9+
* API changes
10+
* See the note above about the lifespan of message data returned from your AMQP broker
11+
* `byte[]` arguments to methods have been replaced via `ReadOnlyMemory` instances
12+
* All timeouts are `System.TimeSpan` values ([PR](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/688))
13+
* Public API surface has been reduced ([Issue](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/714))
14+
* Supports .NET Framework 4.6.1 and .NET Standard 2.0 ([Issue](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/686))
15+
* `Microsoft.Diagnostics.Tracing.EventSource` dependency is removed
16+
* Added an option to enforce CRL checks for server certificates ([PR](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/500))
17+
* Source linking is supported ([Issue](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/697))
18+
* NuGet source packages are published
19+
20+
721
## Changes Between 5.1.2 and 5.2.0
822

923
Please see the milestone for all changes:

0 commit comments

Comments
 (0)