File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 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+
1544v0.5.2
1645------
1746
You can’t perform that action at this time.
0 commit comments