Skip to content

v1.46.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 20:52
2255790

Fixed

  • Fixed feedback submission failing with a 503 on Postgres: the rate-limiter upsert referenced request_count unqualified inside ON 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.