Skip to content

v0.5.3

Choose a tag to compare

@alrcatraz alrcatraz released this 14 Aug 15:13
· 12 commits to main since this release
v0.5.3
e9129ad

Fixes

  • PG upserts qualify RHS columns; quota timestamps widened to bigint
  • DeepSeek quota fetcher bypasses 60s cache when forced
  • Combo-health: quote CTE aliases, point routing stats at usage_history
  • Cache health & circuit-breaker reads async-ified, health route hardened

Full commits

  • e9129ad chore(version): bump to 0.5.3
  • b1a55e8 fix(health): async-ify cache health and circuit-breaker reads, harden health route
  • 7a89a30 fix(health): quote CTE aliases in combo-health and point routing stats at usage_history
  • d89e855 fix(usage): thread force through deepseek quota fetcher to bypass 60s cache
  • e016607 fix(db): qualify RHS columns in PG upserts and widen quota timestamps to bigint