File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ toc_landing_pages = ["/run-commands",
12
12
13
13
[constants ]
14
14
15
- version = " 1.1.8 "
15
+ version = " 1.1.9 "
16
16
mdb-version = " 5.0"
17
17
mdb-version-dev = " 4.9"
18
18
pgp-version = " {+mdb-version+}"
Original file line number Diff line number Diff line change 12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ v1.1.9
16
+ ------
17
+
18
+ *Released January 18, 2022*
19
+
20
+ New features in this release:
21
+
22
+ - :issue:`MONGOSH-1015` – ``mongosh`` no longer overrides ``appName`` if it
23
+ was present in the connection string.
24
+
25
+ - :issue:`MONGOSH-1073` – You can now pass BSON number objects to the
26
+ legacy BSON number constructors. For example,
27
+ ``NumberInt(NumberInt(n))`` now works like it did in the legacy shell.
28
+
29
+ `Full release notes available on JIRA
30
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=32728>`__.
31
+
15
32
v1.1.8
16
33
------
17
34
You can’t perform that action at this time.
0 commit comments