Skip to content

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 23:13
· 87 commits to main since this release
25f8cd0

v1.11.0 - 2026-03-25

Enhancement or New Feature

  • Expose steps_override parameter in trigger_job_run tool
  • Add list_projects tool to discover available projects in the account; add project description field to project objects
  • Add --sample flag support to build and run tools
  • Add AG2 multi-agent example
  • Extract project/environment helpers for multi-project support
  • Add multi-project semantic layer tools with project_id parameter
  • Add more data to list_projects response: dbt_project_subdirectory, has_semantic_layer, type, environments (id/name/type), and repository_full_name
  • Add selector flag to compile tool

Under the Hood

  • Add automated tool set descriptions for README generation
  • Add Claude Code skill for automating dbt-mcp releases
  • Pin mcp SDK to dbt-labs/patched fork for stateless task leak fix
  • Harden OAuth token handling: eagerly start background refresh, validate token expiry in get_token(), and stop setting settings.dbt_token in the OAuth path
  • Switch dependencies to compatible release (~=) specifiers
  • Remove dead code and unify OAuth expiry buffer constants
  • Consolidate duplicate OAuth token refresh logic into shared function
  • Migrate HTTP client from requests to httpx.AsyncClient for project and environment resolvers
  • Remove test_tools_disabled from TestProductDocsRegistration suite

Bug Fix

  • Address auth issues with misconfigured env vars

Security

  • Update minimatch, rollup, and ajv in ui/pnpm-lock.yaml and ai package in examples/ai_sdk_agent to fix known security vulnerabilities