Skip to content

Commit f293201

Browse files
version: 1.16.0 (#743)
## version: 1.16.0 ## v1.16.0 - 2026-04-27 ### Enhancement or New Feature * Support parsing of fusion logs for warnings * Support dbt Fusion LSP via `dbt lsp` subcommand; prefer Fusion over legacy standalone binary, with `DBT_LSP_PATH` and editor storage paths as fallbacks ### Bug Fix * Fix get_job_run_error returning empty failed_steps when artifact 404s raise NotFoundError Co-authored-by: b-per <8754100+b-per@users.noreply.github.com>
1 parent 18a1e2f commit f293201

5 files changed

Lines changed: 13 additions & 9 deletions

File tree

.changes/unreleased/Bug Fix-20260427-150913.yaml

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

.changes/unreleased/Enhancement or New Feature-20260421-221040.yaml

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

.changes/unreleased/Enhancement or New Feature-20260422-120543.yaml

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

.changes/v1.16.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v1.16.0 - 2026-04-27
2+
### Enhancement or New Feature
3+
* Support parsing of fusion logs for warnings
4+
* Support dbt Fusion LSP via `dbt lsp` subcommand; prefer Fusion over legacy standalone binary, with `DBT_LSP_PATH` and editor storage paths as fallbacks
5+
### Bug Fix
6+
* Fix get_job_run_error returning empty failed_steps when artifact 404s raise NotFoundError

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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.16.0 - 2026-04-27
11+
### Enhancement or New Feature
12+
* Support parsing of fusion logs for warnings
13+
* Support dbt Fusion LSP via `dbt lsp` subcommand; prefer Fusion over legacy standalone binary, with `DBT_LSP_PATH` and editor storage paths as fallbacks
14+
### Bug Fix
15+
* Fix get_job_run_error returning empty failed_steps when artifact 404s raise NotFoundError
16+
1017
## v1.15.1 - 2026-04-22
1118
### Enhancement or New Feature
1219
* 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

0 commit comments

Comments
 (0)