|
5 | 5 |
|
6 | 6 | *Released 2024-12-05*
|
7 | 7 |
|
| 8 | +Improvements |
| 9 | +````````````` |
| 10 | + |
| 11 | +- Updates the {+mdbagent+} to :ref:`108.0.2.8729-1 <mongodb-108.0.2.8729-1>`. |
| 12 | +- Adds support for |bic-full| 2.14.19. |
| 13 | +- Adds {+mdbagent+} support for Ubuntu 24.04 on x86_64 and ARM architectures. |
| 14 | +- Adds support for deploying |onprem| on Ubuntu 24.04 on x86_64 and ARM architectures. |
8 | 15 | - Updates the password hashing algorithm to ``pbkdf2``. Old passwords are migrated
|
9 | 16 | automatically without any user impact. New passwords cannot exceed 256
|
10 | 17 | characters. Users with passwords longer than 256 characters must migrate their passwords.
|
11 | 18 | - Adds a new custom configuration :setting:`mms.user.passwordHashIterations`.
|
12 | 19 | to dynamically modify the number of iterations for the hashing algorithm.
|
13 | 20 | - Adds the following fields to the :ref:`snapshot APIs <snapshots-api>`:
|
14 | 21 | ``machineId``, ``name``, ``completedTime``, ``fcv``, and ``replicaState``.
|
| 22 | +- Adds ability to cancel a failed queryable restore for sharded clusters. |
| 23 | + |
| 24 | + |
| 25 | +Bug Fixes |
| 26 | +``````````` |
| 27 | + |
| 28 | +Fixes the following issues: |
15 | 29 |
|
| 30 | +- User invite API didn't respect the :setting:`mms.user.bypassInviteForExistingUsers` settings. |
| 31 | +- Deployments from deleted groups caused MongoDB version validation to fail and prevented the |onprem| upgrade. |
| 32 | +- Arbiter nodes caused the :guilabel:`Edit Namespace filter` option in the UI to not be visible. |
| 33 | +- Topology change requests couldn't be processed when backup wasn't enabled. |
| 34 | +- The {+mdbagent+} couldn't download the correct |bic-full| versions on certain platforms. |
| 35 | +- When deploying |onprem| in hybrid mode, ``.tmp`` files could be left behind unintentionally. |
| 36 | +- The {+mdbagent+} could incorrectly report that goal state was reached |
| 37 | + while encountering a transient error. |
16 | 38 |
|
17 | 39 | .. _opsmgr-server-8.0.1:
|
18 | 40 |
|
|
75 | 97 | - Supports parsing multiple certificates, or a chain, from PEM
|
76 | 98 | files for |s3| backup store configuration.
|
77 | 99 | - Adds additional snapshot history metadata for block tracking,
|
78 |
| - incrementality for data and indexes, transfer speed, and duration in the |
| 100 | + incremental updates for data and indexes, transfer speed, and duration in the |
79 | 101 | :guilabel:`Admin` interface and :guilabel:`Diagnostic Archive`.
|
80 | 102 | - Adds additional snapshot metrics to the snapshot summary table.
|
81 | 103 | - Adds ability to track restore block download performance.
|
|
0 commit comments