-
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.3.0 - 2024-07-09 ### Features * Added `saved_query` fetching via GraphQL * Added `entity` fetching via GraphQL * Added more fields to `dimension` * Added more fields to `metric` * Full support for all query parameters * Add dimension values query ### Under the Hood * Changed how field aliases to make it easier to define new models * Improved how GraphQL gets generated under the hood ### Dependencies * Fix the way we specify dependencies to avoid conflicts. ### Chore * Add `stage_fix` to lefthook hooks * Fix github actions for release PR ### Test * Separate tests into unit and integration tests * Fix warnings and failing integration test Co-authored-by: serramatutu <serramatutu@users.noreply.github.com>
- Loading branch information
1 parent
3cf7966
commit 5e52e1c
Showing
16 changed files
with
40 additions
and
40 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 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,19 @@ | ||
## v0.3.0 - 2024-07-09 | ||
### Features | ||
* Added `saved_query` fetching via GraphQL | ||
* Added `entity` fetching via GraphQL | ||
* Added more fields to `dimension` | ||
* Added more fields to `metric` | ||
* Full support for all query parameters | ||
* Add dimension values query | ||
### Under the Hood | ||
* Changed how field aliases to make it easier to define new models | ||
* Improved how GraphQL gets generated under the hood | ||
### Dependencies | ||
* Fix the way we specify dependencies to avoid conflicts. | ||
### Chore | ||
* Add `stage_fix` to lefthook hooks | ||
* Fix github actions for release PR | ||
### Test | ||
* Separate tests into unit and integration tests | ||
* Fix warnings and failing integration test |
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.2.1" | ||
VERSION = "0.3.0" |