Skip to content

Commit a6ca93c

Browse files
(DOCSP-11749): mongocli 1.4.0 release notes (#184)
* (DOCSP-11749): mongocli 1.4.0 release notes * (DOCSP-11749): fix capitalization
1 parent 7bc579d commit a6ca93c

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

source/release-notes.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,39 @@ Release Notes for {+mcli-long+}
1414
:depth: 1
1515
:class: singlecol
1616

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+
1750
{+mcli+} 1.3.0
1851
-------------------------------
1952

0 commit comments

Comments
 (0)