v1.30.0
What's Changed
- updated cache docs by @Goldziher in #614
- Add url_for_static_asset to app and templates by @jtraub in #590
- Improves and extends docs for Dependency function. by @peterschutt in #622
- Improve readability in
unique
function by @odiseo0 in #621 - Use TypeVar for ExceptionHandler exception parameter. by @peterschutt in #620
- Fixes a typo
Depend
->Depends
(#597) by @ReznikovRoman in #624 - Fix #628 by @provinzkraut in #629
- SQLAlchemy JSON types mapped to
Union[Dict, List]
on DTOs. by @peterschutt in #635 - Fix a typo
dafne
->daphne
by @mookrs in #636
New Contributors
- @ReznikovRoman made their first contribution in #624
- @mookrs made their first contribution in #636
Full Changelog: v1.29.0...v1.30.0