Releases: Releem/mysqlconfigurer
Releases · Releem/mysqlconfigurer
1.22.7
Releem 1.22.7, 2026-01-31 (What's New At Releem | January 2026)
- Added recommendation filtering in Query Analytics. Closes #457
- Added the ability to disable schema checks.
- Added the ability to delete query recommendations
- Added Google authentication
- Updated Go and dependencies to the latest available versions
- Fixed critical and high CVEs
- Fixed the filtered field logic for queries performing full table scans. Closes #493
- Fixed duplicate entry error during multiple team member invitations. Closes #489
- Fixed index key size detection for InnoDB. Closes #487
- Fixed configuration application for RDS MariaDB. Closes #484
1.22.1
Releem 1.22.1, 2025-11-30 (What's New At Releem | November 2025)
- Added Export to CSV in the process list. Closes #437
- Added dark mode
- Added the ability to share a database server with other users. Closes #279
- Improved the recommended configuration apply flow
- Added history tracking for optimized query recommendations, showing which recommendations were applied
- Implemented minor UI improvements and new notifications
- Added initial configuration options
- Added a new event for high connection utilization
- Fixed innodb_buffer_pool_size recommendations by reducing the value when memory utilization is high. Closes #481
- Fixed an issue with index detection. Closes #475
1.22.0.4
Releem 1.22.0.4, 2025-10-31 (What's New At Releem | October 2025)
- Added Servers overview bar.
- Added tooltips for the Security Check icons on the dashboard. Closed #429
- Added Applying recommendations across all servers. Closed #452
- Added index recommendations for GROUP BY and ORDER BY columns. Closed #441
- Added GCP Cloud SQL support. Closed #259
- Fixed Releem can’t identify that database version was upgraded. Closed #408
- Fixed the server does not appear in the portal after starting the agent. Closed #411
- Optimized queries for collecting query examples, processes
- Fixed identifying of optimized queries. Closed #474
1.22.0
Releem 1.22.0, 2025-09-30 (What's New At Releem | September 2025)
- Added Deadlock monitoring. Closed #293
- Improved installation page for AWS RDS
- Redesigned weekly reports with extended information about the work done by Releem
- Fixed AWS Security hub flagged Releem Agent. Closed #415
- Added tooltips for the Security Check icons on the dashboard. Closed #429
- Added documentation on how to Install Releem Agent on EC2 instances. Closed #407
- Fixed Releem can’t identify that database version was upgraded. Closed #408
- Improved process of checking that installation was correct. Closed #409
- Fixed the server does not appear in the portal after starting the agent. Closed #411
- Fixed unnecessary restarts during the installation process. Closed #413
- Fixed Parameter links are returning 404. Closed #417
- Fixed Alerts High CPU utilization are super late. Closed #424
1.21.6
Releem 1.21.6, 2025-07-31 (What's New At Releem | July 2025)
- Added EXPLAIN and Example Query to the Query Analytics. Learn more
- Improved and simplified the installation process.
- Enhanced recommended index detection, even when created with a different name.
- Added baseline metrics collection for initial server configuration to compare with tuning results.
- Improved MySQL/MariaDB memory tuning.
- Added infrastructure to collect metrics in the EU.
- Enhanced weekly reports with Schema Checks
- Added AI-powered report on configuration impact.
- Introduced a new schema check for redundant indexes. Learn more
1.21.0
Releem 1.21.0, 2025-05-31 (What's New At Releem | May 2025)
- Added a configuration metrics comparison interface to monitor performance across various configurations.
- Added severity levels for security checks.
- Enhanced the dashboard design for a clearer display of the Releem Score, health checks, and security checks status.
- Added new security checks for anonymous users, blank passwords, username as passwords, and remote root login.
- Added MySQL variables type (dynamic or static) to indicate if a restart is required to apply configuration changes. Closed #385
- Added detection of recommended indexes with different names for query optimization.
1.20.0
Releem 1.20.0, 2025-03-30 (What's New At Releem | April 2025)
- Added new New Events Section to track key MySQL events
- Added MySQL Process List to spot long-running queries. Closes #332
- Added Configuration History to compare different configurations. Closes #257
- Added Index Incompatibility Detection for SQL Query Optimization
- Added Embedded SQL Warnings for SQL Query Optimization
- Added Fragmented Table Detection to the Schema Checks. Closes #185
- Fixed innodb_flush_method settings were incompatible with Windows servers. Closes #401
- Fixed index corruption issue when using innodb_change_buffering with MariaDB. Closes #393
- Improved performance on servers with many databases by optimizing how Releem queries database information. Closes #398
- Improved Releem Score Calculation to make performance metrics more intuitive. Added documentation. Closes #198
1.19.9
Releem 1.19.9, 2025-01-31 (What's New At Releem | January 2025)
- Added automatic SQL Query Analytics collection
- Added threshold for how large the changes need to be to be recommended to the user. Closes #188
- Added additional periods to monitoring
- Added support of arm64 for Releem Agent
- Added support of Percona XtraDB Cluster
- Added New Health Check Query Truncation status which identifies truncated queries in Query analytics.
- Added checks for duplicated servers to prevent mixing metrics from servers with the same name.
- Added export of query analytics to CSV. Closes #384
- Added special screen to teach new users how to use product features
- Improved query analytics and now it depends on selected period, users can see queries executed in selected period. Closes #318
- Improved Releem Expert System that checks consistency of configuration before recommendation to prevent incorrect recommendations
- Improved analysis for queries including functions on indexed columns
- Improved detection of conditions comparing two columns of the same table
- Fixed Latency calculation. Closes #391
- Fixed health check"Table Definition Cache Hit Rate" drops to 0%. Closes #390
- Improved open_files_limit recommendation for AWS RDS. Closes #389
- Fixed Releem Agent was stopped unexpectedly. Closes #368
1.19.8
Releem 1.19.8, 2024-12-31 (What's New At Releem | December 2024)
- Added automatic index detection and impact tracking.
- Added one-click configuration updates for AWS RDS. Closes #320
- Released Releem Agent for Windows. Closes #207
- Improved latency calculation by recalculating latency every minute based on the latest queries. Closes #266
- Improved InnoDB log file size recommendations. Closes #312
- Fixed formatting errors in SQL query recommendations. Closes #358
- Fixed
innodb_log_file_sizebeing too large. Closes #367 - Fixed high memory usage of Releem Agent on servers with thousands of tables. Closes #376
- Fixed the
query_optimizationparameter not affecting the collection of query optimization information using the "Load Data" button. Closes #379 - Fixed adjusting suggestions to new memory limit faster. Closes #232
1.19.5
Releem 1.19.5, 2024-10-31
- Added Schema Checks. Closes #324
- Added security check for database end-of-life (EOL).
- Improved SQL query optimization reports.
- Fixed MySQL root user password being stored in web cache. Closes #321
- Fixed MySQL restart termination. Closed #330
- Fixed changed logs path. Closes #337
- Fixed SQL query optimization error due to
sql_mode=only_full_group_by. Closes #363 - Fixed index creation error. Closes #362