Skip to content

Commit 333d872

Browse files
authored
Merge pull request #406 from Releem/release_1_20_0
Added 1.20 release
2 parents a5f20c2 + d01289d commit 333d872

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@ Releem releases
22
---
33
Information about releases of the Releem.
44

5-
Releem 1.19.9, 2025-01-31 ([What's New At Releem | January 2025](https://releem.com/blog/whats-new-at-releem-january-2025))
5+
Releem 1.20.0, 2025-03-30 ([What's New At Releem | April 2025](https://releem.com/blog/whats-new-at-releem-april-2025))
6+
- Added new New Events Section to track key MySQL events
7+
- Added MySQL Process List to spot long-running queries. Closes #332
8+
- Added Configuration History to compare different configurations. Closes #257
9+
- Added Index Incompatibility Detection for SQL Query Optimization
10+
- Added Embedded SQL Warnings for SQL Query Optimization
11+
- Added Fragmented Table Detection to the [Schema Checks](https://releem.com/blog/mysql-database-schema-checks#rec907599082). Closes #185
12+
- Fixed innodb_flush_method settings were incompatible with Windows servers. Closes #401
13+
- Fixed index corruption issue when using innodb_change_buffering with MariaDB. Closes #393
14+
- Improved performance on servers with many databases by optimizing how Releem queries database information. Closes #398
15+
- Improved Releem Score Calculation to make performance metrics more intuitive. Added documentation. Closes #198
16+
17+
Releem 1.19.9, 2025-01-31 ([What's New At Releem | February 2025](https://releem.com/blog/whats-new-at-releem-february-2025))
618
- Added automatic SQL Query Analytics collection
719
- Added threshold for how large the changes need to be to be recommended to the user. Closes #188
820
- Added additional periods to monitoring

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<a href="#security">Security</a> |
1414
<a href="https://releem.com/compare/mysqltuner">Compare MySQLTuner</a> |
1515
<a href="https://releem.com/sql-query-optimization">SQL Query Optimization</a> |
16+
<a href="https://releem.com/mysql-optimization-center">MySQL Optimization Center</a> |
1617
<a href="https://releem.com/blog">Blog</a>
1718
<br /><br />
1819
</p>
@@ -21,7 +22,7 @@
2122

2223
The present repository contains the source code of the **Releem Agent**.
2324

24-
[Releem](https://releem.com) is a MySQL Performance Management tool that makes managing and tuning database servers easy. Releem will assist you in MySQL configuration tuning, SQL query optimization and index management, query analytics and root cause analysis.
25+
[Releem](https://releem.com) is a MySQL performance monitoring tool that delivers consistent performance through continuous database profiling, configuration tuning, and SQL query optimization.
2526

2627
With Releem we are trying to bring top-notch experience in database performance management and save thousands of software engineers hours.
2728

@@ -55,7 +56,7 @@ With Releem we are trying to bring top-notch experience in database performance
5556
**Releem Customer Portal** - Web interface displays recommended configurations and current information about all MySQL servers with installed Releem Agent. It looks like this on the screenshot.
5657

5758
## Getting started with Releem
58-
The easiest way to get started with Releem is with [our managed service in the cloud](https://releem.com) and one step installation command. It takes up to 5 minutes to start monitoring your MySQL servers and get recommendations to improve performance.
59+
The easiest way to get started with Releem is with [our managed service in the cloud](https://releem.com) and one step installation command. It takes up to 5 minutes to start monitoring your MySQL servers and get recommendations to improve performance.
5960

6061
To start using Releem just sign up at [https://releem.com](https://releem.com/?utm_source=github&utm_medium=link&utm_campaign=signup#) and install Releem Agent on your server.
6162

@@ -110,4 +111,7 @@ You can help us by reporting problems, suggestions or contributing to the code.
110111

111112
### Report a problem or suggestion
112113

113-
Go to our [issue tracker](https://github.com/releem/mysqlconfigurer/issues) and check if your problem/suggestion is already reported. If not, create a new issue with a descriptive title and detail your suggestion or steps to reproduce the problem.
114+
Go to our [issue tracker](https://github.com/releem/mysqlconfigurer/issues) and check if your problem is already reported. If not, create a new issue with a descriptive title and detail your suggestion or steps to reproduce the problem.
115+
116+
If you have suggestions or want to discuss potential improvements, please visit our [Discussions](https://github.com/releem/mysqlconfigurer/discussions) page. We value your input and look forward to engaging with the community to enhance our product.
117+

0 commit comments

Comments
 (0)