Skip to content

Commit 68fb311

Browse files
authored
Merge branch 'master' into feat-influxdb3-cli-updates
2 parents cf092cf + ccf9f78 commit 68fb311

File tree

4 files changed

+3638
-3
lines changed

4 files changed

+3638
-3
lines changed

content/influxdb3/clustered/reference/release-notes/clustered.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,44 @@ directory. This new directory contains artifacts associated with the specified r
6161

6262
---
6363

64+
## 20250707-1777929 {date="2025-07-07"}
65+
66+
### Quickstart
67+
68+
```yaml
69+
spec:
70+
package:
71+
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20250707-1777929
72+
```
73+
74+
#### Release artifacts
75+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20250707-1777929/app-instance-schema.json)
76+
- [example-customer.yml](/downloads/clustered-release-artifacts/20250707-1777929/example-customer.yml)
77+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
78+
79+
80+
### Highlights
81+
82+
#### Database rename and undelete
83+
84+
Databases can now be renamed and undeleted with [influxctl v2.10.2](/influxdb3/clustered/reference/release-notes/influxctl/#v2102) or later.
85+
86+
#### Table delete and list
87+
88+
Tables can now be deleted and listed with [influxctl v2.10.2](/influxdb3/clustered/reference/release-notes/influxctl/#v2102) or later.
89+
90+
#### Faster ingester recovery
91+
92+
Persist queue workers now scale up when the queue is saturated to allow ingesters to get through the backlog quickly and restore write availability.
93+
94+
### Changes
95+
96+
#### Database Engine
97+
98+
- Update DataFusion to `47` and Apache Arrow to `55`.
99+
100+
---
101+
64102
## 20250618-1758428 {date="2025-06-18"}
65103

66104
### Quickstart

content/shared/influxdb3-get-started/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,10 @@ InfluxDB 3 Enterprise licenses:
386386
{{% /show-in %}}
387387

388388
> [!Tip]
389-
> #### Use the InfluxDB 3 Explorer query interface (beta)
389+
> #### Use the InfluxDB 3 Explorer query interface
390390
>
391-
> You can complete the remaining steps in this guide using InfluxDB 3 Explorer
392-
> (currently in beta), the web-based query and administrative interface for InfluxDB 3.
391+
> You can complete the remaining steps in this guide using InfluxDB 3 Explorer,
392+
> the web-based query and administrative interface for InfluxDB 3.
393393
> Explorer provides visual management of databases and tokens and an
394394
> easy way to write and query your time series data.
395395
>

0 commit comments

Comments
 (0)