v1.46.1
Fixed
- Fixed feedback submission failing with a 503 on Postgres: the rate-limiter upsert referenced
request_countunqualified insideON CONFLICT DO UPDATE, which Postgres rejects as ambiguous when the table is aliased by the query builder. Qualifying the references restores feedback delivery, and a Postgres-gated regression test covers the rate limiter path.