3.4.5 — 2025-07-24¶
← 3.5.0 | 3.4.4 → | ↑ 3.x series
Improvements¶
Configuration Template Enhancements¶
- Improved Readability - Enhanced ElasticsearchAPMConfig size fields to use human-readable string values instead of
raw bytes
- Changed
API_REQUEST_SIZEfrom768 * 1024to"768kb"for better configuration clarity - Changed
LOG_FILE_SIZEfrom50 * 1024 * 1024to"50mb"for improved readability
- Changed
- Configuration Clarity - Updated size-related configuration fields to use standard size notation (kb, mb) making configuration files more intuitive and easier to understand
Bug Fixes¶
- Code Cleanup - Removed redundant files to improve project structure and reduce maintenance overhead