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 170163f commit a981288Copy full SHA for a981288
source/upgrade.txt
@@ -130,7 +130,7 @@ Version 5.0 Breaking Changes
130
- This driver version removes the ``DBCollection.getStats()`` and ``DBCollection.isCapped()``
131
helper methods for the ``collStats`` command. Instead of these methods, you can use the
132
``$collStats`` aggregation pipeline stage. For an example of how to use this pipeline
133
- stage, see `What's New <java-deprecations-4.11>` for v4.11 of the {+driver-short+}.
+ stage, see :ref:`What's New <java-deprecations-4.11>` for v4.11 of the {+driver-short+}.
134
135
- This driver version removes the ``IterableCodec`` and ``MapCodec`` types.
136
Use ``MapCodecProvider`` instead of ``MapCodec`` and ``CollectionCodecProvider``
0 commit comments