Skip to content

Commit 48ae843

Browse files
DOCSP-35356 field reordering (#123)
* DOCSP-35356 add field reordering * DOCSP-35356 fix formatting * DOCSP-35356 add link to issue * DOCSP-35356 ali feedback
1 parent 893846a commit 48ae843

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

source/includes/changelogs/releases/100.9.1.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@
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

1119
Bug
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.

0 commit comments

Comments
 (0)