File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ What's New
1919
2020Learn 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
3850What's New in 3.0
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments