|
1 | 1 | # Release Notes - v2.9.0 |
2 | 2 |
|
3 | | -**Date**: 2026-06-15 |
| 3 | +**Date**: 2026-06-27 |
4 | 4 |
|
5 | 5 | ## 📝 Executive Summary |
6 | 6 |
|
7 | 7 | ```text |
8 | | -2.9.0 2026-06-15 |
| 8 | +2.9.0 2026-06-27 |
9 | 9 |
|
10 | 10 | - chore: automated project metadata update |
11 | 11 | - chore: remove execution.log from git repository and sync docs |
|
17 | 17 | - test: add unit test for remote host physical memory detection and validation (issue #796). |
18 | 18 | - test: add unit test for temptable output formatting in Total buffers. |
19 | 19 | - ci: optimize pre-commit hook to only run unit tests when code, tests, or dependencies are modified. |
| 20 | +- chore(build): allow build scope in compliance auditor |
| 21 | +- chore(build): rewrite dev_sync and doc_sync in Perl for consistency |
20 | 22 | - chore(deps): update devops-infra/action-commit-push digest to fa0c793 (#929) |
21 | 23 | - chore(deps): update shogo82148/actions-setup-mysql digest to 076e636 (#930) |
22 | 24 | - chore(main): add roadmap to the whitelist of allowed scopes in compliance checks. |
| 25 | +- chore(main): hide hostname, ssl, and replication warnings on localhost (#933) |
23 | 26 | - chore(main): whitelist deps and system commit scopes in check_compliance.pl to support Dependabot and host metrics commits. |
24 | 27 | - feat(cli): create an agent-ready output format (JSON/YAML) so that MySQLTuner can be easily integrated by AI agents. |
25 | 28 | - feat(cli): resolve remote memory, socket override, and temptable sizing issues |
|
81 | 84 |
|
82 | 85 | ## 🛠️ Internal Commit History |
83 | 86 |
|
| 87 | +- chore(build): allow build scope in compliance auditor (2bba15f) |
| 88 | +- chore(build): rewrite dev_sync and doc_sync in Perl for consistency (645c3d9) |
| 89 | +- chore(main): hide hostname, ssl, and replication warnings on localhost (#933) (4f3e70e) |
| 90 | +- docs: regenerate release notes (be838ab) |
84 | 91 | - docs: regenerate release notes (389c4ad) |
85 | 92 | - docs: regenerate release notes (d424fae) |
86 | 93 | - docs: regenerate release notes (1575463) |
|
0 commit comments