Skip to content

Commit 3b7a612

Browse files
(DOCSP-14178): mongocli 1.11.0 release notes (#417)
* (DOCSP-14178): mongocli 1.11.0 release notes * (DOCSP-14178): copy review feedback
1 parent e0fba31 commit 3b7a612

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
'version': version,
6262
'mcli': 'MongoDB CLI',
6363
'mcli-long': 'MongoDB Command Line Interface (``mongocli``)',
64-
'mcli-version': '1.10.0',
64+
'mcli-version': '1.11.0',
6565
'mdbVersion': '4.2',
6666
'mdbagent': 'MongoDB Agent',
6767
'aagent': 'Automation Agent',
@@ -87,6 +87,7 @@
8787
'.. |cloud-short| replace:: Cloud Manager',
8888
'.. |api| replace:: :abbr:`API (Application Programming Interface)`',
8989
'.. |aws| replace:: :abbr:`AWS (Amazon Web Services)`',
90+
'.. |azure| replace:: :abbr:`Azure (Microsoft Azure)`',
9091
'.. |bic-full| replace:: :bic:`MongoDB Connector for BI </>`',
9192
'.. |bic-short| replace:: :bic:`BI Connector </>`',
9293
'.. |bic| replace:: BI Connector for Atlas',

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ cloud-short = "Cloud Manager"
3131
api = ":abbr:`API (Application Programming Interface)`"
3232
API = ":abbr:`API (Application Programming Interface)`"
3333
aws = ":abbr:`AWS (Amazon Web Services)`"
34+
azure = ":abbr:`Azure (Microsoft Azure)`"
3435
bic-short = ":bic:`BI Connector </>`"
3536
bic = "BI Connector for Atlas"
3637
bson = ":abbr:`BSON (Binary Javascript Object Notation)`"

source/release-notes.txt

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

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.
1737

1838
{+mcli+} 1.10.0
1939
-------------------------------

0 commit comments

Comments
 (0)