Skip to content

Commit e2a9d60

Browse files
Docsp-20447 mongosh 1 1 9 (#181)
* DOCSP-20447 init * snooty.toml version bump * fix issue name * * * Update source/changelog.txt Co-authored-by: jeff-allen-mongo <[email protected]> * Update source/changelog.txt Co-authored-by: jeff-allen-mongo <[email protected]> Co-authored-by: jeff-allen-mongo <[email protected]>
1 parent 60c3fd2 commit e2a9d60

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1616
mdb-version = "5.0"
1717
mdb-version-dev = "4.9"
1818
pgp-version = "{+mdb-version+}"

source/changelog.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@
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+
1532
v1.1.8
1633
------
1734

0 commit comments

Comments
 (0)