From f0bc64c069cb3d6f71048d2c44ad9dcc1b18f6f2 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Tue, 19 Nov 2024 13:31:19 -0500 Subject: [PATCH] DOCSP-44692: Cluster event breaking change --- source/upgrade/v3.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/upgrade/v3.txt b/source/upgrade/v3.txt index 46b5f236..6fd7efd6 100644 --- a/source/upgrade/v3.txt +++ b/source/upgrade/v3.txt @@ -192,4 +192,7 @@ Version 3.0 Breaking Changes - Removes the ``AsDateTime`` property. Use the `AsUniversalTime <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonValue.AsUniversalTime.html#MongoDB_Bson_BsonValue_AsUniversalTime>`__ property instead. - Removes the ``AsNullableDateTime`` property. Use the `AsNullableUniversalTime <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonValue.AsNullableUniversalTime.html#MongoDB_Bson_BsonValue_AsNullableUniversalTime>`__ - property instead. \ No newline at end of file + property instead. + +- The driver removes individual cluster events from ``MongoClient.Cluster``. To listen for + cluster events, use `ClusterBuilder.Subscribe() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Core.Configuration.ClusterBuilder.Subscribe.html>`__. \ No newline at end of file