This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/new-official-website by this 
push:
     new 0e204da4e0 Add release note of Apache RocketMQ Client C# - Version 
5.2.0 (#692)
0e204da4e0 is described below

commit 0e204da4e0f673f096af40974e07f56d21c45328
Author: Jack Tsai <[email protected]>
AuthorDate: Wed Sep 25 11:16:56 2024 +0800

    Add release note of Apache RocketMQ Client C# - Version 5.2.0 (#692)
    
    Co-authored-by: tsaitsung-han.tht <[email protected]>
---
 ...5-release-notes-rocketmq-csharp-client-5.2.0.md | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git 
a/release-notes/2024-09-25-release-notes-rocketmq-csharp-client-5.2.0.md 
b/release-notes/2024-09-25-release-notes-rocketmq-csharp-client-5.2.0.md
new file mode 100644
index 0000000000..051df838bd
--- /dev/null
+++ b/release-notes/2024-09-25-release-notes-rocketmq-csharp-client-5.2.0.md
@@ -0,0 +1,32 @@
+---
+title: "Release Notes - Apache RocketMQ Client C# - Version 5.2.0"
+categories:
+  - Release_Notes
+tags:
+  - RocketMQ_Client_Csharp
+---
+:::tip Download
+* Source: 
[rocketmq-client-csharp-5.2.0-rc1-source-release.zip](https://dist.apache.org/repos/dist/dev/rocketmq/rocketmq-clients/rocketmq-client-csharp/5.2.0-rc1/rocketmq-client-csharp-5.2.0-rc1-source-release.zip)
 
[[PGP](https://dist.apache.org/repos/dist/dev/rocketmq/rocketmq-clients/rocketmq-client-csharp/5.2.0-rc1/rocketmq-client-csharp-5.2.0-rc1-source-release.zip.asc)]
 
[[SHA512](https://dist.apache.org/repos/dist/dev/rocketmq/rocketmq-clients/rocketmq-client-csharp/5.2.0-rc1/rocket
 [...]
+:::
+<!--truncate-->
+
+Below is a summary of the issues addressed in the version 5.2.0 release of 
Apache RocketMQ Client C#. For full documentation of the release, a guide to 
get started, please refer to [Quick 
Start](https://github.com/apache/rocketmq-clients/tree/master/csharp).
+
+## What's Changed
+* Fix the outdated badge by @aaron-ai in 
https://github.com/apache/rocketmq-clients/pull/520
+* csharp: Add using to wrap HMACSHA1 instance by @catcherwong in 
https://github.com/apache/rocketmq-clients/pull/582
+* replace nlog with Microsoft.Extensions.Logging by @eventhorizon-cli in 
https://github.com/apache/rocketmq-clients/pull/596
+* Resolve the issue of obtaining the physical address of the network card by 
@sduo in https://github.com/apache/rocketmq-clients/pull/704
+* csharp: Optimize the performance of the Hash algorithm and reduce 
allocations. by @InCerryGit in 
https://github.com/apache/rocketmq-clients/pull/690
+* Optimize performance by leveraging new allocation reduction methods in .NET 
5 by @colprog in https://github.com/apache/rocketmq-clients/pull/747
+* [csharp] update TFM to net6 and net8 by @catcherwong in 
https://github.com/apache/rocketmq-clients/pull/799
+* [ISSUE #776] Add push consumer for normal/fifo message, namespace support, 
reentrant message receiving support in C# SDK by @tsunghanjacktsai in 
https://github.com/apache/rocketmq-clients/pull/777
+* Release C# client 5.2.0 by @tsunghanjacktsai in 
https://github.com/apache/rocketmq-clients/pull/839
+
+## New Contributors
+* @catcherwong made their first contribution in 
https://github.com/apache/rocketmq-clients/pull/582
+* @eventhorizon-cli made their first contribution in 
https://github.com/apache/rocketmq-clients/pull/596
+* @sduo made their first contribution in 
https://github.com/apache/rocketmq-clients/pull/704
+* @InCerryGit made their first contribution in 
https://github.com/apache/rocketmq-clients/pull/690
+
+**Full Changelog**: 
https://github.com/apache/rocketmq-clients/compare/csharp-5.1.1-rc1...csharp-5.2.0-rc1
\ No newline at end of file

Reply via email to