Skip to content

Commit d2018ef

Browse files
committed
Add upgrade notes
1 parent 3bf7dbc commit d2018ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADE-2.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ UPGRADE FROM 1.x to 2.0
3434
ensure that it is detected by `pkg-config`.
3535
* The `--with-system-ciphers` configure option has been removed. Use
3636
`--enable-mongodb-crypto-system-profile` instead.
37+
* `MongoDB\Driver\Query` removes the following options: `partial` (use
38+
`allowPartialResults` instead), `maxScan`, `modifiers` (use alternative
39+
top-level options instead), `oplogReplay`, and `snapshot`. Support for
40+
negative `limit` values has been removed (use `singleBatch` instead).

0 commit comments

Comments
 (0)