@@ -12,6 +12,43 @@ Release Notes
1212 :depth: 1
1313 :class: singlecol
1414
15+ v1.8.0
16+ ------
17+
18+ *Released February 28, 2023*
19+
20+ Autocomplete suggests completions for database level aggregation stages.
21+
22+ Compatibility Changes
23+ ~~~~~~~~~~~~~~~~~~~~~
24+
25+ - ``EJSON.stringify`` no longer accepts a ``{{strict}}`` option.
26+ - These methods are removed:
27+
28+ - ObjectId.prototype.generate
29+ - ObjectId.prototype.getInc
30+ - ObjectId.prototype.get_inc
31+ - ObjectId.getInc
32+
33+ - Code objects store a string in their ``.code`` property. Code objects
34+ do not store JavaScript functions in their ``.code`` property.
35+ - If an object passes a key to a database function, ``mongosh`` only
36+ sends the object's own keys to the server. ``mongosh`` does not send
37+ inherited enumerable keys to the server.
38+
39+ Updates in 1.8.0
40+ ~~~~~~~~~~~~~~~~
41+
42+ - :issue:`MONGOSH-1358` Updates for the 5.1.0 :driver:`Node.js driver
43+ </node/>`.
44+ - :issue:`MONGOSH-1336` Performance improvement some use cases including
45+ the ``--version`` and ``--build-info`` flags.
46+ - :issue:`MONGOSH-1316` Surfaces the ``createEncryptedCollection``
47+ helper method.
48+
49+ `Full release notes available on JIRA
50+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=35534>`__.
51+
1552v1.7.1
1653------
1754
@@ -42,10 +79,8 @@ v1.6.2
4279*Released January 9, 2023*
4380
4481- Improves ``mongosh`` startup time.
45-
4682- ``mongosh`` now uses :github:`Node.js driver 4.13.0
4783 </mongodb/node-mongodb-native/releases/tag/v4.13.0>`.
48-
4984- Improves error messages.
5085
5186`Full release notes available on JIRA
0 commit comments