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",
1212
1313[constants ]
1414
15- version = " 1.1.8 "
15+ version = " 1.1.9 "
1616mdb-version = " 5.0"
1717mdb-version-dev = " 4.9"
1818pgp-version = " {+mdb-version+}"
Original file line number Diff line number Diff line change 1212 :depth: 1
1313 :class: singlecol
1414
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+
1532v1.1.8
1633------
1734
You can’t perform that action at this time.
0 commit comments