Skip to content

Commit 086f059

Browse files
0.7.7 release notes
1 parent 83192e8 commit 086f059

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toc_landing_pages = ["/run-commands", "/crud"]
77

88
[constants]
99

10-
version = "0.6.1"
10+
version = "0.7.7"
1111

1212
[substitutions]
1313

source/changelog.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,36 @@
1212
:depth: 1
1313
:class: singlecol
1414

15+
v0.7.7
16+
------
17+
18+
*Released February 3, 2021*
19+
20+
New features in this release:
21+
22+
- :method:`~db.collection.explain()` support for the following methods:
23+
24+
- :method:`~db.collection.count()`
25+
- :method:`~db.collection.distinct()`
26+
- :method:`~db.collection.findAndModify()`
27+
- :method:`~db.collection.remove()`
28+
- :method:`~db.collection.update()`
29+
30+
- Support for specifying ``cursor.batchSize()``, and type ``it`` for
31+
more.
32+
33+
- Autocomplete for collection names.
34+
35+
Bug fixes in this release:
36+
37+
- ``mongosh`` no longer fails when connecting to a node in the
38+
``STARTUP2`` state.
39+
40+
- ``mongosh`` now properly displays startup warnings.
41+
42+
- :method:`~db.collection.explain()` on aggregations now return
43+
accurate and complete results.
44+
1545
v0.6.1
1646
------
1747

source/includes/steps-view-logs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ content: |
1717
Current Mongosh Log ID: c2961dbd6b73b052671d9df0
1818
Connecting to: mongodb://127.0.0.1:27017
1919
Using MongoDB: 4.2.8
20-
Using Mongosh Beta: 0.0.6
20+
Using Mongosh Beta: {+version+}
2121
2222
---
2323
title: "View the log for the session."

0 commit comments

Comments
 (0)