Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.8.0 source code.tar.gz | 2025-02-19 | 725.6 kB | |
0.8.0 source code.zip | 2025-02-19 | 814.4 kB | |
README.md | 2025-02-19 | 7.4 kB | |
Totals: 3 Items | 1.5 MB | 0 |
Features
- 🛂 Migrate to Chakra UI v3 . PR #1496 by @alejsdev.
- ✨ Add private, local only, API for usage in E2E tests. PR #1429 by @patrick91.
- ✨ Migrate to latest openapi-ts. PR #1430 by @patrick91.
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
toEmailStr
inconfig.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
andtags
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
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
- 🔧 Configure path alias for cleaner imports. PR #1497 by @alejsdev.
- Bump vite from 5.0.13 to 5.4.14 in /frontend. PR #1469 by @dependabot[bot].
- ⬆ Bump astral-sh/setup-uv from 4 to 5. PR #1453 by @dependabot[bot].
- ⬆ Bump astral-sh/setup-uv from 3 to 4. PR #1433 by @dependabot[bot].
- ⬆ Bump tiangolo/latest-changes from 0.3.1 to 0.3.2. PR #1418 by @dependabot[bot].
- 👷 Update issue manager workflow. PR #1398 by @alejsdev.
- 👷 Fix smokeshow, checkout files on CI. PR #1395 by @tiangolo.
- 👷 Update
labeler.yml
. PR #1388 by @tiangolo. - 🔧 Add .auth playwright folder to
.gitignore
. PR #1383 by @justin-p. - ⬆️ Bump rollup from 4.6.1 to 4.22.5 in /frontend. PR #1379 by @dependabot[bot].
- ⬆ Bump astral-sh/setup-uv from 2 to 3. PR #1364 by @dependabot[bot].
- 👷 Update pre-commit end-of-file-fixer hook to exclude email-templates. PR #1296 by @goabonga.
- ⬆ Bump tiangolo/issue-manager from 0.5.0 to 0.5.1. PR #1332 by @dependabot[bot].
- 🔧 Run task by the same Python environment used to run Copier. PR #1157 by @waketzheng.
- 👷 Tweak generate client to error out if there are errors. PR #1377 by @tiangolo.
- 👷 Generate and commit client only on same repo PRs, on forks, show the error. PR #1376 by @tiangolo.