-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## v0.7.0 - 2024-11-14 ### Features * Support for adhoc queries with only groupby. This is equivalent to listing dimension values. ### Fixes * Fixes issue with `orderBy` and `where` when going via GraphQL ### Chore * Fix release PR action to use correct title for PR Co-authored-by: serramatutu <[email protected]>
- Loading branch information
1 parent
85892cb
commit f5e4eb2
Showing
6 changed files
with
16 additions
and
10 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 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,7 @@ | ||
## v0.7.0 - 2024-11-14 | ||
### Features | ||
* Support for adhoc queries with only groupby. This is equivalent to listing dimension values. | ||
### Fixes | ||
* Fixes issue with `orderBy` and `where` when going via GraphQL | ||
### Chore | ||
* Fix release PR action to use correct title for PR |
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.6.0" | ||
VERSION = "0.7.0" |