Commit 5f8f5a8
version: 1.20.0 (#793)
## version: 1.20.0
## v1.20.0 - 2026-06-03
### Enhancement or New Feature
* Add dbt version awareness to product_docs tools
* Add get_dimension_values tool to Semantic Layer toolset to retrieve
distinct values for a dimension
### Under the Hood
* Remove unused endpoint from OAuth helper server and add host
validation middleware
### Bug Fix
* Fix get_dimension_values: stringify dimension values to maintain
list[str] type, omit nulls, add error handling, add limit >= 1
validation
* Semantic layer query_metrics now lets operational errors
(authentication, connection) propagate instead of flattening them into a
returned query-error string, so callers can distinguish an invalid query
from an unreachable semantic layer.
* Handle null data in list_job_run_artifacts when a run produced no
artifacts
* Admin API client errors no longer include the full request URL, which
could expose internal hostnames
Co-authored-by: wiggzz <7453026+wiggzz@users.noreply.github.com>1 parent 15964a9 commit 5f8f5a8
9 files changed
Lines changed: 23 additions & 21 deletions
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 0 additions & 3 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
10 | 22 | | |
11 | 23 | | |
12 | 24 | | |
| |||
0 commit comments