You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
mTLS support: Add mutual TLS (mTLS) authentication for the HTTP, OpenTSDB, and subscriber services, including certificate reload on SIGHUP and separate client and server certificate configuration. (#27534, #27543)
hardening-enabled: Add a hardening-enabled configuration option that restricts Flux HTTP requests to public addresses, mitigating server-side request forgery (SSRF). Disabled by default to preserve existing behavior. (#27488)
Backup compression: Add a -gzipCompressionLevel flag to influxd backup for trading compression ratio against speed. (#27293)
Broader config value formats: Size and duration configuration settings now accept a wider range of human-readable input formats, while remaining compatible with all previously accepted values. (#27376)
Operational visibility: Failed and slow queries, per-user query and write byte statistics (opt-in), the remote host and user in query logs, compaction planning statistics, continuous query diagnostics, and TSM file-store merge metrics are now available through SHOW STATS, /debug/vars, and EXPLAIN ANALYZE. (#27536, #27547, #27188, #27528, #26981, #27523, #26874, #26615, #26624)
Bug Fixes
Fixed a potential deadlock and reduced lock contention between compactions and hot query reads in the TSM file store by splitting its single lock into separate fast and slow paths. (#27501)