maintain ChangeLog

This commit is contained in:
Rainer Gerhards 2026-01-24 12:41:04 +01:00
parent bbd46a3bf5
commit 976bf768bb
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499

View File

@ -2,6 +2,14 @@
Scheduled Release 8.2602.0 (aka 2026.02) 2026-12-?? Scheduled Release 8.2602.0 (aka 2026.02) 2026-12-??
- overall improved documentation via a large set of topic updates. - overall improved documentation via a large set of topic updates.
- 2026-01-24: imfile: add inotify fallback rescans on watch limits
Graceful degradation when watch limits are reached avoids a hard stop
and keeps logs flowing in constrained environments.
Inotify watch setup now marks limit hits and schedules retry scans.
Fallback scans re-walk the tree and rearm missing watches, then
disable fallback once all watches are active.
The fallback interval is configurable and bounded to avoid overflow.
Docs add the new parameter and clarify watch-limit behavior.
- 2026-01-20: impstats/dynstats: add opt-in state persistence - 2026-01-20: impstats/dynstats: add opt-in state persistence
Operators want dynstats to survive restarts for consistent metrics and Operators want dynstats to survive restarts for consistent metrics and
smoother observability in containers and rolling deploys. smoother observability in containers and rolling deploys.