-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 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 Co-authored-by: serramatutu <[email protected]>
- Loading branch information
1 parent
7ab6312
commit c6c0866
Showing
11 changed files
with
30 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = "0.5.0" | ||
VERSION = "0.6.0" |