8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a0241 commit c1d443dCopy full SHA for c1d443d
source/whats-new.txt
@@ -41,6 +41,13 @@ What's New in 4.8
41
affect the behavior of your application, see
42
:ref:`<java-breaking-changes-v4.8>`.
43
44
+.. important:: Deprecation Notice
45
+
46
+ The ``IterableCodec`` and ``MapCodec`` classes are deprecated. Instead,
47
+ use ``CollectionCodec`` and ``MapCodecV2``.
48
+ These support any class that implements ``Collection`` or
49
+ ``Map``.
50
51
Behavioral changes with the 4.8 driver release include:
52
53
- Requirement that you add an explicit dependency on the ``org.bson.codecs.record``
0 commit comments