Skip to content

Commit 10bf94a

Browse files
(DOCSP-12696): Release notes for 0.4.2 and 0.5.0
1 parent e3b10c4 commit 10bf94a

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

source/changelog.txt

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,39 @@
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+
1536
v0.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

3149
v0.3.1
3250
------

0 commit comments

Comments
 (0)