File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
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.10 .0' ,
64
+ 'mcli-version' : '1.11 .0' ,
65
65
'mdbVersion' : '4.2' ,
66
66
'mdbagent' : 'MongoDB Agent' ,
67
67
'aagent' : 'Automation Agent' ,
87
87
'.. |cloud-short| replace:: Cloud Manager' ,
88
88
'.. |api| replace:: :abbr:`API (Application Programming Interface)`' ,
89
89
'.. |aws| replace:: :abbr:`AWS (Amazon Web Services)`' ,
90
+ '.. |azure| replace:: :abbr:`Azure (Microsoft Azure)`' ,
90
91
'.. |bic-full| replace:: :bic:`MongoDB Connector for BI </>`' ,
91
92
'.. |bic-short| replace:: :bic:`BI Connector </>`' ,
92
93
'.. |bic| replace:: BI Connector for Atlas' ,
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ cloud-short = "Cloud Manager"
31
31
api = " :abbr:`API (Application Programming Interface)`"
32
32
API = " :abbr:`API (Application Programming Interface)`"
33
33
aws = " :abbr:`AWS (Amazon Web Services)`"
34
+ azure = " :abbr:`Azure (Microsoft Azure)`"
34
35
bic-short = " :bic:`BI Connector </>`"
35
36
bic = " BI Connector for Atlas"
36
37
bson = " :abbr:`BSON (Binary Javascript Object Notation)`"
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.11.0
18
+ -------------------------------
19
+
20
+ *Released 2021-01-28*
21
+
22
+ New Features
23
+ ~~~~~~~~~~~~
24
+
25
+ - Adds support for cloud provider access roles in |service|.
26
+ - Adds support for scoped database users in |service|.
27
+ - Adds support for custom database roles in |service|.
28
+ - Adds support for |azure| Private Link connections in |service|.
29
+ - Adds support for creating {+data-lake+}\s using cloud provider roles.
30
+ - Adds support for ``json-path`` output.
31
+
32
+ Fixes and Improvements
33
+ ~~~~~~~~~~~~~~~~~~~~~~
34
+
35
+ - Fixes an error when fetching feature control policies for a
36
+ project where no policies have been enabled.
17
37
18
38
{+mcli+} 1.10.0
19
39
-------------------------------
You can’t perform that action at this time.
0 commit comments