What's Changed
- fix(logging): enhance error serialization in logs for better detail retention by @samanhappy in #700
- fix(smart-routing): harden embedding under low RPM limits and surface failures to users by @josepcrespo in #702
- fix(oauth): widen regex validation for scope, state, and code_challenge params by @geekdada in #704
- fix: enable trust proxy for correct HTTPS detection behind reverse proxies by @tempo22 in #706
- fix(vector-embeddings): prevent DB connection staleness, avoid redundant resync (fixes #695) by @josepcrespo in #705
- fix: replace hardcoded default admin password with random generation (CWE-1188) by @sebastiondev in #711
New Contributors
- @geekdada made their first contribution in #704
- @tempo22 made their first contribution in #706
- @sebastiondev made their first contribution in #711
Full Changelog: v0.12.9...v0.12.10