Skip to content

Commit

Permalink
version: 0.2.0 (#19)
Browse files Browse the repository at this point in the history
## v0.2.0 - 2024-06-19
### Features
* Add `query()` to sync client
### Fixes
* Fix import error on 3.9
* Fix `backoff` not using `exp_factor`
* Dimensions query had wrong value in protocol
### Under the Hood
* Add `has_session` to underlying API clients
* Add `user-agent` header for telemetry
### Chore
* Known first party was wrong for Ruff
### Test
* Add integration tests with a real server
  • Loading branch information
serramatutu authored Jun 19, 2024
1 parent 238cece commit 30bbbf7
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 25 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Chore-20240618-132741.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240619-142416.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixes-20240618-124639.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixes-20240618-180037.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixes-20240618-184029.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Test-20240618-185102.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Under the Hood-20240618-140432.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Under the Hood-20240618-163932.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions .changes/v0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## v0.2.0 - 2024-06-19
### Features
* Add `query()` to sync client
### Fixes
* Fix import error on 3.9
* Fix `backoff` not using `exp_factor`
* Dimensions query had wrong value in protocol
### Under the Hood
* Add `has_session` to underlying API clients
* Add `user-agent` header for telemetry
### Chore
* Known first party was wrong for Ruff
### Test
* Add integration tests with a real server
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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.2.0 - 2024-06-19
### Features
* Add `query()` to sync client
### Fixes
* Fix import error on 3.9
* Fix `backoff` not using `exp_factor`
* Dimensions query had wrong value in protocol
### Under the Hood
* Add `has_session` to underlying API clients
* Add `user-agent` header for telemetry
### Chore
* Known first party was wrong for Ruff
### Test
* Add integration tests with a real server

## v0.1.0 - 2024-06-17
### Features
* Sync and async implementation of GraphQL and ADBC clients.
2 changes: 1 addition & 1 deletion dbtsl/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.1.0"
VERSION = "0.2.0"

0 comments on commit 30bbbf7

Please sign in to comment.