File tree Expand file tree Collapse file tree 5 files changed +35
-3
lines changed Expand file tree Collapse file tree 5 files changed +35
-3
lines changed 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.23.0 '
32
+ release : ' 1.24.1 '
33
33
branch : ' master'
34
34
assets :
35
35
- branch : master
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ data-lake-store = "data store"
177
177
default-profile = " :ref:`default profile <mcli-profiles>`"
178
178
mcli = " MongoDB CLI"
179
179
mcli-long = " MongoDB Command Line Interface (``mongocli``)"
180
- mcli-version = " 1.23 .1"
180
+ mcli-version = " 1.24 .1"
181
181
mdbagent = " MongoDB Agent"
182
182
mdbVersion = " 5.0"
183
183
mongosh = " :binary:`~bin.mongosh`"
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ text editor or by using the :ref:`mongocli-config-set` command.
18
18
19
19
.. include:: /includes/admonitions/secure-config-file.rst
20
20
21
+ .. _config-file-location:
22
+
21
23
Configuration File Location
22
24
---------------------------
23
25
Original file line number Diff line number Diff line change @@ -14,6 +14,36 @@ Release Notes for {+mcli-long+}
14
14
:depth: 1
15
15
:class: singlecol
16
16
17
+ .. _mcli_1.24.1:
18
+
19
+ {+mcli+} 1.24.1
20
+ -------------------
21
+
22
+ *Released 2022-04-01*
23
+
24
+ - Adds small improvements to {+mcli+} documentation.
25
+
26
+ .. _mcli_1.24.0:
27
+
28
+ {+mcli+} 1.24.0
29
+ -------------------
30
+
31
+ *Released 2022-03-31*
32
+
33
+ - Deprecates ``mongocli atlas`` commands. There's a new, dedicated CLI available
34
+ for Atlas users. `Migrate to the Atlas CLI <https://www.mongodb.com/docs/atlas/cli/stable/migrate-to-atlas-cli/>`__
35
+ to enjoy the same capabilities and the latest features. You can use
36
+ ``mongocli atlas`` commands until April 30, 2023.
37
+ - Deprecates the ``mongocli.toml`` configuration file and replaces it with a new file,
38
+ ``config.toml``. The {+mcli+} stores ``config.toml`` in :ref:`the mongocli
39
+ folder within the default root directory <config-file-location>`.
40
+ - Adds the ability to update controlled features using a file.
41
+ - Updates the :ref:`mongocli-config` command to use different service aliases.
42
+ Run ``mongocli config --help`` to see all available aliases.
43
+ - Adds improvements to the {+mcli+} login experience.
44
+ - Updates the error message that the {+mcli+} shows when credentials are missing.
45
+ - Improves command time duration, especially when a new release version is available.
46
+
17
47
.. _mcli_1.23.1:
18
48
19
49
{+mcli+} 1.23.1
You can’t perform that action at this time.
0 commit comments