v0.2.2
What's Changed
fixes
- fixed page-load stalls caused by setup-state checks hitting SQLite during request middleware.
- reduced event loop blocking by caching setup/auth state used during request handling.
- fixed N+1 database queries during history/media enrichment.
- fixed history monitor test regressions after the bulk query optimization.
deps updates
- Bump sqlalchemy from 2.0.50 to 2.0.51 by @dependabot[bot] in #12
- Bump apscheduler from 3.11.0 to 3.11.2 by @dependabot[bot] in #11
- Bump prometheus-client from 0.22.1 to 0.25.0 by @dependabot[bot] in #10
- Bump alembic from 1.16.5 to 1.18.4 by @dependabot[bot] in #8
- Bump uvicorn from 0.35.0 to 0.49.0 by @dependabot[bot] in #9
Full Changelog: v0.2.1...v0.2.2