Skip to content

Commit 291ddd1

Browse files
version: 1.17.1 (#754)
## version: 1.17.1 ## v1.17.1 - 2026-05-05 ### Bug Fix * Improve input validation for dbt CLI tool parameters and reduce verbosity of argument logging. * Fix server crash for CLI-only users introduced in v1.17.0: register_proxied_tools now filters enabled tools before calling get_config(), preventing an AssertionError when DBT_HOST is unset; replace bare assert with MissingHostError; improve lifespan error logging to include full traceback Co-authored-by: b-per <8754100+b-per@users.noreply.github.com>
1 parent 6534507 commit 291ddd1

4 files changed

Lines changed: 9 additions & 6 deletions

File tree

.changes/unreleased/Bug Fix-20260505-153711.yaml

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

.changes/unreleased/Bug Fix-20260505-160646.yaml

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

.changes/v1.17.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v1.17.1 - 2026-05-05
2+
### Bug Fix
3+
* Improve input validation for dbt CLI tool parameters and reduce verbosity of argument logging.
4+
* Fix server crash for CLI-only users introduced in v1.17.0: register_proxied_tools now filters enabled tools before calling get_config(), preventing an AssertionError when DBT_HOST is unset; replace bare assert with MissingHostError; improve lifespan error logging to include full traceback

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ 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+
## v1.17.1 - 2026-05-05
11+
### Bug Fix
12+
* Improve input validation for dbt CLI tool parameters and reduce verbosity of argument logging.
13+
* Fix server crash for CLI-only users introduced in v1.17.0: register_proxied_tools now filters enabled tools before calling get_config(), preventing an AssertionError when DBT_HOST is unset; replace bare assert with MissingHostError; improve lifespan error logging to include full traceback
14+
1015
## v1.17.0 - 2026-05-05
1116
### Enhancement or New Feature
1217
* Elicit DBT_HOST from user on first platform tool call when not set via env vars (#488)

0 commit comments

Comments
 (0)