Skip to content

Commit edcbc58

Browse files
committed
Add upgrade note
1 parent 18b279a commit edcbc58

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

UPGRADE-2.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,18 @@ GridFS
2828
```php
2929
$bucket->openUploadStream($fileId, ['metadata' => ['contentType' => 'image/png']]);
3030
```
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

Comments
 (0)