Skip to content

Commit 2db3713

Browse files
authored
DOCSP-44733 - Immutable-collection serializers (#341)
1 parent 04c1623 commit 2db3713

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

source/whats-new.txt

+13-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ What's New
1919

2020
Learn what's new in:
2121

22+
* :ref:`Version 3.1 <csharp-version-3.1>`
2223
* :ref:`Version 3.0 <csharp-version-3.0>`
2324
* :ref:`Version 2.30 <csharp-version-2.30>`
2425
* :ref:`Version 2.29 <csharp-version-2.29>`
@@ -29,10 +30,21 @@ Learn what's new in:
2930
* :ref:`Version 2.24 <version-2.24>`
3031
* :ref:`Version 2.23 <version-2.23>`
3132
* :ref:`Version 2.22 <version-2.22>`
32-
* :ref:`Version 2.21 <version-2.21>`
3333

3434
.. _upcoming-breaking-changes:
3535

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+
3648
.. _csharp-version-3.0:
3749

3850
What's New in 3.0

0 commit comments

Comments
 (0)