We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78dffea commit 526c389Copy full SHA for 526c389
.semver
@@ -1,6 +1,6 @@
1
---
2
:major: 3
3
:minor: 2
4
-:patch: 0
+:patch: 1
5
:special: ''
6
:metadata: ''
RELEASE_NOTES.md
@@ -1,3 +1,6 @@
+## New in v3.2.1 (Released 2026-01-04)
+* Rewrite connection shutdown sequence to avoid race conditions under high concurrency load.
+
## New in v3.2.0 (Released 2025-12-11)
* Target .NET 10
0 commit comments