Releases
0.8.0
Features
Fixes
Refactors
β»οΈ Redirect the user to login
if we get 401/403. PR #1501 by @alejsdev .
π Refactor reset password test to create normal user instead of using super user. PR #1499 by @alejsdev .
β»οΈ Replace email types from str
to EmailStr
in config.py
. PR #1492 by @jpizquierdo .
π§ Remove unused context from router creation. PR #1498 by @alejsdev .
β»οΈ Remove redundant item deletion code leveraging cascade delete. PR #1481 by @nauanbek .
βοΈ Fix a couple of spelling mistakes. PR #1485 by @rjmunro .
π¨ Move prefix
and tags
to routers. PR #1439 by @patrick91 .
β»οΈ Remove modify id script in favor of openapi-ts config. PR #1434 by @patrick91 .
π· Improve Playwright CI speed: sharding (parallel runs), run in Docker to use cache, use env vars. PR #1405 by @tiangolo .
β»οΈ Add PaginationFooter component. PR #1381 by @saltie2193 .
β»οΈ Refactored code to use encryption algorithm name from settings for consistency. PR #1160 by @sameeramin .
π Enable logging for email utils by default. PR #1374 by @ihmily .
π§ Add ENV PYTHONUNBUFFERED=1
to log output directly to Docker. PR #1378 by @tiangolo .
π‘ Remove unnecessary comment. PR #1260 by @sebhani .
Upgrades
β¬οΈ Update Dockerfile to use uv version 0.5.11. PR #1454 by @alejsdev .
Docs
π Removing deprecated manual client SDK step. PR #1494 by @chandy .
π Update Frontend README.md. PR #1462 by @getmarkus .
π Update frontend/README.md
to also remove Playwright when removing Frontend. PR #1452 by @youben11 .
π Update deployment.md
, instructions to install GitHub Runner in non-root VMs. PR #1412 by @tiangolo .
π Add MailCatcher to development.md
. PR #1387 by @tobiase .
Internal
You canβt perform that action at this time.