Merge branch 'master' into fix-dar-453-remove-trace
commit
505e27d952
|
@ -8,6 +8,30 @@ menu:
|
|||
weight: 101
|
||||
---
|
||||
|
||||
## v2.7.11 {date="2024-12-02"}
|
||||
|
||||
### Features
|
||||
|
||||
- Add startup logging on the percentage of shards opened.
|
||||
- Improve error messages and logging during shard opening.
|
||||
- Add additional logging when loading field set changes.
|
||||
- Add `--pid-file` option to write a PID file on startup.
|
||||
- Add `--storage-wal-flush-on-shutdown` to flush WAL on database shutdown.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Adds check for incompatible WAL formats during startup.
|
||||
- Changes to shard loading to improve maintainability of TSM code.
|
||||
- Hitting `vm.max_mmap_count` count no longer causes data to become unqueryable.
|
||||
|
||||
### Maintenance
|
||||
|
||||
- Minor user interface (UI) updates.
|
||||
- Update Go to 1.22.7.
|
||||
|
||||
|
||||
---
|
||||
|
||||
## v2.7.10 {date="2024-08-15"}
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -10,7 +10,7 @@ influxdb:
|
|||
- v1
|
||||
latest: v2.7
|
||||
latest_patches:
|
||||
v2: 2.7.10
|
||||
v2: 2.7.11
|
||||
v1: 1.11.8
|
||||
latest_cli:
|
||||
v2: 2.7.5
|
||||
|
|
Loading…
Reference in New Issue