Skip to content

Commit

Permalink
Merge branch 'master' into docsp-44304-bson-removals
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed Oct 16, 2024
2 parents 70d1757 + 81160db commit 349d27f
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
[PR Reviewing Guidelines](https://github.com/mongodb/docs-golang/blob/master/REVIEWING.md)

JIRA - <https://jira.mongodb.org/browse/DOCSP-NNNNN>
Staging - <https://docs-mongodbcom-staging.corp.mongodb.com/drivers/docsworker-xlarge/NNNNN/>

### Staging Links
<!-- start insert-links --><!-- end insert-links -->

## Self-Review Checklist

Expand Down
2 changes: 1 addition & 1 deletion config/redirects
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define: prefix docs/drivers/csharp
define: base https://www.mongodb.com/${prefix}
define: versions v2.19 v2.20 v2.21 v2.22 v2.23 v2.24 v2.25 v2.26 v2.27 v2.28 master
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

symlink: current -> master

Expand Down
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mongo-community = "MongoDB Community Edition"
mongo-enterprise = "MongoDB Enterprise Edition"
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
version-number = "3.0"
last-version-2-number = "2.29"
last-version-2-number = "2.30"
version = "v{+version-number+}"
example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/code-examples"
stable-api = "Stable API"
Expand Down
2 changes: 2 additions & 0 deletions source/fundamentals/encrypt-fields.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _csharp-fle:

.. sharedinclude:: dbx/encrypt-fields.rst

.. replacement:: driver-specific-content
4 changes: 2 additions & 2 deletions source/includes/language-compatibility-table-csharp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- ✓
-

* - 2.3 to 2.28
* - 2.3 to 2.30
- ✓
- ✓
- ✓
Expand All @@ -45,7 +45,7 @@
- .NET 4.7 [#2.14-note]_
- .NET 4.6

* - 2.13 to 3.0
* - 2.13 to 2.30
- ✓
- ✓
-
Expand Down
4 changes: 2 additions & 2 deletions source/includes/mongodb-compatibility-table-csharp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
- ✓
- ✓
- ✓
-
-
-
-
-
-

* - 2.29
* - 2.29 to 2.30
- ✓
- ✓
- ✓
Expand Down
28 changes: 28 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ What's New
Learn what's new in:

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

.. _csharp-version-2.30:

What's New in 2.30
------------------

The 2.30 driver doesn't introduce new features or bug fixes. Its purpose is to ease
migration to v3.x of the {+driver-short+} by marking the public APIs that were removed in
v3.0 as obsolete.

.. _csharp-version-2.29:

What's New in 2.29
------------------

The 2.29 driver release adds support for {+mdb-server+} version 8.0 and
includes the following new features:

- Adds support for v2 of the Queryable Encryption range protocol.

- Adds support for range indexes for Queryable Encryption. For more information about
Queryable Encryption, see :manual:`Queryable Encryption </core/queryable-encryption>`
in the {+mdb-server+} manual.

For more information about this release, see the :github:`v2.29 release notes
</mongodb/mongo-csharp-driver/releases/tag/v2.29.0>`.

.. _csharp-version-2.28:

What's New in 2.28
Expand Down

0 comments on commit 349d27f

Please sign in to comment.