feat(proxy): unify savings attribution across stats, perf, metrics, and dashboard

Changelog-only correction. The work shipped in commit 31452426 via PR #2976
but is absent from the generated CHANGELOG, because that commit's subject
carried no Conventional Commit type:

  Unify savings attribution across stats, perf, metrics, and dashboard

release-please rejects it with `unexpected token ' ' at 1:6` -- Unify is five
characters, so position six is a space where the parser requires an opening
parenthesis, a bang, or a colon. An unparseable commit is skipped silently, so
the feature reached users with no changelog entry.

This empty commit restores the entry. It changes no code; 31452426 remains the
commit that carries the change.

PR #3063 added a Conventional Commit gate on PR titles so this cannot recur:
the repo squash-merges, so the PR title becomes the subject on main, and
commitlint could never catch it because it lints the commits inside a PR
rather than the title that replaces them.

Refs: #2976
This commit is contained in:
Tejas Chopra 2026-08-16 20:14:18 -07:00
parent cbb950a441
commit 1b0b0b89a4

Diff content is not available