InfluxDB 2.7.8 release notes

pull/5537/head
Gunnar Aasen 2024-07-26 10:42:35 -07:00
parent 897fb86405
commit 58113fa541
1 changed files with 7 additions and 3 deletions

View File

@ -12,9 +12,13 @@ weight: 101
### Bug Fixes
- Prevent an infinite loop in `measurementFieldSetChangeMgr`.
- Prevent `Store.validateArgs` from wrongfully overwriting start and end Unix
times.
- 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.
---