Skip to content

Commit 96bb029

Browse files
authored
(DOCSP-21758)(DOCSP-21727) Release 1.24.1 updates (#687)
* (DOCSP-21758)(DOCSP-21727) Release 1.24.1 updates * Includes changes from tech review
1 parent fefd094 commit 96bb029

File tree

5 files changed

+35
-3
lines changed

5 files changed

+35
-3
lines changed

config/build_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ system:
2929
- 'sphinx_local.yaml'
3030
- htaccess: ['htaccess.yaml']
3131
version:
32-
release: '1.23.0'
32+
release: '1.24.1'
3333
branch: 'master'
3434
assets:
3535
- branch: master

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ data-lake-store = "data store"
177177
default-profile = ":ref:`default profile <mcli-profiles>`"
178178
mcli = "MongoDB CLI"
179179
mcli-long = "MongoDB Command Line Interface (``mongocli``)"
180-
mcli-version = "1.23.1"
180+
mcli-version = "1.24.1"
181181
mdbagent = "MongoDB Agent"
182182
mdbVersion = "5.0"
183183
mongosh = ":binary:`~bin.mongosh`"

source/configure/configuration-file.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2123
Configuration File Location
2224
---------------------------
2325

source/release-notes.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff 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

submodules/mongocli

0 commit comments

Comments
 (0)