Skip to content

Commit

Permalink
DOCSP-34987: v2.23 updates (#145)
Browse files Browse the repository at this point in the history
* DOCSP-34987: v2.23 updates
  • Loading branch information
Chris Cho authored Dec 13, 2023
1 parent 8a2d7b4 commit 36549a5
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 master
define: versions v2.19 v2.20 v2.21 v2.22 v2.23 master

raw: ${prefix}/ -> ${base}/current/
raw: ${prefix}/stable -> ${base}/current/
Expand All @@ -10,4 +10,4 @@ raw: ${prefix}/stable -> ${base}/current/
[*-master]: ${prefix}/${version}/fundamentals/data-formats/guid-serialization/ -> ${base}/${version}/fundamentals/serialization/guid-serialization/
[*-master]: ${prefix}/${version}/fundamentals/data-formats/poco/ -> ${base}/${version}/fundamentals/serialization/poco/
[*-master]: ${prefix}/${version}/fundamentals/data-formats/polymorphism/ -> ${base}/${version}/fundamentals/serialization/polymorphic-objects/
[*-master]: ${prefix}/${version}/fundamentals/class-mapping/ -> ${base}/${version}/fundamentals/serialization/class-mapping/
[*-master]: ${prefix}/${version}/fundamentals/class-mapping/ -> ${base}/${version}/fundamentals/serialization/class-mapping/
15 changes: 14 additions & 1 deletion source/includes/language-compatibility-table-csharp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
- .NET 4.7 [#2.14-note]_
- .NET 4.6
- .NET 4.5 [#4.5.2]_
* - 2.23
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
-
-
- ✓
- ✓
-
-
* - 2.22
- ✓
- ✓
Expand All @@ -28,7 +41,7 @@
- ✓
- ✓
-
-
-
* - 2.21
- ✓
- ✓
Expand Down
13 changes: 13 additions & 0 deletions source/includes/mongodb-compatibility-table-csharp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
- MongoDB 3.2
- MongoDB 3.0
- MongoDB 2.6
* - 2.23
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
-
-
-
-
* - 2.22
- ✓
- ✓
Expand Down
22 changes: 22 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,37 @@ What's New
:depth: 1
:class: singlecol


.. facet::
:name: genre
:values: reference

.. meta::
:keywords: update, new feature, deprecation, upgrade, driver v2.19, driver v2.20, driver v2.21, driver v2.22, driver v2.23

Learn what's new in:

* :ref:`Version 2.23 <version-2.23>`
* :ref:`Version 2.22 <version-2.22>`
* :ref:`Version 2.21 <version-2.21>`
* :ref:`Version 2.20 <version-2.20>`
* :ref:`Version 2.19 <version-2.19>`

.. _upcoming-breaking-changes:

.. _version-2.23:

What's New in 2.23
------------------

The 2.23 driver release includes the following new features:

- Improvements and bug fixes to the LINQ3 integration.
- Added support for aggregation bitwise operators.
- Added support for the ``$out`` operator in MongoDB time series collections.
- Added `ChangeStreamSplitLargeEvent <https://mongodb.github.io/mongo-csharp-driver/2.23.0/api/MongoDB.Driver/MongoDB.Driver.ChangeStreamSplitEvent.html>`__
to handle change stream events greater than 16 MB.

.. _version-2.22:

What's New in 2.22
Expand Down

0 comments on commit 36549a5

Please sign in to comment.