Release 0.8.0
What's Changed
- Refactor the internals of the QueryOptimizer class.
- Change
pre_compilation_hook
topre_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