Skip to content

Commit 39e31da

Browse files
version: 1.21.0 (#823)
Co-authored-by: b-per <8754100+b-per@users.noreply.github.com>
1 parent 1aa3a5e commit 39e31da

7 files changed

Lines changed: 19 additions & 15 deletions

.changes/unreleased/Bug Fix-20260624-205734.yaml

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

.changes/unreleased/Bug Fix-20260625-120819.yaml

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

.changes/unreleased/Enhancement or New Feature-20260618-182823.yaml

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

.changes/unreleased/Under the Hood-20260610-080315.yaml

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

.changes/unreleased/Under the Hood-20260616-103234.yaml

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

.changes/v1.21.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## v1.21.0 - 2026-06-26
2+
### Enhancement or New Feature
3+
* Track MCP client identity (name and version from the MCP initialize handshake) in Vortex tool call events via the user_agent field
4+
### Under the Hood
5+
* Revert host elicitation (pre-v1.17.0 behaviour where DBT_HOST=None)
6+
* Add a CI check that snapshots the published-app contract (tool metadata, schemas, annotations, server instructions, UI resources) and fails when it changes, plus a workflow that labels contract-changing PRs
7+
### Bug Fix
8+
* Fix list_saved_queries tool which was calling savedQueriesPaginated (a non-existent API field) instead of savedQueries
9+
* Preserve unique_id casing when querying the Discovery API — the uniqueIds filter is case-sensitive, so lowercasing caused empty results for models with uppercase names

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ 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.21.0 - 2026-06-26
11+
### Enhancement or New Feature
12+
* Track MCP client identity (name and version from the MCP initialize handshake) in Vortex tool call events via the user_agent field
13+
### Under the Hood
14+
* Revert host elicitation (pre-v1.17.0 behaviour where DBT_HOST=None)
15+
* Add a CI check that snapshots the published-app contract (tool metadata, schemas, annotations, server instructions, UI resources) and fails when it changes, plus a workflow that labels contract-changing PRs
16+
### Bug Fix
17+
* Fix list_saved_queries tool which was calling savedQueriesPaginated (a non-existent API field) instead of savedQueries
18+
* Preserve unique_id casing when querying the Discovery API — the uniqueIds filter is case-sensitive, so lowercasing caused empty results for models with uppercase names
19+
1020
## v1.20.4 - 2026-06-15
1121
### Bug Fix
1222
* Fix get_model_health response schema: wrap single-node result in a list to match the declared list[dict] return type

0 commit comments

Comments
 (0)