File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,40 @@ Compatibility Changes in MongoDB 5.0
13
13
The following 5.0 changes can affect compatibility with older
14
14
versions of MongoDB.
15
15
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`
16
50
17
51
Removed Commands
18
52
----------------
You can’t perform that action at this time.
0 commit comments