From 1786ad4681ae9ca3fefdf43ac7f0d8d13bcc11b8 Mon Sep 17 00:00:00 2001 From: adelinowona Date: Thu, 27 Jun 2024 16:44:19 -0400 Subject: [PATCH 1/5] 2.27.0 Release notes --- Release Notes/Release Notes v2.27.0.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Release Notes/Release Notes v2.27.0.md diff --git a/Release Notes/Release Notes v2.27.0.md b/Release Notes/Release Notes v2.27.0.md new file mode 100644 index 00000000000..94715600cdf --- /dev/null +++ b/Release Notes/Release Notes v2.27.0.md @@ -0,0 +1,16 @@ +# .NET Driver Version 2.27.0 Release Notes + +This is the general availability release for the 2.27.0 version of the driver. + +The main new features in 2.27.0 include: + ++ Support $sample aggregation operator - [CSHARP-2659](https://jira.mongodb.org/browse/CSHARP-2659) ++ Implement Equals method for serializers in LINQ3 - [CSHARP-3315](https://jira.mongodb.org/browse/CSHARP-3315) ++ Avoid Appending Write/Read Concern in Atlas Search Index Helper Commands - [CSHARP-4839](https://jira.mongodb.org/browse/CSHARP-4839) ++ Disallow comma character in authMechanismProperties connection string value - [CSHARP-5106](https://jira.mongodb.org/browse/CSHARP-5106) ++ Fix translation issue during serialization of numbers with differing sizes - [CSHARP-5163](https://jira.mongodb.org/browse/CSHARP-5163) ++ Multiple bug fixes and improvements. + +The full list of issues resolved in this release is available at [CSHARP JIRA project](https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.27.0%20ORDER%20BY%20key%20ASC). + +Documentation on the .NET driver can be found [here](https://www.mongodb.com/docs/drivers/csharp/v2.26.0}/). From a8409cd4d500e1e9e5960c9eb04a428b3a1541a1 Mon Sep 17 00:00:00 2001 From: adelinowona Date: Thu, 27 Jun 2024 17:01:22 -0400 Subject: [PATCH 2/5] Add csharp-4889 --- Release Notes/Release Notes v2.27.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Release Notes/Release Notes v2.27.0.md b/Release Notes/Release Notes v2.27.0.md index 94715600cdf..cce469313af 100644 --- a/Release Notes/Release Notes v2.27.0.md +++ b/Release Notes/Release Notes v2.27.0.md @@ -9,6 +9,7 @@ The main new features in 2.27.0 include: + Avoid Appending Write/Read Concern in Atlas Search Index Helper Commands - [CSHARP-4839](https://jira.mongodb.org/browse/CSHARP-4839) + Disallow comma character in authMechanismProperties connection string value - [CSHARP-5106](https://jira.mongodb.org/browse/CSHARP-5106) + Fix translation issue during serialization of numbers with differing sizes - [CSHARP-5163](https://jira.mongodb.org/browse/CSHARP-5163) ++ Support Linux distros using libdl.so.2 [CSHARP-4889](https://jira.mongodb.org/browse/CSHARP-4889) + Multiple bug fixes and improvements. The full list of issues resolved in this release is available at [CSHARP JIRA project](https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.27.0%20ORDER%20BY%20key%20ASC). From 49b9bda31e812d7bf5b2439f958a780a0482b939 Mon Sep 17 00:00:00 2001 From: adelinowona Date: Thu, 27 Jun 2024 17:13:36 -0400 Subject: [PATCH 3/5] PR comments --- Release Notes/Release Notes v2.27.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release Notes/Release Notes v2.27.0.md b/Release Notes/Release Notes v2.27.0.md index cce469313af..c0c5d075595 100644 --- a/Release Notes/Release Notes v2.27.0.md +++ b/Release Notes/Release Notes v2.27.0.md @@ -14,4 +14,4 @@ The main new features in 2.27.0 include: The full list of issues resolved in this release is available at [CSHARP JIRA project](https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.27.0%20ORDER%20BY%20key%20ASC). -Documentation on the .NET driver can be found [here](https://www.mongodb.com/docs/drivers/csharp/v2.26.0}/). +Documentation on the .NET driver can be found [here](https://www.mongodb.com/docs/drivers/csharp/v2.27.0}/). From c44f47ee30ca5f35dd12ac639fbb2f2c2923483d Mon Sep 17 00:00:00 2001 From: adelinowona Date: Thu, 27 Jun 2024 17:16:21 -0400 Subject: [PATCH 4/5] remove patch number for docs link --- Release Notes/Release Notes v2.27.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release Notes/Release Notes v2.27.0.md b/Release Notes/Release Notes v2.27.0.md index c0c5d075595..e024000e0e1 100644 --- a/Release Notes/Release Notes v2.27.0.md +++ b/Release Notes/Release Notes v2.27.0.md @@ -14,4 +14,4 @@ The main new features in 2.27.0 include: The full list of issues resolved in this release is available at [CSHARP JIRA project](https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.27.0%20ORDER%20BY%20key%20ASC). -Documentation on the .NET driver can be found [here](https://www.mongodb.com/docs/drivers/csharp/v2.27.0}/). +Documentation on the .NET driver can be found [here](https://www.mongodb.com/docs/drivers/csharp/v2.27}/). From 7e2d30d79d1795968fd9eb1deb9cde5cbf845207 Mon Sep 17 00:00:00 2001 From: adelinowona Date: Thu, 27 Jun 2024 17:17:14 -0400 Subject: [PATCH 5/5] remove trailing } --- Release Notes/Release Notes v2.27.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release Notes/Release Notes v2.27.0.md b/Release Notes/Release Notes v2.27.0.md index e024000e0e1..6c53bcfe00f 100644 --- a/Release Notes/Release Notes v2.27.0.md +++ b/Release Notes/Release Notes v2.27.0.md @@ -14,4 +14,4 @@ The main new features in 2.27.0 include: The full list of issues resolved in this release is available at [CSHARP JIRA project](https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.27.0%20ORDER%20BY%20key%20ASC). -Documentation on the .NET driver can be found [here](https://www.mongodb.com/docs/drivers/csharp/v2.27}/). +Documentation on the .NET driver can be found [here](https://www.mongodb.com/docs/drivers/csharp/v2.27/).