File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ data-lake-store = "data store"
15
15
default-profile = " :ref:`default profile <mcli-profiles>`"
16
16
mcli = " MongoDB CLI"
17
17
mcli-long = " MongoDB Command Line Interface (``mongocli``)"
18
- mcli-version = " 1.15.3 "
18
+ mcli-version = " 1.16.0 "
19
19
mdbagent = " MongoDB Agent"
20
20
mdbVersion = " 4.4"
21
21
Original file line number Diff line number Diff line change @@ -14,6 +14,40 @@ Release Notes for {+mcli-long+}
14
14
:depth: 1
15
15
:class: singlecol
16
16
17
+ .. _mcli+_1.16.0:
18
+
19
+ {+mcli+} 1.16.0
20
+ ------------------
21
+
22
+ *Released 2021-05-27*
23
+
24
+ New Features
25
+ ~~~~~~~~~~~~
26
+
27
+ - Adds support for ``SecondaryDelaySecs`` as a
28
+ ``mongo`` process option in |cloud-short| and |onprem|.
29
+
30
+ - It is now possible to define ``UserToDNMapping`` when creating
31
+ database users that use LDAP authentication.
32
+
33
+ - Adds support for specifying a cluster tier when configuring a cluster
34
+ with the :ref:`quick start <mcli-quick-start>` command. The default
35
+ cluster tier is ``M2``.
36
+
37
+ Fixes and Improvements
38
+ ~~~~~~~~~~~~~~~~~~~~~~
39
+
40
+ - Fixes the default authentication database for the LDAP ``GROUP`` type
41
+ when :ref:`creating database users <mcli-atlas-dbuser-create-command>`.
42
+
43
+ - Database users created with the :ref:`quick start <mcli-quick-start>`
44
+ command now have their passwords validated for increased security.
45
+
46
+ Breaking Changes
47
+ ~~~~~~~~~~~~~~~~
48
+
49
+ - Discontinues support for Ubuntu 16.04, which has reached end of life.
50
+
17
51
.. _mcli+_1.15.3:
18
52
19
53
{+mcli+} 1.15.3
You can’t perform that action at this time.
0 commit comments