We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81160db commit a865d0cCopy full SHA for a865d0c
source/upgrade/v3.txt
@@ -66,6 +66,11 @@ Version 3.0 Breaking Changes
66
provides a replacement for a deprecated class, method, or property, the compiler
67
messages in v{+last-version-2-number+} will display it.
68
69
+- The methods, properties, and constructors in the ``MongoDB.Bson`` namespace that were
70
+ deprecated in previous versions of the driver have been removed. If the driver
71
+ provides a replacement for a deprecated method, property, or constructor, the compiler
72
+ messages in v{+last-version-2-number+} will display it.
73
+
74
- The driver drops support for the
75
``MONGODB-CR`` authentication mechanism. To learn more about
76
configuring authentication in the {+driver-short+}, see
0 commit comments