Download Latest Version v3.11.4 _ 09-04-26 source code.zip (6.0 MB) Google Add to Preferred Sources
Home / v3.11.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-09-04 1.7 kB
v3.11.3 _ 08-28-26 source code.tar.gz 2026-09-04 4.9 MB
v3.11.3 _ 08-28-26 source code.zip 2026-09-04 6.0 MB
Totals: 3 Items   10.8 MB 0

The following are some highlighted updates with the newest release for InfluxDB 3. Learn more via our full Release Notes.

Updates

Core

No adjustments in this release. Core remains on v3.11.2.

Enterprise

All Core updates are included in Enterprise. Additional Enterprise-specific updates:

Features

  • Read run-set indexes written by later releases: The compactor now reads the v3 run-set index format that later releases write, so you can roll back to v3.11.3 from a release that writes v3 indexes without leaving unreadable indexes behind.

Bug fixes

  • Missing rows from an OR predicate against a file index: File pruning now applies to an OR only when both sides resolve against the index, and otherwise falls back to scanning all files. Previously, when one side referenced a column that the index doesn't cover, the query kept only the files that matched the resolved side, so rows that matched only through the uncovered side were dropped from the results.
  • Deferred snapshot recovery makes no progress on a busy cluster: The new --recover-deferred-snapshots-in-flight-limit option raises the per-node in-flight snapshot limit that gates --recover-deferred-snapshots. The limit was previously fixed at three, so on a cluster whose ingest nodes snapshot faster than compaction completes batches, recovery never ran. The default is unchanged.
  • Other bug fixes and performance improvements
Source: README.md, updated 2026-09-04