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
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,20 @@ Version 5.0 Breaking Changes
116
116
.. After the 5.0 Scala API docs are released, this line will be uncommented.
117
117
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
118
119
+
- This driver version removes the following classes from the
120
+
``com.mongodb.event`` package:
121
+
122
+
- ``ClusterListenerAdapter``
123
+
- ``ConnectionAddedEvent``
124
+
- ``ConnectionPoolListenerAdapter``
125
+
- ``ConnectionPoolOpenedEvent``
126
+
- ``ConnectionRemovedEvent``
127
+
- ``ServerListenerAdapter``
128
+
- ``ServerMonitorListenerAdapter``
129
+
130
+
For more information about the events package, see the `com.mongodb.event
0 commit comments