summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2021-04-08 10:03:54 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-08 15:49:31 +0000
commit0fbb10db66a5ca4d5c7ce5f2a3fb752d0e533be2 (patch)
tree7cdb642dec9219b7d417ac938a85425462e123d2 /src
parentbfd4190bf14610c573a40862c7d4da36dbbea6bb (diff)
downloadmongo-0fbb10db66a5ca4d5c7ce5f2a3fb752d0e533be2.tar.gz
SERVER-55799 Update Versioned API Documentation
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/VERSIONED_API_README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/db/VERSIONED_API_README.md b/src/mongo/db/VERSIONED_API_README.md
index 86aa883755c..518c91821a5 100644
--- a/src/mongo/db/VERSIONED_API_README.md
+++ b/src/mongo/db/VERSIONED_API_README.md
@@ -31,7 +31,6 @@ version W.
aggregation operators, aggregation stages and expressions, and CRUD operators.
- Remove support for a BSON type, or any other BSON format change (besides adding a type).
- Drop support for a wire protocol message type.
-- Drop support for an authentication mechanism.
- Making the authorization requirements for StableCommand more restrictive.
- Increase hello.minWireVersion (or decrease maxWireVersion, which we won't do).
@@ -49,6 +48,9 @@ The following changes are permitted in V:
- Change order of fields in reply docs and sub-docs.
- Add a CRUD syntax element.
- Making the authorization requirements for StableCommand less restrictive.
+- Add and dropping support for an authentication mechanism. Authenticate mechanisms may need to be
+ removed due to security vulnerabilties and as such, there is no guarantee about their
+ compatibility.
- Deprecate a behavior
- Increase hello.maxWireVersion.
- Any change in behaviors not in V.