@@ -12,6 +12,43 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
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
+
15
52
v1.7.1
16
53
------
17
54
@@ -42,10 +79,8 @@ v1.6.2
42
79
*Released January 9, 2023*
43
80
44
81
- Improves ``mongosh`` startup time.
45
-
46
82
- ``mongosh`` now uses :github:`Node.js driver 4.13.0
47
83
</mongodb/node-mongodb-native/releases/tag/v4.13.0>`.
48
-
49
84
- Improves error messages.
50
85
51
86
`Full release notes available on JIRA
0 commit comments