You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/upgrade.txt
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Version 5.0 Breaking Changes
64
64
This driver version introduces the following breaking changes:
65
65
66
66
- Introduces the following changes to the ``ConnectionId`` class:
67
-
67
+
68
68
- The ``ConnectionId`` constructor now accepts a value of type ``long`` as its second
69
69
parameter instead of type ``int``. Similarly, the constructor now accepts a value of
70
70
type ``Long`` as its third parameter instead of type ``Integer``. Because this change breaks
@@ -92,7 +92,7 @@ This driver version introduces the following breaking changes:
92
92
``SocketSettings.Builder.connectTimeout()`` and
93
93
``SocketSettings.Builder.readTimeout()`` methods. The data type of this
94
94
parameter is now ``long`` instead of ``int``.
95
-
95
+
96
96
In earlier versions, this parameter is of type ``int`` for both methods. This
97
97
change breaks binary compatibility and requires recompiling, but does not
98
98
require code changes. To view an example that shows how to call
@@ -118,8 +118,8 @@ This driver version introduces the following breaking changes:
118
118
API also exposes ``org.mongodb.scala.Observable[Unit]`` instead of
119
119
``org.mongodb.scala.Observable[Void]``.
120
120
121
-
.. After the 5.0 Scala API docs are released, this line will be uncommented.
122
-
For more information, see the `Observable trait documentation <https://mongodb.github.io/mongo-java-driver/5.0/apidocs/mongo-scala-driver/org/mongodb/scala/Observable.html>`__.
121
+
For more information, see the `Observable trait in the Scala API documentation
0 commit comments