Skip to content

Commit aba2c71

Browse files
committed
wip
1 parent 99e037e commit aba2c71

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ 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 SDAM logging,
71+
use the `ClusterBuilder.ConfigureLoggingSettings() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Core.Configuration.ClusterBuilder.ConfigureLoggingSettings.html>`__
72+
method instead.
73+
6974
.. _csharp-breaking-changes-2.28.0:
7075

7176
Version 2.28.0 Potential Breaking Change

0 commit comments

Comments
 (0)