From 3bd3dad894f9e6cbb0caa7414535191f8fc48c7b Mon Sep 17 00:00:00 2001 From: Oleksandr Poliakov Date: Thu, 20 Feb 2025 12:15:00 -0800 Subject: [PATCH 1/2] Add v3.2.1 release notes. --- Release Notes/Release Notes v3.2.1.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Release Notes/Release Notes v3.2.1.md diff --git a/Release Notes/Release Notes v3.2.1.md b/Release Notes/Release Notes v3.2.1.md new file mode 100644 index 00000000000..1544f6642cf --- /dev/null +++ b/Release Notes/Release Notes v3.2.1.md @@ -0,0 +1,15 @@ +# .NET Driver Version 3.2.1 Release Notes + +This is a patch release that addresses some issues reported since 3.2.0 was released: +- Fix potential leak with KMS retry mechanism - [CSHARP-5489](https://jira.mongodb.org/browse/CSHARP-5489) +- Fix stack overflow exception on POCOs that represents tree-like structures - [CSHARP-5493](https://jira.mongodb.org/browse/CSHARP-5493) + +An online version of these release notes is available [here](https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v3.2.1.md). + +The list of JIRA tickets resolved in this release is available at [CSHARP JIRA project](https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%203.2.1%20ORDER%20BY%20key%20ASC). + +Documentation on the .NET driver can be found [here](https://www.mongodb.com/docs/drivers/csharp/v2.23/). + +## Upgrading + +There are no known backwards breaking changes in this release. From 5a00271b868dff1f9f3bce28be12cd088163879c Mon Sep 17 00:00:00 2001 From: Oleksandr Poliakov Date: Thu, 20 Feb 2025 12:26:50 -0800 Subject: [PATCH 2/2] Fix version --- Release Notes/Release Notes v3.2.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release Notes/Release Notes v3.2.1.md b/Release Notes/Release Notes v3.2.1.md index 1544f6642cf..3f88789106d 100644 --- a/Release Notes/Release Notes v3.2.1.md +++ b/Release Notes/Release Notes v3.2.1.md @@ -8,7 +8,7 @@ An online version of these release notes is available [here](https://github.com/ The list of JIRA tickets resolved in this release is available at [CSHARP JIRA project](https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%203.2.1%20ORDER%20BY%20key%20ASC). -Documentation on the .NET driver can be found [here](https://www.mongodb.com/docs/drivers/csharp/v2.23/). +Documentation on the .NET driver can be found [here](https://www.mongodb.com/docs/drivers/csharp/v3.2/). ## Upgrading