Skip to content

Commit 156914e

Browse files
version: 1.15.1 (#735)
## version: 1.15.1 ## v1.15.1 - 2026-04-22 ### Enhancement or New Feature * Reduce list_metrics response size by switching from JSON to CSV format, cutting response size by ~67% and reducing agent cost by up to 33% per query ### Under the Hood * Move lazy imports in `get_credentials` to module level in `credentials.py` Co-authored-by: b-per <8754100+b-per@users.noreply.github.com>
1 parent 8d7534f commit 156914e

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

.changes/unreleased/Enhancement or New Feature-20260410-list-metrics-csv.yaml

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

.changes/unreleased/Under the Hood-20260420-173149.yaml

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

.changes/v1.15.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v1.15.1 - 2026-04-22
2+
### Enhancement or New Feature
3+
* Reduce list_metrics response size by switching from JSON to CSV format, cutting response size by ~67% and reducing agent cost by up to 33% per query
4+
### Under the Hood
5+
* Move lazy imports in `get_credentials` to module level in `credentials.py`

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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.15.1 - 2026-04-22
11+
### Enhancement or New Feature
12+
* Reduce list_metrics response size by switching from JSON to CSV format, cutting response size by ~67% and reducing agent cost by up to 33% per query
13+
### Under the Hood
14+
* Move lazy imports in `get_credentials` to module level in `credentials.py`
15+
1016
## v1.15.0 - 2026-04-20
1117
### Enhancement or New Feature
1218
* ToolDispatcher routes between single-project and multi-project MCP

0 commit comments

Comments
 (0)