Skip to content

Commit 971562b

Browse files
version: 0.10.2 (#393)
## version: 0.10.2 ## v0.10.2 - 2025-10-08 ### Enhancement or New Feature * Improved oauth error handling * Remove oauth env var feature flag. Enable oauth broadly. ### Under the Hood * Improved logging for development * Updating prompts to include examples to avoid bad parameter generation * Remove DBT_HOST prefix * Update usage tracking with new fields * Write .user.yml if it does not exist * Changed UsageTracker to a protocol Co-authored-by: DevonFulcher <24593113+DevonFulcher@users.noreply.github.com>
1 parent 8c4be34 commit 971562b

10 files changed

Lines changed: 23 additions & 24 deletions

.changes/unreleased/Enhancement or New Feature-20251006-080008.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Enhancement or New Feature-20251007-091623.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20251002-155957.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20251003-105828.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20251003-150355.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20251007-131435.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20251007-140318.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20251007-151948.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v0.10.2.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v0.10.2 - 2025-10-08
2+
### Enhancement or New Feature
3+
* Improved oauth error handling
4+
* Remove oauth env var feature flag. Enable oauth broadly.
5+
### Under the Hood
6+
* Improved logging for development
7+
* Updating prompts to include examples to avoid bad parameter generation
8+
* Remove DBT_HOST prefix
9+
* Update usage tracking with new fields
10+
* Write .user.yml if it does not exist
11+
* Changed UsageTracker to a protocol

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [Changie](https://github.com/miniscruff/changie).
88

99

10+
## v0.10.2 - 2025-10-08
11+
### Enhancement or New Feature
12+
* Improved oauth error handling
13+
* Remove oauth env var feature flag. Enable oauth broadly.
14+
### Under the Hood
15+
* Improved logging for development
16+
* Updating prompts to include examples to avoid bad parameter generation
17+
* Remove DBT_HOST prefix
18+
* Update usage tracking with new fields
19+
* Write .user.yml if it does not exist
20+
* Changed UsageTracker to a protocol
21+
1022
## v0.10.1 - 2025-10-02
1123
### Bug Fix
1224
* Fix get_job_run_error truncated log output

0 commit comments

Comments
 (0)