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
122
-
converts automatically to ``org.mongodb.scala.SingleObservable[Void]``. The
123
-
API also exposes ``org.mongodb.scala.Observable[Unit]`` instead of
116
+
- Removes the ``org.mongodb.scala.ObservableImplicits.ToSingleObservableVoid``
117
+
implicit class. This means the ``org.reactivestreams.Publisher[Void]`` type no
118
+
longer converts automatically to ``org.mongodb.scala.SingleObservable[Void]``.
119
+
The API also exposes ``org.mongodb.scala.Observable[Unit]`` instead of
124
120
``org.mongodb.scala.Observable[Void]``.
125
121
126
122
.. After the 5.0 Scala API docs are released, this line will be uncommented.
127
-
128
123
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>`__.
129
124
130
125
- Changes how ``ClusterSettings`` computes
@@ -246,14 +241,6 @@ Version 5.0 Breaking Changes
246
241
constructor that includes an ``errorLabels`` parameter. Instead, you can use
247
242
the error labels included in the top-level response document.
0 commit comments