Skip to content

Commit 81160db

Browse files
committed
Merge remote-tracking branch 'upstream/master' into v3.0
2 parents 977709f + d2fdbc1 commit 81160db

6 files changed

+37
-7
lines changed

.github/pull_request_template.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
[PR Reviewing Guidelines](https://github.com/mongodb/docs-golang/blob/master/REVIEWING.md)
44

55
JIRA - <https://jira.mongodb.org/browse/DOCSP-NNNNN>
6-
Staging - <https://docs-mongodbcom-staging.corp.mongodb.com/drivers/docsworker-xlarge/NNNNN/>
6+
7+
### Staging Links
8+
<!-- start insert-links --><!-- end insert-links -->
79

810
## Self-Review Checklist
911

config/redirects

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/csharp
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v2.19 v2.20 v2.21 v2.22 v2.23 v2.24 v2.25 v2.26 v2.27 v2.28 master
3+
define: versions v2.19 v2.20 v2.21 v2.22 v2.23 v2.24 v2.25 v2.26 v2.27 v2.28 v2.29 v2.30 master
44

55
symlink: current -> master
66

snooty.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mongo-community = "MongoDB Community Edition"
3131
mongo-enterprise = "MongoDB Enterprise Edition"
3232
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
3333
version-number = "3.0"
34-
last-version-2-number = "2.29"
34+
last-version-2-number = "2.30"
3535
version = "v{+version-number+}"
3636
example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/code-examples"
3737
stable-api = "Stable API"

source/includes/language-compatibility-table-csharp.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- ✓
2323
-
2424

25-
* - 2.3 to 2.28
25+
* - 2.3 to 2.30
2626
- ✓
2727
- ✓
2828
- ✓
@@ -45,7 +45,7 @@
4545
- .NET 4.7 [#2.14-note]_
4646
- .NET 4.6
4747

48-
* - 2.13 to 3.0
48+
* - 2.13 to 2.30
4949
- ✓
5050
- ✓
5151
-

source/includes/mongodb-compatibility-table-csharp.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
- ✓
2626
- ✓
2727
- ✓
28-
-
28+
-
2929
-
3030
-
3131
-
3232
-
3333

34-
* - 2.29
34+
* - 2.29 to 2.30
3535
- ✓
3636
- ✓
3737
- ✓

source/whats-new.txt

+28
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ What's New
2020
Learn what's new in:
2121

2222
* :ref:`Version 3.0 <csharp-version-3.0>`
23+
* :ref:`Version 2.30 <csharp-version-2.30>`
24+
* :ref:`Version 2.29 <csharp-version-2.29>`
2325
* :ref:`Version 2.28 <csharp-version-2.28>`
2426
* :ref:`Version 2.27 <csharp-version-2.27>`
2527
* :ref:`Version 2.26 <csharp-version-2.26>`
@@ -153,6 +155,32 @@ The 3.0 driver release includes the following new features:
153155
For more information about this release, see the :github:`v3.0 release notes
154156
</mongodb/mongo-csharp-driver/releases/tag/v3.0.0>`.
155157

158+
.. _csharp-version-2.30:
159+
160+
What's New in 2.30
161+
------------------
162+
163+
The 2.30 driver doesn't introduce new features or bug fixes. Its purpose is to ease
164+
migration to v3.x of the {+driver-short+} by marking the public APIs that were removed in
165+
v3.0 as obsolete.
166+
167+
.. _csharp-version-2.29:
168+
169+
What's New in 2.29
170+
------------------
171+
172+
The 2.29 driver release adds support for {+mdb-server+} version 8.0 and
173+
includes the following new features:
174+
175+
- Adds support for v2 of the Queryable Encryption range protocol.
176+
177+
- Adds support for range indexes for Queryable Encryption. For more information about
178+
Queryable Encryption, see :manual:`Queryable Encryption </core/queryable-encryption>`
179+
in the {+mdb-server+} manual.
180+
181+
For more information about this release, see the :github:`v2.29 release notes
182+
</mongodb/mongo-csharp-driver/releases/tag/v2.29.0>`.
183+
156184
.. _csharp-version-2.28:
157185

158186
What's New in 2.28

0 commit comments

Comments
 (0)