Skip to content

v1.17.1

Choose a tag to compare

@github-actions github-actions released this 05 May 14:40
· 28 commits to main since this release
291ddd1

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