Skip to content

Commit 32c7525

Browse files
Jeff Allenjeff-allen-mongo
authored andcommitted
(DOCSP-13404): 0.6.1 release notes
1 parent fcc6ed7 commit 32c7525

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

source/changelog.txt

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

15+
v0.6.1
16+
------
17+
18+
*Released November 30, 2020*
19+
20+
New features in this release:
21+
22+
- Support for :manual:`readPreference </core/read-preference/>`
23+
methods.
24+
25+
- Support for the :manual:`session object </reference/method/Session/>`
26+
and related session object methods.
27+
28+
- Support for :manual:`transaction </core/transactions>` methods.
29+
30+
Bug fixes and miscellaneous updates in this release:
31+
32+
- Remove support for deprecated 3.6 CRUD methods (``insert()``,
33+
``remove()``, ``save()``, and ``update()``).
34+
35+
- Fix an issue with loading JavaScript files into ``mongosh``.
36+
37+
- Fix an issue where when inserting many documents via a for loop,
38+
the loop would abort before all documents were inserted.
39+
40+
- Fix issue with output when printing result of a cursor.
41+
42+
- Update the Node REPL to use Node version 14.
43+
1544
v0.5.2
1645
------
1746

0 commit comments

Comments
 (0)