File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
source/includes/changelogs/releases Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 55
66*Released 2023-11-09 *
77
8- This version updates external dependencies and fixes an issue where
9- mongodump could change the ordering of fields in a view definition.
8+ This version updates external dependencies and fixes an issue where mongodump
9+ could change the ordering of fields in a view definition (:issue: `TOOLS-3411 `).
10+ View pipelines and schema validation are the only collection options sensitive
11+ to field ordering. Depending on the contents of the view or validator options,
12+ the following can change:
13+
14+ - The set of results returned by a view, or
15+ - The criteria that determines which documents are accepted by a validator.
16+
17+ Not all view pipelines or schema validations are affected by key reordering.
1018
1119Bug
1220~~~
1321
1422- :issue: `TOOLS-3367 ` Building fails: failed to detect local platform from kernel name
1523- :issue: `TOOLS-3388 ` mongodb/mongo-tools master :go.mod - Denial of Service DoS in golang.org/x/net
16- - :issue: `TOOLS-3411 ` MongoDump does not maintain field-order for sort and match in Views
24+ - :issue: `TOOLS-3411 ` MongoDump does not maintain field-order for sort and match in Views.
You can’t perform that action at this time.
0 commit comments