v3.0.0b4
What's Changed
- Enable sorting when batching is enabled by @PaulSchweizer in #355
- Add Black to pre-commit by @erikwrede in #361
- Fix: RelationshipLoader should utilize DataLoader from the
get_data_loader_impl()
function, and not directly from aiodataloader library by @flipbit03 in #362 - Add support for UUIDs in
@hybrid_property
by @flipbit03 in #363 - chore: limit CI runs to master pushes & PRs by @erikwrede in #366
- Support GQL interfaces for polymorphic SQLA models by @polgfred in #365
- feat(async): add support for async sessions by @jendrikjoe in #350
- Fix installation instruction: '--pre' instead of '>=3' by @zahrevsky in #372
- refactor!: use the same conversion system for hybrids and columns by @erikwrede in #371
- Stricter non-null fields for relationships by @polgfred in #367
- fix singledispatch inheritance by @erikwrede in #377
- chore: limit lint runs to master pushes and PRs by @sabard in #382
- fix: warnings in docs build by @sabard in #383
New Contributors
- @PaulSchweizer made their first contribution in #355
- @polgfred made their first contribution in #365
- @jendrikjoe made their first contribution in #350
- @zahrevsky made their first contribution in #372
- @sabard made their first contribution in #382
Full Changelog: 3.0.0b3...v3.0.0b4