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 728e4d8 commit 4473079Copy full SHA for 4473079
UPGRADE-2.0.md
@@ -38,3 +38,6 @@ UPGRADE FROM 1.x to 2.0
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).
41
+ * The `MongoDB\Driver\Manager` constructor now throws if the URI options array
42
+ includes a non-boolean value for an option expecting a boolean. This behavior
43
+ is now consistent with validation for other option types.
0 commit comments