diff --git a/.changes/unreleased/Chore-20240709-115016.yaml b/.changes/unreleased/Chore-20240709-115016.yaml deleted file mode 100644 index cb099d0..0000000 --- a/.changes/unreleased/Chore-20240709-115016.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chore -body: Add `stage_fix` to lefthook hooks -time: 2024-07-09T11:50:16.68638+02:00 diff --git a/.changes/unreleased/Chore-20240709-122738.yaml b/.changes/unreleased/Chore-20240709-122738.yaml deleted file mode 100644 index 97cfcc7..0000000 --- a/.changes/unreleased/Chore-20240709-122738.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chore -body: Fix github actions for release PR -time: 2024-07-09T12:27:38.806231+02:00 diff --git a/.changes/unreleased/Dependencies-20240624-151729.yaml b/.changes/unreleased/Dependencies-20240624-151729.yaml deleted file mode 100644 index d31e1df..0000000 --- a/.changes/unreleased/Dependencies-20240624-151729.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependencies -body: Fix the way we specify dependencies to avoid conflicts. -time: 2024-06-24T15:17:29.393201+02:00 diff --git a/.changes/unreleased/Features-20240709-103228.yaml b/.changes/unreleased/Features-20240709-103228.yaml deleted file mode 100644 index 27941f9..0000000 --- a/.changes/unreleased/Features-20240709-103228.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Features -body: Added `saved_query` fetching via GraphQL -time: 2024-07-09T10:32:28.124763+02:00 diff --git a/.changes/unreleased/Features-20240709-103239.yaml b/.changes/unreleased/Features-20240709-103239.yaml deleted file mode 100644 index 24e5423..0000000 --- a/.changes/unreleased/Features-20240709-103239.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Features -body: Added `entity` fetching via GraphQL -time: 2024-07-09T10:32:39.659482+02:00 diff --git a/.changes/unreleased/Features-20240709-103250.yaml b/.changes/unreleased/Features-20240709-103250.yaml deleted file mode 100644 index 7fe6e68..0000000 --- a/.changes/unreleased/Features-20240709-103250.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Features -body: Added more fields to `dimension` -time: 2024-07-09T10:32:50.697778+02:00 diff --git a/.changes/unreleased/Features-20240709-103258.yaml b/.changes/unreleased/Features-20240709-103258.yaml deleted file mode 100644 index fd8de08..0000000 --- a/.changes/unreleased/Features-20240709-103258.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Features -body: Added more fields to `metric` -time: 2024-07-09T10:32:58.618167+02:00 diff --git a/.changes/unreleased/Features-20240709-121955.yaml b/.changes/unreleased/Features-20240709-121955.yaml deleted file mode 100644 index e2269e7..0000000 --- a/.changes/unreleased/Features-20240709-121955.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Features -body: Full support for all query parameters -time: 2024-07-09T12:19:55.649315+02:00 diff --git a/.changes/unreleased/Features-20240709-135734.yaml b/.changes/unreleased/Features-20240709-135734.yaml deleted file mode 100644 index a358c93..0000000 --- a/.changes/unreleased/Features-20240709-135734.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Features -body: Add dimension values query -time: 2024-07-09T13:57:34.810491+02:00 diff --git a/.changes/unreleased/Test-20240621-171539.yaml b/.changes/unreleased/Test-20240621-171539.yaml deleted file mode 100644 index cd15806..0000000 --- a/.changes/unreleased/Test-20240621-171539.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Test -body: Separate tests into unit and integration tests -time: 2024-06-21T17:15:39.021747+02:00 diff --git a/.changes/unreleased/Test-20240709-114648.yaml b/.changes/unreleased/Test-20240709-114648.yaml deleted file mode 100644 index e0121a6..0000000 --- a/.changes/unreleased/Test-20240709-114648.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Test -body: Fix warnings and failing integration test -time: 2024-07-09T11:46:48.042286+02:00 diff --git a/.changes/unreleased/Under the Hood-20240628-164812.yaml b/.changes/unreleased/Under the Hood-20240628-164812.yaml deleted file mode 100644 index e42271b..0000000 --- a/.changes/unreleased/Under the Hood-20240628-164812.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Under the Hood -body: Changed how field aliases to make it easier to define new models -time: 2024-06-28T16:48:12.280623+02:00 diff --git a/.changes/unreleased/Under the Hood-20240709-103311.yaml b/.changes/unreleased/Under the Hood-20240709-103311.yaml deleted file mode 100644 index 6e26185..0000000 --- a/.changes/unreleased/Under the Hood-20240709-103311.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Under the Hood -body: Improved how GraphQL gets generated under the hood -time: 2024-07-09T10:33:11.963657+02:00 diff --git a/.changes/v0.3.0.md b/.changes/v0.3.0.md new file mode 100644 index 0000000..ee04124 --- /dev/null +++ b/.changes/v0.3.0.md @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a47c14..7b65bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file. Do not edit this file manually, it is generated automatically by [changie](https://github.com/miniscruff/changie). +## 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 + ## v0.2.1 - 2024-06-21 ### Under the Hood * Change how clients create and poll for query results diff --git a/dbtsl/__about__.py b/dbtsl/__about__.py index 91ee717..867e4b1 100644 --- a/dbtsl/__about__.py +++ b/dbtsl/__about__.py @@ -1 +1 @@ -VERSION = "0.2.1" +VERSION = "0.3.0"