Loki | v3.7.0

Loki v3.7.0 released on 26-03-2026


Loki v3.7.0 is out now. Operators and users will see scheduler, parsing and threading changes that can alter query and ingest behaviour.

See the release on GitHub for the full notes and upgrade guidance: grafana/loki v3.7.0.

What’s in this release

  • Breaking changes to the engine scheduler: it is now aware of total compute capacity, parsed labels no longer override structured metadata, and worker threads are shared across all scheduler connections.
  • Query engine and query-tee enhancements: query context for limit enforcement, a regexp parser for log queries, support for max/min and time-aggregation functions, segmentation keys/resolver, and multiple query-tee improvements (race tolerance, enable racing, query splitting and header forwarding).
  • Storage and observability updates: dataobj partitioning by segmentation key, chunk deletion markers written to object storage, decoupled dataobj consumers, and new metrics (in-flight bytes, processed bytes/records, flush-failures and a flush-duration histogram).

Upgrade notes

  • Three explicit breaking changes mean you should review scheduler-related configuration, label parsing and relabel rules, and test upgrades in staging to observe any behavioural changes in query or ingest scheduling and label processing.
  • If the upgrade causes problems in production, roll back to your previous deployed version and investigate the scheduler and parsing changes in a controlled environment before retrying.

Share any comments on your experience upgrading or report issues you encounter so others can learn from the upgrade path.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes