Skip to content

0.6.0

Compare
Choose a tag to compare
@serramatutu serramatutu released this 21 Oct 12:45
· 6 commits to main since this release
c6c0866

v0.6.0 - 2024-10-21

Breaking Changes

  • order_by clause of queries using saved queries no longer support string inputs and require explicit OrderByMetric or OrderByGroupBy

Deprecations

  • Deprecate TimeGranularity enum and all other fields that used it

Features

  • Specifying order by with OrderByMetric and OrderByGroupBy
  • Add support for custom time granularity

Fixes

  • Order by for compile_sql now works as expected

Under the Hood

  • Improved internal representation of query parameters and added better validation
  • Improve error display
  • Add new mechanisms to deprecate fields and classes