What's Changed
Features
- Added TLS/SSL configuration support for database connections (MySQL, PostgreSQL, MariaDB, ClickHouse), including a dedicated TLS form and utilities for certificate handling.
- Introduced environment and tag metadata fields for connections, with updated UI controls and i18n support across all locales.
Improvements
- Refined connection UI: metadata fields now render in stacked radio rows; TLS sections (especially for ClickHouse) are collapsed by default to reduce clutter.
- Improved i18n coverage and consistency for data source labels, connection metadata, and settings—updated English, Spanish, Japanese, and Chinese translations.
- Hidden unused UI elements in Docker deployments to streamline the interface for containerized environments.
Fixes
- Fixed connection password handling: resolved issues with saving and testing passwords during connection setup and validation.
- Ensured Mermaid diagram fullscreen dialogs now properly fill the entire viewport.
Internal
- Updated dependencies:
qs(v6.15.0 → v6.15.2) andtmp(v0.2.5 → v0.2.6) for improved security and stability.