Audit events are never lost under load, stuck session starts stop retrying forever, and the app is faster.
Fixed
- Audit events that hit database lock contention are retried with backoff instead of being dropped.
- A session start whose repository clone fails now stops after its retry limit instead of retrying forever.
Improved
- Faster page loads and API responses: cached git reads, fewer browser preflight requests, fewer repeated queries, and smaller payloads.
What's Changed
- chore(release): VERSION → 0.13.35 [skip ci] by @github-actions[bot] in #7798
- chore(release): staging VERSION → 0.13.35 [skip ci] by @github-actions[bot] in #7799
- perf: latency sweep — git read cache, edge CORS preflights, N+1s, payloads, waterfalls by @markokraemer in #7796
- fix(audit): requeue contended writes instead of dropping them by @markokraemer in #7805
- fix(api): create_session drain finalizes a throw instead of retrying forever by @markokraemer in #7803
- Promote main eed7a41 to staging (v0.13.35) by @markokraemer in #7809
- Release v0.13.35 — Audit events are never lost, and stuck session starts stop retrying by @github-actions[bot] in #7810
Full Changelog: v0.13.34...v0.13.35