Skip to content

Commit e9ce060

Browse files
version: 1.5.0 (#476)
## version: 1.5.0 ## v1.5.0 - 2025-12-05 ### Enhancement or New Feature * Added explicit allowlist system for tool configuration, enabling fine-grained control over which tools are available. ### Under the Hood * Automate Toolset and Tools documentation generation into README * Test TOOLSET_TO_DISABLE_ATTR and TOOLSET_TO_ENABLE_ATTR * Python Cursor rule and stylistic guidelines ### Bug Fix * Fix discovery tool prompt tool parameters * Fix JSON serialization error when querying metrics that return Decimal values from the dbt Semantic Layer Co-authored-by: DevonFulcher <24593113+DevonFulcher@users.noreply.github.com>
1 parent c52b799 commit e9ce060

8 files changed

Lines changed: 21 additions & 18 deletions

.changes/unreleased/Bug Fix-20251204-144705.yaml

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

.changes/unreleased/Bug Fix-20251205-114146.yaml

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

.changes/unreleased/Enhancement or New Feature-20251121-124429.yaml

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

.changes/unreleased/Under the Hood-20251121-143904.yaml

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

.changes/unreleased/Under the Hood-20251204-104144.yaml

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

.changes/unreleased/Under the Hood-20251204-195515.yaml

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

.changes/v1.5.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v1.5.0 - 2025-12-05
2+
### Enhancement or New Feature
3+
* Added explicit allowlist system for tool configuration, enabling fine-grained control over which tools are available.
4+
### Under the Hood
5+
* Automate Toolset and Tools documentation generation into README
6+
* Test TOOLSET_TO_DISABLE_ATTR and TOOLSET_TO_ENABLE_ATTR
7+
* Python Cursor rule and stylistic guidelines
8+
### Bug Fix
9+
* Fix discovery tool prompt tool parameters
10+
* Fix JSON serialization error when querying metrics that return Decimal values from the dbt Semantic Layer

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ 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.5.0 - 2025-12-05
11+
### Enhancement or New Feature
12+
* Added explicit allowlist system for tool configuration, enabling fine-grained control over which tools are available.
13+
### Under the Hood
14+
* Automate Toolset and Tools documentation generation into README
15+
* Test TOOLSET_TO_DISABLE_ATTR and TOOLSET_TO_ENABLE_ATTR
16+
* Python Cursor rule and stylistic guidelines
17+
### Bug Fix
18+
* Fix discovery tool prompt tool parameters
19+
* Fix JSON serialization error when querying metrics that return Decimal values from the dbt Semantic Layer
20+
1021
## v1.4.0 - 2025-12-03
1122
### Enhancement or New Feature
1223
* Get resource details for search resources

0 commit comments

Comments
 (0)