Skip to content

0.8.0

Latest
Compare
Choose a tag to compare
@tiangolo tiangolo released this 19 Feb 12:22
· 6 commits to master since this release

Features

Fixes

  • πŸ§‘β€πŸ”§ Replace correct value for 'htmlFor'. PR #1456 by @wesenbergg.

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