docs/sources/release-notes/v2-7.md
Grafana Labs is excited to announce the release of Loki 2.7. Here's a summary of new enhancements and important fixes:
label_format fields __timestamp__ and __line__.fifocache has been renamed The in-memory fifocache has been renamed to embedded-cache. Check upgrade guide for more detailslambda-promtail now supports Kinesis data stream eventsFor a full list of all, look at the CHANGELOG.
As always, please read the upgrade guide before upgrading Loki.
cri tags ending on the same stream.userdata field (from Windows Event Log) being scraped incorrectly.vector() function producing wrong timestamp./scheduler/ring endpoint is requested with scheduler ring disabled.Details().startTime and endTime of a delete request were equal.--version command that showed an incorrect version information.pattern and regexp parsers where missing or empty parameters for these parsers caused panics.X-Scope-OrgID header like so tenant-a|tenant-b.Add single compactor http client for delete and gennumber clients. This fixes a bug caused by the accidental introduction of different HTTP clients for compactor and gennumber operations that resulted in 404s when only the gennumber middlewares were enabled:
level=error ts=2022-10-18T14:13:41.598649348Z caller=delete_requests_client.go:211 msg="error getting delete requests from the store" err="unexpected status code: 404"
ts=2022-10-18T14:13:41.598697295Z caller=spanlogger.go:80 user=application level=error msg="failed loading deletes for user" err="unexpected status code: 404"
Change default deletion mode to filter-only on account of the bug (see below).
filter-only until this bug has been addressed.