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 7dfc043 commit 8d91d6eCopy full SHA for 8d91d6e
UPGRADE-2.0.md
@@ -3,6 +3,8 @@ UPGRADE FROM 1.x to 2.0
3
4
* Classes in the namespace `MongoDB\Operation\` are `final`.
5
* The `MongoDB\ChangeStream::CURSOR_NOT_FOUND` constant is now private.
6
+ * The `MongoDB\Operation\Watch::FULL_DOCUMENT_DEFAULT` constant has been
7
+ removed.
8
9
GridFS
10
------
src/Operation/Watch.php
@@ -59,7 +59,6 @@
59
*/
60
final class Watch implements Executable, /* @internal */ CommandSubscriber
61
{
62
- public const FULL_DOCUMENT_DEFAULT = 'default';
63
public const FULL_DOCUMENT_UPDATE_LOOKUP = 'updateLookup';
64
public const FULL_DOCUMENT_WHEN_AVAILABLE = 'whenAvailable';
65
public const FULL_DOCUMENT_REQUIRED = 'required';
0 commit comments