john
john
🔧 Feature: Config History Cleanup with Retention Setting 💡 Background The his_config_info table records every configuration change, and it can grow rapidly in production environments (millions of rows). Without a...
## What does this PR do? This PR fixes issue #13538 by restoring the `config_info_beta` table definition in `mysql-schema.sql`. This prevents false error logs reporting "master db xxx.xxx.xxx.xxx down" when...
feat: format imports and finalize MetadataServiceV2 implementation - Format import statements using imports-formatter with three distinct blocks - Ensure proper separation of standard library, third-party, and internal packages - Finalize...
## Summary This PR resolves CI failures and improves code quality issues found in PR #375, while preserving the important performance optimizations. ## Changes Made - ✅ Fixed go.mod version...