Skip to content

v0.20 - a fistful of changes

Compare
Choose a tag to compare
@zerolab zerolab released this 10 Jul 13:52
· 65 commits to main since this release
bf5cd10

⚠️ This release drops support for Wagtail < 4.1, and channels. It also removes the upper bound for the Wagtail dependency

What's Changed

  • Drop support for Wagtail < 4.1 by @zerolab in #314
  • Drop tests against Wagtail main by @zerolab in #316
  • chore: test with postgres by @dopry in #301
  • feat: add searchScore field to pages by @dopry in #320
  • Use all middleware defined in decorator by @seb-b in #281
  • Pass arguments to callables for resolving StreamField block values by @bbliem in #322
  • chore: re-organize test app by @dopry in #324
  • Fix: test embed raw value by @dopry in #328
  • Switch to using Ruff by @zerolab in #334
  • Use flit for packaging by @zerolab in #335
  • Drop channels support by @zerolab in #336
  • Consolidate handling when resolving Sites and avoid making assumptions about what data to return when it's ambiguous by @kbayliss in #342
  • Fix rendition definition by @zerolab in #337
  • Support graphene type arguments by @Morsey187 in #333
  • Switch to PyPI trusted publishing, and tidy up docs and pre commit by @zerolab in #344

New Contributors

Full Changelog: v0.19.2...v0.20.0