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 18b279a commit edcbc58Copy full SHA for edcbc58
UPGRADE-2.0.md
@@ -28,3 +28,18 @@ GridFS
28
```php
29
$bucket->openUploadStream($fileId, ['metadata' => ['contentType' => 'image/png']]);
30
```
31
+
32
+UnsupportedException method removals
33
+------------------------------------
34
35
+The following methods have been removed from the
36
+`MongoDB\Exception\UnsupportedException` class:
37
+ * `allowDiskUseNotSupported`
38
+ * `arrayFiltersNotSupported`
39
+ * `collationNotSupported`
40
+ * `explainNotSupported`
41
+ * `readConcernNotSupported`
42
+ * `writeConcernNotSupported`
43
44
+The remaining methods have been marked as internal and may be removed in a
45
+future minor version. Only the class itself is covered by the BC promise.
0 commit comments