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:
2929 - ' sphinx_local.yaml'
3030 - htaccess : ['htaccess.yaml']
3131version :
32- release : ' 1.23.0 '
32+ release : ' 1.24.1 '
3333 branch : ' master'
3434assets :
3535 - branch : master
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ data-lake-store = "data store"
177177default-profile = " :ref:`default profile <mcli-profiles>`"
178178mcli = " MongoDB CLI"
179179mcli-long = " MongoDB Command Line Interface (``mongocli``)"
180- mcli-version = " 1.23 .1"
180+ mcli-version = " 1.24 .1"
181181mdbagent = " MongoDB Agent"
182182mdbVersion = " 5.0"
183183mongosh = " :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.
1818
1919.. include:: /includes/admonitions/secure-config-file.rst
2020
21+ .. _config-file-location:
22+
2123Configuration File Location
2224---------------------------
2325
Original file line number Diff line number Diff line change @@ -14,6 +14,36 @@ Release Notes for {+mcli-long+}
1414 :depth: 1
1515 :class: singlecol
1616
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+
1747.. _mcli_1.23.1:
1848
1949{+mcli+} 1.23.1
You can’t perform that action at this time.
0 commit comments