File tree Expand file tree Collapse file tree 1 file changed +25
-7
lines changed Expand file tree Collapse file tree 1 file changed +25
-7
lines changed Original file line number Diff line number Diff line change 1212 :depth: 1
1313 :class: singlecol
1414
15+ v0.5.0
16+ ------
17+
18+ *Released October 12, 2020*
19+
20+ - Adds support for replica set management methods.
21+
22+ - Adds support for sharded cluster management methods.
23+
24+ v0.4.2
25+ ------
26+
27+ *Released October 1, 2020*
28+
29+ - Adds support for collection names with a dot. For example, to query
30+ a collection named ``my.collection``, you can run:
31+
32+ .. code-block:: javascript
33+
34+ db.my.collection.findOne()
35+
1536v0.4.0
1637------
1738
1839*Released September 15, 2020*
1940
20- Improvements
21- ~~~~~~~~~~~~
22-
23- Adds support for the following methods:
41+ - Adds support for the following methods:
2442
25- - :method:`db.collection.mapReduce()`
43+ - :method:`db.collection.mapReduce()`
2644
27- - :method:`db.collection.validate()`
45+ - :method:`db.collection.validate()`
2846
29- Adds support for ``maxAwaitTimeMS`` for cursors.
47+ - Adds support for ``maxAwaitTimeMS`` for cursors.
3048
3149v0.3.1
3250------
You can’t perform that action at this time.
0 commit comments