Skip to content

v1.17.0

Choose a tag to compare

@github-actions github-actions released this 05 May 12:36
· 31 commits to main since this release
733bf6c

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