I

InfluxDB

I
InfluxDB Database v1.13.1

v1.13.1

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) Adaptive TSI cache sizing: The series-id-set-cache-size cache can now grow and shrink itself between a configurable floor and ceiling based on the measured query hit rate, inste…

I
InfluxDB Database v3.11.2

v3.11.2 | 08-20-26

The following are some highlighted updates with the newest release for InfluxDB 3. Learn more via our full Release Notes. Updates Core Bug fixes Rows missing from queries during snapshot persistence: Each persist job now drops only the buffer chunk whose Parquet file it published. Previously, the first job of a snapshot to finish evicted every sibling chunk, so whole time ranges vanished from quer…

I
InfluxDB Database v3.11.3

v3.11.3 | 08-28-26

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 tha…

I
InfluxDB Database v3.9.13

v3.9.13 | 09-04-26

The following are some highlighted updates with the newest release for InfluxDB 3. Learn more via our full Release Notes. Updates Core Bug fixes Snapshot manifest skipped for an empty snapshot: Every snapshot sequence number now lands a manifest, including a snapshot with nothing to persist. Previously the manifest was skipped, leaving a permanent hole in the sequence. Consumers that walk the sequ…

I
InfluxDB Database v3.10.6

v3.10.6 | 09-04-26

The following are some highlighted updates with the newest release for InfluxDB 3. Learn more via our full Release Notes. Core Features --shutdown-timeout graceful shutdown bound: This new option (default 30s) caps how long the server waits for active connections to drain during shutdown before forcibly closing them. Set it to 0s to skip the drain. Bug fixes Crash loop migrating a catalog written…

I
InfluxDB Database v3.11.4

v3.11.4 | 09-04-26

The following are some highlighted updates with the newest release for InfluxDB 3. Learn more via our full Release Notes. Updates Core Bug fixes Overwrites in the write buffer resolved arbitrarily: Writes that repeat a series key and timestamp within one write buffer chunk now resolve to the last acknowledged write, in query results and in the persisted Parquet file. Previously the duplicate rows…

I
InfluxDB Database v1.13.0

v1.13.0

feat: Update go to 1.26.5 (#27564)

I
InfluxDB Database v1.13.0rc0

v1.13.0rc0: feat: add per-user write byte statistics (#27547)

Add a userwritebytes statistic, the write-path mirror of the shipped userquerybytes measurement, gated behind a new opt-in [http] user-write-bytes-enabled flag. When enabled, every v1, v2, and Prometheus remote write adds its request body bytes to a per-user counter, reported as one userwritebytes statistic per user, tagged with the user name, and visible through SHOW STATS and /debug/vars (admin-…

I
InfluxDB Database v3.10.0

v3.10.0 | 06-17-26

The following are some highlighted updates with the newest release for InfluxDB 3 Core and Enterprise. Learn more via our full Release Notes. InfluxDB 3 Core Updates Catalog v3: The on-disk catalog automatically migrates to a compact binary format (~5–6x smaller than v2) on first startup. Migration is automatic, idempotent, and crash-safe. Back up {prefix}/catalogs/ and {prefix}/_catalog_checkpoin…

I
InfluxDB Database v2.9.1

v2.9.1

In addition to the list of changes below, please also see the official release notes for other important information about this release. v2.9.1 [2026/05/11] Bug Fixes fix: level 3 compactions stop occurring by @gwossum in #27414 fix: split compaction queue depth from active running count (#27416) by @devanbenz in #27428 Maintenance feat: Update go to 1.25.10 by @devanbenz in #27430 OSS BINARY FILE…

I
InfluxDB Database v9.0

V2.9.0

In addition to the list of changes below, please also see the official release notes for other important information about this release. v2.9.0 [2026/05/01] Bug Fixes fde85a2: Update GPG and build influx_tools in build fd1751f: Update security group to use default one for vpc 95c7f17: Existing iterators in a would leak reference counts cff46ca: Return InfluxQL JSON marshaling errors correctly a4f0…