Skip to content

Commit 20bdfde

Browse files
author
Dave Cuthbert
authored
DOCSP-27964-release-notes-1.8.0 (#248)
* DOCSP-27964-release-notes-1.8.0 * Layout * Review feedback
1 parent d0f700c commit 20bdfde

File tree

2 files changed

+38
-3
lines changed

2 files changed

+38
-3
lines changed

snooty.toml

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

1515
[constants]
1616

17-
version = "1.7.1"
17+
version = "1.8.0"
1818
mdb-version = "6.0"
1919
pgp-version = "{+mdb-version+}"
2020

source/changelog.txt

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
1552
v1.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

Comments
 (0)