From c2a10abc8d2e4199be3cbf14d76f7deb78483312 Mon Sep 17 00:00:00 2001 From: BorisDog Date: Tue, 15 Oct 2024 13:30:00 -0700 Subject: [PATCH] 2.30.0 Release notes --- 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..b698dfc2287 --- /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 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. + +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