File tree Expand file tree Collapse file tree 5 files changed +27
-7
lines changed Expand file tree Collapse file tree 5 files changed +27
-7
lines changed Original file line number Diff line number Diff line change 61
61
'version' : version ,
62
62
'mcli' : 'MongoDB CLI' ,
63
63
'mcli-long' : 'MongoDB Command Line Interface (``mongocli``)' ,
64
- 'mcli-version' : '1.1 .0' ,
64
+ 'mcli-version' : '1.4 .0' ,
65
65
'mdbVersion' : '4.2' ,
66
66
'mdbagent' : 'MongoDB Agent' ,
67
67
'aagent' : 'Automation Agent' ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ system:
29
29
- ' sphinx_local.yaml'
30
30
- htaccess : ['htaccess.yaml']
31
31
version :
32
- release : ' 1.3 .0'
32
+ release : ' 1.4 .0'
33
33
branch : ' master'
34
34
assets :
35
35
- branch : master
Original file line number Diff line number Diff line change 1
1
define: base https://docs.mongodb.com/mongocli
2
- define: versions v0.0.3 v0.0.4 v0.1.0 v0.2.0 v0.5.0 v1.0.0 v1.1.0 v1.2.0 master
3
- symlink: v1.3 .0 -> master
2
+ define: versions v0.0.3 v0.0.4 v0.1.0 v0.2.0 v0.5.0 v1.0.0 v1.1.0 v1.2.0 v1.3.0 master
3
+ symlink: v1.4 .0 -> master
4
4
symlink: upcoming -> master
5
- symlink: stable -> v1.2 .0
5
+ symlink: stable -> v1.3 .0
6
6
7
7
raw: mongocli/ -> ${base}/stable
8
8
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ aagent = "Automation Agent"
7
7
default-profile = " :ref:`default profile <mcli-profiles>`"
8
8
mcli = " MongoDB CLI"
9
9
mcli-long = " MongoDB Command Line Interface (``mongocli``)"
10
- mcli-version = " 1.1 .0"
10
+ mcli-version = " 1.4 .0"
11
11
mdbagent = " MongoDB Agent"
12
12
mdbVersion = " 4.2"
13
13
Original file line number Diff line number Diff line change @@ -14,6 +14,26 @@ Release Notes for {+mcli-long+}
14
14
:depth: 1
15
15
:class: singlecol
16
16
17
+ {+mcli+} 1.3.0
18
+ -------------------------------
19
+
20
+ *Released 2020-07-30*
21
+
22
+ New Features
23
+ ~~~~~~~~~~~~
24
+
25
+ - Adds support for :ref:`Atlas Search <mcli-reference-atlas-search>`.
26
+ - Adds support for X.509 configurations in |service|.
27
+ - Adds support for X.509 database users in |service|.
28
+ - Adds support for |aws| IAM database users in |service|.
29
+
30
+ Bug Fixes and Improvements
31
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
32
+
33
+ - Improves advanced cluster configurations in |com|.
34
+ - When creating a project in |com|, returns {+mdbagent+} |API| keys.
35
+
36
+
17
37
{+mcli+} 1.2.0
18
38
-------------------------------
19
39
@@ -22,7 +42,7 @@ Release Notes for {+mcli-long+}
22
42
New Features
23
43
~~~~~~~~~~~~
24
44
25
- - Adds support for Atlas Search .
45
+ - Adds support for :ref:` Atlas Online Archive <mcli-reference-atlas-onlinearchive>` .
26
46
- Adds support for :ref:`Atlas Data Lake <mcli-reference-atlas-datalake>`.
27
47
28
48
Bug Fixes and Improvements
You can’t perform that action at this time.
0 commit comments