Skip to content

Commit 733bf6c

Browse files
version: 1.17.0 (#751)
## version: 1.17.0 ## v1.17.0 - 2026-05-05 ### Enhancement or New Feature * Elicit DBT_HOST from user on first platform tool call when not set via env vars (#488) * Populate dbt_cloud_user_id in telemetry events by resolving the current user from the Admin API when not already set by OAuth * Register admin API tools in the multiproject MCP server so they are available when DBT_PROJECT_IDS is configured ### Under the Hood * Make integration test check blocking for fork PRs: fail early instead of skipping when ok-to-test label is absent ### Bug Fix * Fix UnicodeDecodeError when reading manifest.json on Windows with UTF-8 model descriptions * Fix dev env retrieval ### Security * Add 7-day minimum package release age gate to prevent supply chain attacks via freshly-published malicious packages Co-authored-by: DevonFulcher <24593113+DevonFulcher@users.noreply.github.com>
1 parent eb9b646 commit 733bf6c

9 files changed

Lines changed: 25 additions & 21 deletions

.changes/unreleased/Bug Fix-20260428-100823.yaml

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

.changes/unreleased/Bug Fix-20260501-145042.yaml

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

.changes/unreleased/Enhancement or New Feature-20260417-232537.yaml

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

.changes/unreleased/Enhancement or New Feature-20260422-174648.yaml

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

.changes/unreleased/Enhancement or New Feature-20260426-103834.yaml

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

.changes/unreleased/Security-20260501-124250.yaml

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

.changes/unreleased/Under the Hood-20260428-104220.yaml

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

.changes/v1.17.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## v1.17.0 - 2026-05-05
2+
### Enhancement or New Feature
3+
* Elicit DBT_HOST from user on first platform tool call when not set via env vars (#488)
4+
* Populate dbt_cloud_user_id in telemetry events by resolving the current user from the Admin API when not already set by OAuth
5+
* Register admin API tools in the multiproject MCP server so they are available when DBT_PROJECT_IDS is configured
6+
### Under the Hood
7+
* Make integration test check blocking for fork PRs: fail early instead of skipping when ok-to-test label is absent
8+
### Bug Fix
9+
* Fix UnicodeDecodeError when reading manifest.json on Windows with UTF-8 model descriptions
10+
* Fix dev env retrieval
11+
### Security
12+
* Add 7-day minimum package release age gate to prevent supply chain attacks via freshly-published malicious packages

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ 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.0 - 2026-05-05
11+
### Enhancement or New Feature
12+
* Elicit DBT_HOST from user on first platform tool call when not set via env vars (#488)
13+
* Populate dbt_cloud_user_id in telemetry events by resolving the current user from the Admin API when not already set by OAuth
14+
* Register admin API tools in the multiproject MCP server so they are available when DBT_PROJECT_IDS is configured
15+
### Under the Hood
16+
* Make integration test check blocking for fork PRs: fail early instead of skipping when ok-to-test label is absent
17+
### Bug Fix
18+
* Fix UnicodeDecodeError when reading manifest.json on Windows with UTF-8 model descriptions
19+
* Fix dev env retrieval
20+
### Security
21+
* Add 7-day minimum package release age gate to prevent supply chain attacks via freshly-published malicious packages
22+
1023
## v1.16.0 - 2026-04-27
1124
### Enhancement or New Feature
1225
* Support parsing of fusion logs for warnings

0 commit comments

Comments
 (0)