Skip to content

Commit eedb4af

Browse files
authored
DOCSP-33564 - v2.22 updates (#126)
1 parent 3602cdd commit eedb4af

File tree

5 files changed

+46
-2
lines changed

5 files changed

+46
-2
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
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 master
3+
define: versions v2.19 v2.20 v2.21 v2.22 master
44

55
raw: ${prefix}/ -> ${base}/current/
66
raw: ${prefix}/stable -> ${base}/current/

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ language = "C#"
2525
mongo-community = "MongoDB Community Edition"
2626
mongo-enterprise = "MongoDB Enterprise Edition"
2727
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
28-
version-number = "2.21" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
28+
version-number = "2.22" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
2929
version = "v{+version-number+}"
3030
example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/code-examples"
3131
stable-api = "Stable API"

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@
1616
- .NET 4.7 [#2.14-note]_
1717
- .NET 4.6
1818
- .NET 4.5 [#4.5.2]_
19+
* - 2.22
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
-
27+
-
28+
- ✓
29+
- ✓
30+
-
31+
-
1932
* - 2.21
2033
- ✓
2134
- ✓

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@
1616
- MongoDB 3.2
1717
- MongoDB 3.0
1818
- MongoDB 2.6
19+
* - 2.22
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
- ✓
28+
-
29+
-
30+
-
31+
-
1932
* - 2.21
2033
- ✓
2134
- ✓

source/whats-new.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,30 @@ What's New
1212

1313
Learn what's new in:
1414

15+
* :ref:`Version 2.22 <version-2.22>`
1516
* :ref:`Version 2.21 <version-2.21>`
1617
* :ref:`Version 2.20 <version-2.20>`
1718
* :ref:`Version 2.19 <version-2.19>`
1819

1920
.. _upcoming-breaking-changes:
2021

22+
.. _version-2.22:
23+
24+
What's New in 2.22
25+
------------------
26+
27+
The 2.22 driver release includes the following new features:
28+
29+
- Improvements and bug fixes to the LINQ3 integration.
30+
- Added support for :manual:`$set
31+
</reference/operator/aggregation/set/>` and :atlas:`$vectorSearch
32+
</atlas-vector-search/vector-search-stage/>` aggregation stages.
33+
- Added synonym support for Atlas Search.
34+
- Reduced memory allocation when using encryption.
35+
- Added logging messages for server discovery and monitoring (SDAM) events. For more
36+
information on these events, see the
37+
`MongoDB SDAM Logging and Monitoring specification. <https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.rst#log-messages>`__
38+
2139
.. _version-2.21:
2240

2341
What's New in 2.21

0 commit comments

Comments
 (0)