InfluxDB 2.7.8
parent
154b9a2e38
commit
7df2059eb8
|
|
@ -8,6 +8,16 @@ menu:
|
|||
weight: 101
|
||||
---
|
||||
|
||||
## v2.7.8 {date="2024-07-25"}
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Prevent an infinite loop in `measurementFieldSetChangeMgr`.
|
||||
- Prevent `Store.validateArgs` from wrongfully overwriting start and end Unix
|
||||
times.
|
||||
|
||||
---
|
||||
|
||||
## v2.7.7 {date="2024-07-12"}
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ influxdb:
|
|||
- v1.7
|
||||
latest: v2.7
|
||||
latest_patches:
|
||||
v2: 2.7.7
|
||||
v2: 2.7.8
|
||||
v1: 1.8.10
|
||||
latest_cli:
|
||||
v2: 2.7.5
|
||||
|
|
|
|||
Loading…
Reference in New Issue