Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ Version 4.0 Breaking Changes
``JAVA_LEGACY`` representation, the driver would decode binary objects
of subtypes 3 and 4 as UUIDs. In version 4.0, the ``JAVA_LEGACY``
representation works only with subtype 3.

For a list of members in the ``UuidRepresentation`` enum, see the
`API documentation. <https://http://mongodb.github.io/mongo-java-driver/4.0/apidocs/bson/org/bson/UuidRepresentation.html>`__
`v4.0 API documentation <https://mongodb.github.io/mongo-java-driver/4.0/apidocs/bson/org/bson/UuidRepresentation.html>`__.

- The connection pool no longer restricts the number of wait queue threads
or asynchronous tasks that require a connection to MongoDB. The
Expand Down