Skip to content

Commit c3dd6c6

Browse files
committed
DOCSP-44692: Cluster event breaking change (#297)
(cherry picked from commit 39b7452)
1 parent 33cac39 commit c3dd6c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/upgrade/v3.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,7 @@ Version 3.0 Breaking Changes
192192
- Removes the ``AsDateTime`` property. Use the `AsUniversalTime <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonValue.AsUniversalTime.html#MongoDB_Bson_BsonValue_AsUniversalTime>`__
193193
property instead.
194194
- Removes the ``AsNullableDateTime`` property. Use the `AsNullableUniversalTime <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonValue.AsNullableUniversalTime.html#MongoDB_Bson_BsonValue_AsNullableUniversalTime>`__
195-
property instead.
195+
property instead.
196+
197+
- The driver removes individual cluster events from ``MongoClient.Cluster``. To listen for
198+
cluster events, use `ClusterBuilder.Subscribe() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Core.Configuration.ClusterBuilder.Subscribe.html>`__.

0 commit comments

Comments
 (0)