Skip to content

Release 0.6.0

Compare
Choose a tag to compare
@MrThearMan MrThearMan released this 24 May 17:24
· 168 commits to main since this release

What's Changed

Features

  • Support swapping implementations of OptimizationCompiler, QueryOptimizer, FilterInfoCompiler, and FieldSelectionCompiler by subclassing them. This makes the library code use whatever subclass has been most recently created for these classes, which can be used to modify specific parts of them without rewriting large parts of the library that use those classes.

Full Changelog: v0.5.4...v0.6.0