Skip to content

Release 0.8.0

Compare
Choose a tag to compare
@MrThearMan MrThearMan released this 01 Jun 05:22
· 96 commits to main since this release

What's Changed

  • Refactor the internals of the QueryOptimizer class.
  • Change pre_compilation_hook to pre_optimization_hook and change its interface
  • Change the execution order of the optimization steps. Filterset filters are now run last, which gives them the opportunity to use information from joined models in the query (advanced feature, shouldn't affect regular use)

Full Changelog: v0.7.2...v0.8.0