File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ What's New
12
12
13
13
Learn what's new in:
14
14
15
+ * :ref:`Version 5.0 <version-5.0>`
15
16
* :ref:`Version 4.11 <version-4.11>`
16
17
* :ref:`Version 4.10 <version-4.10>`
17
18
* :ref:`Version 4.9 <version-4.9>`
@@ -37,6 +38,19 @@ Learn what's new in:
37
38
.. In addition to the deprecations mentioned in specific driver versions on this
38
39
page, anticipated breaking changes include the following:
39
40
41
+ .. _version-5.0:
42
+
43
+ What's New in 5.0
44
+ -----------------
45
+
46
+ The 5.0 driver release introduces the following features:
47
+
48
+ - Consistent computation of the ``ClusterConnectionMode`` type after
49
+ instantiating a ``ClusterSettings``. The connection mode defaults to
50
+ ``SINGLE`` if you specify one host and do not specify a replica set
51
+ name, or it defaults to ``MULTIPLE`` if you specify more than one
52
+ host.
53
+
40
54
.. _version-4.11:
41
55
42
56
What's New in 4.11
@@ -150,7 +164,6 @@ The 4.11 driver release deprecates the following items:
150
164
.transportSettings(TransportSettings.nettyBuilder().build())
151
165
.build();
152
166
153
-
154
167
.. _java-new-features-4.11:
155
168
156
169
New Features in 4.11
You can’t perform that action at this time.
0 commit comments