File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ What's New
19
19
20
20
Learn what's new in:
21
21
22
+ * :ref:`Version 3.1 <csharp-version-3.1>`
22
23
* :ref:`Version 3.0 <csharp-version-3.0>`
23
24
* :ref:`Version 2.30 <csharp-version-2.30>`
24
25
* :ref:`Version 2.29 <csharp-version-2.29>`
@@ -29,10 +30,21 @@ Learn what's new in:
29
30
* :ref:`Version 2.24 <version-2.24>`
30
31
* :ref:`Version 2.23 <version-2.23>`
31
32
* :ref:`Version 2.22 <version-2.22>`
32
- * :ref:`Version 2.21 <version-2.21>`
33
33
34
34
.. _upcoming-breaking-changes:
35
35
36
+ .. _csharp-version-3.1:
37
+
38
+ What's New in 3.1
39
+ -----------------
40
+
41
+ The 3.1 driver release includes the following new features:
42
+
43
+ - Adds new default serializers for immutable collections in the
44
+ `System.Collections.Immutable <https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable?view=net-8.0>`__
45
+ namespace. The driver can now serialize ``ImmutableArray`` objects, and serialization
46
+ for other immutable collections is more memory efficient.
47
+
36
48
.. _csharp-version-3.0:
37
49
38
50
What's New in 3.0
You can’t perform that action at this time.
0 commit comments