File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ toc_landing_pages = ["/run-commands",
15
15
16
16
[constants ]
17
17
18
- version = " 2.1.0 "
18
+ version = " 2.1.4 "
19
19
mdb-version = " 7.0"
20
20
pgp-version = " {+mdb-version+}"
21
21
atlas = " MongoDB Atlas"
Original file line number Diff line number Diff line change @@ -12,6 +12,24 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ v2.1.4
16
+ ------
17
+
18
+ *Released February 7, 2024*
19
+
20
+ - :issue:`MONGOSH-1198` - Shows the code for an error with the error response.
21
+
22
+ - :issue:`MONGOSH-1669` - Allows OIDC device auth flow without an ``id_`` token.
23
+
24
+ - :issue:`MONGOSH-1679` - Improves error message reading from a secondary.
25
+
26
+ - :issue:`MONGOSH-1706` - Accounts for unsharded collections becoming part of
27
+ the sharding catalog. This ensures forward compatibility with upcoming server
28
+ versions.
29
+
30
+ `Full release notes available on JIRA
31
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?version=37881&styleName=&projectId=17381>`__.
32
+
15
33
v2.1.3
16
34
------
17
35
You can’t perform that action at this time.
0 commit comments