Skip to content

Commit 23dbcce

Browse files
authored
Merge pull request #5566 from influxdata/ga-enterprise-1.11.6
2 parents 92e8167 + 0d728a2 commit 23dbcce

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

content/enterprise_influxdb/v1/about-the-project/release-notes.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,37 @@ InfluxDB Enterprise builds are available. For more information, see
1919
[FIPS-compliant InfluxDB Enterprise builds](/enterprise_influxdb/v1/introduction/installation/fips-compliant/).
2020
{{% /note %}}
2121

22+
## v1.11.6 {date="2024-08-02"}
23+
24+
### Bug Fixes
25+
26+
- Prevent retention service from hanging, which could lead to a failure to remove old shards.
27+
- Fix shard precreation service to pre-create shards for more than the first database.
28+
- Fix issues with remote iterators caused by floating point literals being rounded in a way that causes precision loss and can drastically change the result.
29+
This impacts InfluxQL statements that require creating remote iterators.
30+
Clusters with replication across all data nodes are unlikely to see this issue.
31+
The additional visible changes of this fix include:
32+
- Changes precision of floating point numbers in error messages related to InfluxQL.
33+
- Changes precision of floating point numbers in "EXPLAIN" and "EXPLAIN ANALYZE" output.
34+
- Changes precision of floating point numbers from InfluxQL expressions included in tracing spans.
35+
- Fix panic when empty tags are queried.
36+
- Fix `influx_inspect` error when deleting last measurement.
37+
- Improve TSM error handling.
38+
39+
### Other
40+
41+
- Upgrade Flux to v0.194.5.
42+
- Upgrade Go to 1.21.10.
43+
- Upgrade `protobuf` library.
44+
45+
---
46+
2247
## v1.11.5 {date="2024-02-14"}
2348

2449
{{% note %}}
2550
#### Upgrading from InfluxDB Enterprise v1.11.3
2651

27-
If upgrading from InfluxDB Enterprise v1.11.3 to {{< latest-patch >}}, you can
52+
If upgrading from InfluxDB Enterprise v1.11.3+ to {{< latest-patch >}}, you can
2853
now configure whether or not InfluxDB compacts series files on startup using the
2954
[`compact-series-file` configuration option](/enterprise_influxdb/v1/administration/configure/config-data-nodes/#compact-series-file)
3055
in your [InfluxDB Enterprise data node configuration file](/enterprise_influxdb/v1/administration/configure/config-data-nodes/).

data/products.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ enterprise_influxdb:
113113
- v1.7
114114
latest: v1.11
115115
latest_patches:
116-
v1: 1.11.5
116+
v1: 1.11.6
117117

118118
flux:
119119
name: Flux

0 commit comments

Comments
 (0)