File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,39 @@ Release Notes for {+mcli-long+}
14
14
:depth: 1
15
15
:class: singlecol
16
16
17
+
18
+ {+mcli+} 1.4.0
19
+ -------------------------------
20
+
21
+ *Released 2020-08-13*
22
+
23
+ Breaking Change
24
+ ~~~~~~~~~~~~~~~
25
+
26
+ {+mcli+} now displays simplified command output. To revert to the
27
+ previous behavior of displaying command output as JSON, either:
28
+
29
+ - Run commands with the ``--output json`` option, or
30
+ - Set JSON as the default command output by running the following
31
+ command:
32
+
33
+ .. code-block:: none
34
+
35
+ {{ mongocli config set output json }}
36
+
37
+ New Features
38
+ ~~~~~~~~~~~~
39
+
40
+ - Adds support for programmatic API keys.
41
+ - Adds support for |com| agent API keys.
42
+ - Adds support for private endpoints.
43
+
44
+ Bug Fixes and Improvements
45
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
46
+
47
+ - The response you receive when you create |com| projects now includes
48
+ a generated Agent API key.
49
+
17
50
{+mcli+} 1.3.0
18
51
-------------------------------
19
52
You can’t perform that action at this time.
0 commit comments