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 12
12
:depth: 1
13
13
:class: singlecol
14
14
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
+
15
36
v0.4.0
16
37
------
17
38
18
39
*Released September 15, 2020*
19
40
20
- Improvements
21
- ~~~~~~~~~~~~
22
-
23
- Adds support for the following methods:
41
+ - Adds support for the following methods:
24
42
25
- - :method:`db.collection.mapReduce()`
43
+ - :method:`db.collection.mapReduce()`
26
44
27
- - :method:`db.collection.validate()`
45
+ - :method:`db.collection.validate()`
28
46
29
- Adds support for ``maxAwaitTimeMS`` for cursors.
47
+ - Adds support for ``maxAwaitTimeMS`` for cursors.
30
48
31
49
v0.3.1
32
50
------
You can’t perform that action at this time.
0 commit comments