Skip to content

Commit 5f8f5a8

Browse files
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

.changes/unreleased/Bug Fix-20260519-142146.yaml

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

.changes/unreleased/Bug Fix-20260603-090806.yaml

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

.changes/unreleased/Bug Fix-20260603-112434.yaml

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

.changes/unreleased/Bug Fix-20260603-112556.yaml

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

.changes/unreleased/Enhancement or New Feature-20260311-103100.yaml

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

.changes/unreleased/Enhancement or New Feature-20260519-141400.yaml

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

.changes/unreleased/Under the Hood-20260602-165320.yaml

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

.changes/v1.20.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v1.20.0 - 2026-06-03
2+
### Enhancement or New Feature
3+
* Add dbt version awareness to product_docs tools
4+
* Add get_dimension_values tool to Semantic Layer toolset to retrieve distinct values for a dimension
5+
### Under the Hood
6+
* Remove unused endpoint from OAuth helper server and add host validation middleware
7+
### Bug Fix
8+
* Fix get_dimension_values: stringify dimension values to maintain list[str] type, omit nulls, add error handling, add limit >= 1 validation
9+
* 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.
10+
* Handle null data in list_job_run_artifacts when a run produced no artifacts
11+
* Admin API client errors no longer include the full request URL, which could expose internal hostnames

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [Changie](https://github.com/miniscruff/changie).
88

99

10+
## v1.20.0 - 2026-06-03
11+
### Enhancement or New Feature
12+
* Add dbt version awareness to product_docs tools
13+
* Add get_dimension_values tool to Semantic Layer toolset to retrieve distinct values for a dimension
14+
### Under the Hood
15+
* Remove unused endpoint from OAuth helper server and add host validation middleware
16+
### Bug Fix
17+
* Fix get_dimension_values: stringify dimension values to maintain list[str] type, omit nulls, add error handling, add limit >= 1 validation
18+
* 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.
19+
* Handle null data in list_job_run_artifacts when a run produced no artifacts
20+
* Admin API client errors no longer include the full request URL, which could expose internal hostnames
21+
1022
## v1.19.2 - 2026-05-22
1123
### Under the Hood
1224
* Bump dbt-sl-sdk==0.13.3

0 commit comments

Comments
 (0)