Skip to content

Commit bc8824f

Browse files
authored
DOCSP-43125 - Remove SDAM Logging method (#231)
1 parent 6622421 commit bc8824f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

snooty.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mdb-server = "MongoDB Server"
2929
mongo-community = "MongoDB Community Edition"
3030
mongo-enterprise = "MongoDB Enterprise Edition"
3131
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
32-
version-number = "2.28"
32+
version-number = "3.0"
3333
version = "v{+version-number+}"
3434
example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/code-examples"
3535
stable-api = "Stable API"

source/upgrade.txt

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ Version 3.0 Potential Breaking Change
6666
configuring authentication in the {+driver-short+}, see
6767
:ref:`Authentication Mechanisms. <csharp-authentication-mechanisms>`
6868

69+
- This version removes the ``ClusterBuilder.ConfigureSdamLogging()`` method.
70+
To configure logging in your application, see the :ref:`csharp-logging` guide.
71+
6972
- The LINQ2 provider has been removed from this version of the driver.
7073
You must use LINQ3 for all LINQ queries.
7174

0 commit comments

Comments
 (0)