commit
47d27a5b87
|
@ -8,6 +8,20 @@ menu:
|
||||||
weight: 101
|
weight: 101
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## v2.7.8 {date="2024-07-25"}
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Prevent an infinite loop in write path.
|
||||||
|
- Fix `range()` filter behavior for timestamps before 1970-01-01 (UNIX time 0).
|
||||||
|
- Update to latest `influxdb-templates`.
|
||||||
|
|
||||||
|
### Maintenance
|
||||||
|
|
||||||
|
- Update user interface (UI) with various improvements.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## v2.7.7 {date="2024-07-12"}
|
## v2.7.7 {date="2024-07-12"}
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
@ -21,7 +21,7 @@ influxdb:
|
||||||
- v1.7
|
- v1.7
|
||||||
latest: v2.7
|
latest: v2.7
|
||||||
latest_patches:
|
latest_patches:
|
||||||
v2: 2.7.7
|
v2: 2.7.8
|
||||||
v1: 1.8.10
|
v1: 1.8.10
|
||||||
latest_cli:
|
latest_cli:
|
||||||
v2: 2.7.5
|
v2: 2.7.5
|
||||||
|
|
Loading…
Reference in New Issue