Skip to content

0.9.0

Latest

Choose a tag to compare

@tiangolo tiangolo released this 08 Dec 19:14

Features

Fixes

  • 🐛 Fix EMAILS_FROM_NAME type to be str instead of EmailStr. PR #1940 by @martin0258.
  • 🐛 Fix parse_cors function to be consistent for both empty string and empty list. PR #1672 by @rolkotaki.
  • 🐛 Close sidebar drawer on user selection. PR #1515 by @dtellz.
  • 🐛 Fix required password validation when editing user fields. PR #1508 by @jpizquierdo.

Refactors

  • ♻️ Update password max length. PR #1447 by @michaelAlvarino.
  • 🚚 Move backend tests outside the app directory. PR #1862 by @YuriiMotov.
  • ✨ Add ImportMetaEnv and ImportMeta interfaces for Vite environment variables. PR #1860 by @alejsdev.
  • 🔧 Update tsconfig.json and fix errors. PR #1859 by @alejsdev.
  • ♻️ Remove disabled attribute from Save button in ChangePassword component. PR #1844 by @alejsdev.
  • 👷🏻‍♀️ Update CI for client generation. PR #1573 by @alejsdev.
  • ♻️ Remove redundant field in inherited class. PR #1520 by @tzway.
  • 🎨 Add minor UI tweaks in Skeletons and other components. PR #1507 by @alejsdev.
  • 🎨 Add minor UI tweaks. PR #1506 by @alejsdev.

Upgrades

Docs

Internal