Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-44304 - Remove BSON members #252

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/upgrade/v3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ Version 3.0 Breaking Changes
provides a replacement for a deprecated class, method, or property, the compiler
messages in v{+last-version-2-number+} will display it.

- The methods, properties, and constructors in the ``MongoDB.Bson`` namespace that were
deprecated in previous versions of the driver have been removed. If the driver
provides a replacement for a deprecated method, property, or constructor, the compiler
messages by the v{+last-version-2-number+} driver will display it.

- The driver drops support for the
``MONGODB-CR`` authentication mechanism. To learn more about
configuring authentication in the {+driver-short+}, see
Expand Down
Loading