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
class. This means the ``org.reactivestreams.Publisher[Void]`` type no longer
112
-
converts automatically to ``org.mongodb.scala.SingleObservable[Void]``. The also
113
-
API exposes ``org.mongodb.scala.Observable[Unit]`` instead of
117
+
converts automatically to ``org.mongodb.scala.SingleObservable[Void]``. The
118
+
API also exposes ``org.mongodb.scala.Observable[Unit]`` instead of
114
119
``org.mongodb.scala.Observable[Void]``.
115
120
116
121
.. After the 5.0 Scala API docs are released, this line will be uncommented.
117
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>`__.
118
123
124
+
- This driver changes how ``ClusterSettings`` computes
125
+
``ClusterConnectionMode``, making it more consistent by using the specified
126
+
replica set name, regardless of how it is configured. Previously, replica set
127
+
name was only considered if it was set by the connection string.
128
+
129
+
For example, the following two code samples both return the value
130
+
``ClusterConnectionMode.MULTIPLE``, while previously the second one returned
0 commit comments