Skip to content

Commit 18a6de7

Browse files
jmd-mongojeff-allen-mongo
authored andcommitted
DOCSP-14008 Documents affected API V1 commands on upcoming Compatibility Changes page
1 parent fbfe6e9 commit 18a6de7

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

source/release-notes/5.0-compatibility.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,40 @@ Compatibility Changes in MongoDB 5.0
1313
The following 5.0 changes can affect compatibility with older
1414
versions of MongoDB.
1515

16+
Certain Commands Only Accept Recognized Parameters
17+
--------------------------------------------------
18+
19+
Starting in MongoDB 5.0, certain database commands raise an error if
20+
passed a parameter not explicitly accepted by the command. In MongoDB
21+
4.4 and earlier, unrecognized parameters are silently ignored.
22+
23+
Affected Commands:
24+
25+
- :dbcommand:`abortTransaction`
26+
- :dbcommand:`aggregate`
27+
- :dbcommand:`authenticate`
28+
- :dbcommand:`collMod`
29+
- :dbcommand:`commitTransaction`
30+
- :dbcommand:`create`
31+
- :dbcommand:`createIndexes`
32+
- :dbcommand:`delete`
33+
- :dbcommand:`drop`
34+
- :dbcommand:`dropDatabase`
35+
- :dbcommand:`dropIndexes`
36+
- :dbcommand:`endSessions`
37+
- :dbcommand:`explain`
38+
- :dbcommand:`find`
39+
- :dbcommand:`findAndModify`
40+
- :dbcommand:`getMore`
41+
- :dbcommand:`hello`
42+
- :dbcommand:`insert`
43+
- :dbcommand:`killCursors`
44+
- :dbcommand:`listCollections`
45+
- :dbcommand:`listDatabases`
46+
- :dbcommand:`listIndexes`
47+
- :dbcommand:`ping`
48+
- :dbcommand:`refreshSessions`
49+
- :dbcommand:`update`
1650

1751
Removed Commands
1852
----------------

0 commit comments

Comments
 (0)