v1.8.0
What's changed
New features 🚀
- feat: add
sort_orderto mixin columns for consistent table layout by @glendonyeo in #581 - feat(litestar): use
propertyinSQLAlchemyDTOwithMappedAsDataclassby @cofin in #447 - feat: add support for SQLAlchemy func expressions in filter classes by @cofin in #585
Bugfixes 🐛
- fix: ensure
has_dict_attributechecks for__dict__attribute by @haggqvist in #579 - fix: adding string representation to StoredObject by @ambrozic in #582
- fix: surface FileObject session errors; align commit/rollback semantics by @barapa in #580
New contributors 🎉
- @ambrozic made their first contribution in #582
- @ywallis made their first contribution in #589
- @haggqvist made their first contribution in #579
Other changes
- docs: remove reference from alchemy session backend by @Harshal6927 in #588
- docs(advanced-alchemy): fix attribute name in services example by @ywallis in #589
Full Changelog
v1.7.0...v1.8.0