File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,19 @@ The 5.0 driver release introduces the following features:
64
64
This relates to a :ref:`breaking change about Observables in this version
65
65
<java-breaking-changes-v5.0-observables>`.
66
66
67
+ - The first parameter, time durations, of the following ``SocketSettings``
68
+ builder methods is of ``long`` type:
69
+
70
+ - ``connectTimeout()``
71
+ - ``readTimeout()``
72
+
73
+ In earlier versions, this parameter is of type ``int`` for both methods. To
74
+ view an example that shows how to instantiate a ``SocketSettings`` instance by
75
+ using these methods, see the :ref:`SocketSettings Example
76
+ <java-socketsettings-example>` in the Specify MongoClient Settings guide. This
77
+ correlates with a :ref:`binary breaking change
78
+ <java-breaking-changes-v5.0-socketsettings>`.
79
+
67
80
- Changes to the ``ConnectionId`` class. To learn more, see the
68
81
:ref:`Version 5.0 Breaking Changes <java-breaking-changes-v5.0>`.
69
82
You can’t perform that action at this time.
0 commit comments