-
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.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
1 parent
238cece
commit 30bbbf7
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.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 |
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.1.0" | ||
VERSION = "0.2.0" |