|
1 | 1 | # Release notes for OpsCenter
|
2 | 2 |
|
| 3 | +# Release Notes for OpsCenter 6.8.45 |
| 4 | +17th June,2025 |
| 5 | + |
| 6 | +## Core |
| 7 | +* Added the `node_ips` option to monitor nodes for alerts. Setting this field limits alerts monitoring to the nodes specified in the list. For example: ["127.0.0.1","127.0.0.2"]. (OPSC-17644) |
| 8 | +* Enhanced Solr Core Retrieval and Configurable Solr Core Exclusion in Backups: (OPSC-17704) |
| 9 | + * Improved the Solr core fetching process to be more targeted.OpsCenter now optimizes the retrieval of Solr core information. Instead of fetching cores for all keyspaces and tables, OpsCenter now fetches only the cores associated with `selected keyspaces and tables`. This improves performance and reduces unnecessary data processing. |
| 10 | + * Added support for the `ignore_solr_resources` Boolean option in the `backup_service` section of the `opscenterd.conf` configuration file. When enabled, this option skips fetching `Solr core` information during backup creation, allowing for faster and more efficient backups. |
| 11 | +* Introduced the following enhancements to authentication configuration and user lockout management: (OPSC-15418) |
| 12 | + * Added the `permanent_lockout_limit` option to the `authentication` section of the `opscenterd.conf` configuration file. This option supports permanent user lockouts. You can configure the number of total failed login attempts before the system locks out the user permanently. By default, this option is disabled. |
| 13 | + * Introduced two new API endpoints to manage permanently locked out users: |
| 14 | + * `GET /users/permanent-lockouts`: This option retrieves a list of users who are permanently locked out. |
| 15 | + * `GET /users/**USERNAME**/reset-permanent-lockout`: This option resets the permanent lockout status of a specified user. Only administrators can perform this operation. |
| 16 | +* Added new options to the `authentication` section of `opscenterd.conf` to allow users to use `password_db` and `passwd_db` alias. (OPSC-17701) |
| 17 | +* Addressed an issue that could cause errors when saving user role password history with previously used credentials. OpsCenter now handles these cases gracefully, improving the reliability of user role management.(OPSC-17693) |
| 18 | +* Upgraded the `org.json:json` library to version `20230227`. (OPSC-17628 OPSC-17629) |
| 19 | + |
| 20 | +## Backup Service |
| 21 | +* Revised the compression process. OpsCenter now compresses only the differential SSTables when you sync a snapshot to a destination and enable compression. The system applies compression after the differential SSTable calculation, significantly reducing temporary storage usage and preventing temporary storage runout issues. (OPSC-17694) |
| 22 | + |
| 23 | +## UI |
| 24 | +* Provided the ability within the OpsCenter UI to generate diagnostics reports selectively for specific datacenters or nodes. This feature reduces the report size and improves performance when working with large clusters. (OPSC-17610) |
| 25 | + |
3 | 26 | # Release Notes for OpsCenter 6.8.44
|
4 | 27 | 25 April 2025
|
5 | 28 |
|
|
0 commit comments