Skip to content

Bump github.com/grafana/loki/v3 from 3.6.3 to 3.7.1#45

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/grafana/loki/v3-3.7.1
Open

Bump github.com/grafana/loki/v3 from 3.6.3 to 3.7.1#45
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/grafana/loki/v3-3.7.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 2, 2026

Bumps github.com/grafana/loki/v3 from 3.6.3 to 3.7.1.

Release notes

Sourced from github.com/grafana/loki/v3's releases.

v3.7.1

3.7.1 (2026-03-26)

Bug Fixes

v3.7.0

3.7.0 (2026-03-26)

⚠ BREAKING CHANGES

  • engine: Make scheduler aware of total compute capacity (#19876)
  • parsed labels should not override structured metadata (#19991)
  • engine: Share worker threads across all scheduler connections (#20229)

Features

  • ability to send query context for limit enforcement (#19900) (1a66d2d)
  • add downscalePermittedFunc to check downscale is permitted (#20171) (c0c27b3)
  • add gauge to track in-flight bytes (#20091) (23ef8ec)
  • add histogram loki_dataobj_consumer_flush_duration_seconds (#20304) (5a5e90e)
  • add loki health command (#20313) (ef69cfd)
  • add metric to track flush failures (#20399) (ed4f27e)
  • Add new dataobj builder flush criteria (#20323) (498656b)
  • Add partition state to consumption lag metric (#19912) (91d4eb6)
  • add prepare downscale handler (#20007) (677b2ec)
  • add processed records metric (#20191) (333da73)
  • add race tolerance to query-tee (#20228) (014520a)
  • Add resolved policy to blocked and enforced label error (#19826) (48d13d1)
  • add segmentation keys and resolver (#19927) (c853f2c)
  • add support for cancelation to copy and sort (#20370) (6a8b879)
  • Add support for storing chunk deletion markers in object storage instead of local disk (#19689) (856c11d)
  • add support for UpdateRates RPC to distributors (#19918) (9018886)
  • Add UpdateRates RPC, update rates from the frontend, return no-op in the service (#19894) (e173cf4)
  • canary: Support passing arbitrary set of labels to use for the query (#17008) (993b3ae)
  • check partition state in parallel (#19884) (b8536aa)
  • Client side index gateway shuffle sharding (#20124) (326c7d1)
  • dataobj-consumer add processed bytes metric (#20303) (fba0c5d)
  • decouple dataobj consumers from the reader service (#20315) (c3e909d)
  • disambiguate metadata for better scans (#20245) (66fd9d8)
  • don't tee unsampled queries (#20306) (b975e48)
  • enable racing in the querytee (#20156) (23948c4)
  • Enable support for max, min, max_over_time, min_over_time for new engine (#19841) (b9a51f0)
  • engine: add regexp parser support for log queries (#20286) (5663f9c)
  • engine: delegate metastore queries to engine (#20189) (3a74fe7)
  • engine: implement strict and keepEmpty logfmt parsing (#19668) (01cab53)
  • goldfish: add endpoints for serving stored results (#19640) (e17ae2d)

... (truncated)

Changelog

Sourced from github.com/grafana/loki/v3's changelog.

Changelog

3.7.0 (2026-03-26)

⚠ BREAKING CHANGES

  • engine: Make scheduler aware of total compute capacity (#19876)
  • parsed labels should not override structured metadata (#19991)
  • engine: Share worker threads across all scheduler connections (#20229)

Features

  • ability to send query context for limit enforcement (#19900) (1a66d2d)
  • add downscalePermittedFunc to check downscale is permitted (#20171) (c0c27b3)
  • add gauge to track in-flight bytes (#20091) (23ef8ec)
  • add histogram loki_dataobj_consumer_flush_duration_seconds (#20304) (5a5e90e)
  • add loki health command (#20313) (ef69cfd)
  • add metric to track flush failures (#20399) (ed4f27e)
  • Add new dataobj builder flush criteria (#20323) (498656b)
  • Add partition state to consumption lag metric (#19912) (91d4eb6)
  • add prepare downscale handler (#20007) (677b2ec)
  • add processed records metric (#20191) (333da73)
  • add race tolerance to query-tee (#20228) (014520a)
  • Add resolved policy to blocked and enforced label error (#19826) (48d13d1)
  • add segmentation keys and resolver (#19927) (c853f2c)
  • add support for cancelation to copy and sort (#20370) (6a8b879)
  • Add support for storing chunk deletion markers in object storage instead of local disk (#19689) (856c11d)
  • add support for UpdateRates RPC to distributors (#19918) (9018886)
  • Add UpdateRates RPC, update rates from the frontend, return no-op in the service (#19894) (e173cf4)
  • canary: Support passing arbitrary set of labels to use for the query (#17008) (993b3ae)
  • check partition state in parallel (#19884) (b8536aa)
  • Client side index gateway shuffle sharding (#20124) (326c7d1)
  • dataobj-consumer add processed bytes metric (#20303) (fba0c5d)
  • decouple dataobj consumers from the reader service (#20315) (c3e909d)
  • disambiguate metadata for better scans (#20245) (66fd9d8)
  • don't tee unsampled queries (#20306) (b975e48)
  • enable racing in the querytee (#20156) (23948c4)
  • Enable support for max, min, max_over_time, min_over_time for new engine (#19841) (b9a51f0)
  • engine: add regexp parser support for log queries (#20286) (5663f9c)
  • engine: delegate metastore queries to engine (#20189) (3a74fe7)
  • engine: implement strict and keepEmpty logfmt parsing (#19668) (01cab53)
  • goldfish: add endpoints for serving stored results (#19640) (e17ae2d)
  • goldfish: mv comparison_status to db, add stats endpoint (#19698) (c22e05c)
  • Handle state change lock in prepare downscale (#20141) (de092da)
  • helm: nameOverride now passed through helm tpl function. (#19590) (7f56fd2)
  • helm: Add ability to toggle grpclb port for query frontend service (#19609) (9c4f022)
  • helm: Add startupProbe to distributor (#20073) (5b76589)
  • helm: allow configuration of service trafficDistribution parameter (#19558) (55f95e3)
  • helm: allow set topologySpreadConstraints on singleBinary (#19534) (265601f)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/grafana/loki/v3](https://github.com/grafana/loki) from 3.6.3 to 3.7.1.
- [Release notes](https://github.com/grafana/loki/releases)
- [Changelog](https://github.com/grafana/loki/blob/v3.7.1/CHANGELOG.md)
- [Commits](grafana/loki@v3.6.3...v3.7.1)

---
updated-dependencies:
- dependency-name: github.com/grafana/loki/v3
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants