@@ -38,13 +38,13 @@ What's New in 2.0
38
38
changes:
39
39
40
40
- The following methods return ``void`` instead of the raw command
41
- response:
41
+ response:
42
42
43
- - ``MongoDB\Client``: ``dropDatabase()``
44
- - ``MongoDB\Collection``: ``drop()``, ``dropIndex()``,
45
- ``dropIndexes()``, ``dropSearchIndex()``, ``rename()``
46
- - ``MongoDB\Database``: ``createCollection()``, ``drop()``,
47
- ``dropCollection()``, ``renameCollection()``
43
+ - ``MongoDB\Client``: ``dropDatabase()``
44
+ - ``MongoDB\Collection``: ``drop()``, ``dropIndex()``,
45
+ ``dropIndexes()``, ``dropSearchIndex()``, ``rename()``
46
+ - ``MongoDB\Database``: ``createCollection()``, ``drop()``,
47
+ ``dropCollection()``, ``renameCollection()``
48
48
49
49
To learn more about breaking changes in this release, see the
50
50
:ref:`Version 2.0 Breaking Changes <php-v2-breaking-changes>` section
@@ -67,14 +67,14 @@ and removals:
67
67
- Removes deprecated fields in GridFS types.
68
68
69
69
- The library does not calculate the ``md5`` field when a file is
70
- uploaded to GridFS. If your application requires a file digest, you
71
- must implement this process outside GridFS and store the values in
72
- metadata.
70
+ uploaded to GridFS. If your application requires a file digest, you
71
+ must implement this process outside GridFS and store the values in
72
+ metadata.
73
73
74
74
- The fields ``contentType`` and ``aliases`` are no longer stored in
75
- the ``files`` GridFS collection. If your application requires this
76
- information, you must store it in metadata. To learn more about
77
- GridFS, see the :ref:`php-gridfs` guide.
75
+ the ``files`` GridFS collection. If your application requires this
76
+ information, you must store it in metadata. To learn more about
77
+ GridFS, see the :ref:`php-gridfs` guide.
78
78
79
79
- Removes the following deprecated options for find operations:
80
80
0 commit comments