Skip to content

Commit 8d7534f

Browse files
version: 1.15.0 (#730)
## version: 1.15.0 ## v1.15.0 - 2026-04-20 ### Enhancement or New Feature * ToolDispatcher routes between single-project and multi-project MCP * Add clone command to CLI tools * Remove get_job_run_artifact tool ### Under the Hood * Add DBT_HOST_PREFIX support to remote session initialization * Update deprecated streamablehttp_client function to streamable_http_client ### Bug Fix * Resolve symbolic links for mcp.lock file path before creating FileLock, preventing OSError when ~/.dbt/mcp.lock is a multi-level symbolic link. * Fix invalid mixed state when transitioning from single-project to multi-project OAuth login — stored prod/dev environments are no longer inherited when selected_project_ids is set * Fix proxied tools for single project MCP * Raise NotFoundError instead of ArtifactRetrievalError for 404 responses in get_job_run_artifact Co-authored-by: alan-andrade <97609+alan-andrade@users.noreply.github.com>
1 parent 255e6b2 commit 8d7534f

11 files changed

Lines changed: 27 additions & 27 deletions

.changes/unreleased/Bug Fix-20260412-210000.yaml

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

.changes/unreleased/Bug Fix-20260415-144134.yaml

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

.changes/unreleased/Bug Fix-20260415-155314.yaml

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

.changes/unreleased/Bug Fix-20260420-122147.yaml

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

.changes/unreleased/Enhancement or New Feature-20260413-092123.yaml

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

.changes/unreleased/Enhancement or New Feature-20260413-103152.yaml

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

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

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

.changes/unreleased/Under the Hood-20260415-145943.yaml

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

.changes/unreleased/Under the Hood-20260417-140906.yaml

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

.changes/v1.15.0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## v1.15.0 - 2026-04-20
2+
### Enhancement or New Feature
3+
* ToolDispatcher routes between single-project and multi-project MCP
4+
* Add clone command to CLI tools
5+
* Remove get_job_run_artifact tool
6+
### Under the Hood
7+
* Add DBT_HOST_PREFIX support to remote session initialization
8+
* Update deprecated streamablehttp_client function to streamable_http_client
9+
### Bug Fix
10+
* Resolve symbolic links for mcp.lock file path before creating FileLock, preventing OSError when ~/.dbt/mcp.lock is a multi-level symbolic link.
11+
* Fix invalid mixed state when transitioning from single-project to multi-project OAuth login — stored prod/dev environments are no longer inherited when selected_project_ids is set
12+
* Fix proxied tools for single project MCP
13+
* Raise NotFoundError instead of ArtifactRetrievalError for 404 responses in get_job_run_artifact

0 commit comments

Comments
 (0)