Skip to content

v1.8.0

Choose a tag to compare

@Harshal6927 Harshal6927 released this 28 Oct 20:59
· 100 commits to main since this release
8bdcb0d

What's changed

New features 🚀

  • feat: add sort_order to mixin columns for consistent table layout by @glendonyeo in #581
  • feat(litestar): use property in SQLAlchemyDTO with MappedAsDataclass by @cofin in #447
  • feat: add support for SQLAlchemy func expressions in filter classes by @cofin in #585

Bugfixes 🐛

  • fix: ensure has_dict_attribute checks 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 🎉

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