Features
- mTLS support: Add mutual TLS (mTLS) authentication for the HTTP, OpenTSDB, and subscriber services, including certificate reload on
SIGHUPand separate client and server certificate configuration. (#27534, #27543) - Adaptive TSI cache sizing: The
series-id-set-cache-sizecache can now grow and shrink itself between a configurable floor and ceiling based on the measured query hit rate, instead of staying at one fixed size. Configure it with the newseries-id-set-cache-max-size,series-id-set-cache-target-hit-rate, andseries-id-set-cache-shrink-conservatismsettings. Monitor it through the newtsi1_cacheSHOW STATSmeasurement. (#27480, #27552) hardening-enabled: Add ahardening-enabledconfiguration 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
-gzipCompressionLevelflag toinfluxd backupfor 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)
SHOW MEASUREMENTS: Support partial results when some shards are unavailable. (#27443)- 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, andEXPLAIN 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)
- Corrected several TSI compaction-planning and lock-contention issues. (#27146, #27123, #26649, #26647, #26432)
- Fixed authorizer leakage in
SHOWqueries. (#27196)
Notes
- This is identical code to InfluxDB OSS v1.13.0. Only the version number has changed.
| OSS BINARY FILES | SHA256 |
|---|---|
| influxdb-1.13.1_linux_amd64.tar.gz | a8a6e648f5271e3286bc965a2d321c86c6404afaa12ca4bf37c44303e0bf2f52 |
| influxdb-1.13.1_linux_arm64.tar.gz | ba984cf56eaaf37a5dba89173b82f98e56173751f039424d000ed3e5fe42c056 |
| influxdb-1.13.1_darwin_amd64.tar.gz | fafce38a9dc206edc8c54a8104eedfb14f737d5dc33f5fab5ef8950595f8fb0f |
| influxdb-1.13.1-windows_amd64.zip | 399dd9adc27e8ad455c7bb9dd44514f300e58bd719330c839c130db1b5fe23b3 |
| OSS UBUNTU AND DEBIAN PACKAGE FILES | SHA256 |
|---|---|
| influxdb_1.13.1-1_amd64.deb | 010367d3ea974d2172dda8992d338d991fc2d5f3ef8748db2409e986307a0780 |
| influxdb_1.13.1-1_arm64.deb | a9242c42d414207f3bae8d72c1387aab0f893f4cd41ec23701eede0207be7213 |
| OSS REDHAT & CENTOS PACKAGE FILES | SHA256 |
|---|---|
| influxdb-1.13.1.aarch64.rpm | 0d7eb40def11e56bf3c71b062f43a9311ed04f7fa4a98fd87604315eca1c6f84 |
| influxdb-1.13.1.x86_64.rpm | bbc09ab292a1935063f68d50ebafaf0e8a50ab42198768f9aeb3f8bb2e2168a0 |