We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf7dbc commit d2018efCopy full SHA for d2018ef
UPGRADE-2.0.md
@@ -34,3 +34,7 @@ UPGRADE FROM 1.x to 2.0
34
ensure that it is detected by `pkg-config`.
35
* The `--with-system-ciphers` configure option has been removed. Use
36
`--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