From 0ca7a17582b4ff0a8bacb10bad76e7eec09e7f20 Mon Sep 17 00:00:00 2001 From: BorisDog Date: Tue, 15 Oct 2024 12:51:24 -0700 Subject: [PATCH 1/2] - Release notes for 2.30 --- Release Notes/Release Notes v2.30.0.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Release Notes/Release Notes v2.30.0.md diff --git a/Release Notes/Release Notes v2.30.0.md b/Release Notes/Release Notes v2.30.0.md new file mode 100644 index 00000000000..5f3ea03e4a8 --- /dev/null +++ b/Release Notes/Release Notes v2.30.0.md @@ -0,0 +1,12 @@ +# .NET Driver Version 2.30.0 Release Notes + +This is the general availability release for the 2.30.0 version of the driver. +Version 2.30.0 of the driver is the last scheduled 2.x release. +Further driver develpoment will continue in version 3.x. + +Version 2.30.0 does not introduce new features or bug fixes. +The single purpose of 2.30 is to ease the migration to 3.x by marking the public API that was removed in 3.0 as obsolete. + +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.30.0%20ORDER%20BY%20key%20ASC). + +Documentation on the .NET driver can be found [here](https://www.mongodb.com/docs/drivers/csharp/v2.30/). \ No newline at end of file From c8541cbadd70ee13f2973a87a0cf70fa85ecb210 Mon Sep 17 00:00:00 2001 From: BorisDog Date: Tue, 15 Oct 2024 12:52:56 -0700 Subject: [PATCH 2/2] - minor fix --- Release Notes/Release Notes v2.30.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release Notes/Release Notes v2.30.0.md b/Release Notes/Release Notes v2.30.0.md index 5f3ea03e4a8..b698dfc2287 100644 --- a/Release Notes/Release Notes v2.30.0.md +++ b/Release Notes/Release Notes v2.30.0.md @@ -2,7 +2,7 @@ This is the general availability release for the 2.30.0 version of the driver. Version 2.30.0 of the driver is the last scheduled 2.x release. -Further driver develpoment will continue in version 3.x. +Further driver develpoment will continue in 3.x versions. Version 2.30.0 does not introduce new features or bug fixes. The single purpose of 2.30 is to ease the migration to 3.x by marking the public API that was removed in 3.0 as obsolete.