Skip to content

Commit 94d50d0

Browse files
eliasdefariafa-assistant
authored andcommitted
Added changelog for next release (#3677)
GitOrigin-RevId: 49665e1d83d3ab5d3e80e67eb82d91bee86f524d
1 parent 7a465f3 commit 94d50d0

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.changes/2.0.0-beta.13.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## dbt-fusion 2.0.0-beta.13 - May 30, 2025
2+
3+
### Fixes
4+
5+
- Improved dbt Fusion show stability for VS Code extension previews by removing schema / type checking
6+
- Removed unnecessary language server compilation failure message "Failed to Resolve"
7+
- Added error on parsing `flags` and `config` properties in `profiles.yml`, as they no longer do anything and are skipped during Fusion parse
8+
- Improved stability of LSP incremental recompilation
9+
- Fixed duplicate model name parsing bug ([#63](https://github.com/dbt-labs/dbt-fusion/issues/63))
10+
- Added support for `DBT_PROFILES_DIR` and other env vars in dbt LSP and `profiles.yml`
11+
- Added support for `add_query` adapter method in Databricks
12+
- Added support for Date32/64 and Time32/64 types in dbt Fusion Agate (`stfrtime` method for example). Partially addressed [#79](https://github.com/dbt-labs/dbt-fusion/issues/79)
13+
- Fixed issue with unit test refs / dependencies not being respected
14+
- Fixed issue where `static_analysis` config is not respected in YML

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,17 @@ All notable changes to this project will be documented in this file.
66
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
77
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](../CONTRIBUTING.md#adding-a-changelog-entry)
88

9+
## dbt-fusion 2.0.0-beta.13 - May 30, 2025
10+
11+
### Fixes
12+
13+
- Improved dbt Fusion show stability for VS Code extension previews by removing schema / type checking
14+
- Removed unnecessary language server compilation failure message "Failed to Resolve"
15+
- Added error on parsing `flags` and `config` properties in `profiles.yml`, as they no longer do anything and are skipped during Fusion parse
16+
- Improved stability of LSP incremental recompilation
17+
- Fixed duplicate model name parsing bug ([#63](https://github.com/dbt-labs/dbt-fusion/issues/63))
18+
- Added support for `DBT_PROFILES_DIR` and other env vars in dbt LSP and `profiles.yml`
19+
- Added support for `add_query` adapter method in Databricks
20+
- Added support for Date32/64 and Time32/64 types in dbt Fusion Agate (`stfrtime` method for example). Partially addressed [#79](https://github.com/dbt-labs/dbt-fusion/issues/79)
21+
- Fixed issue with unit test refs / dependencies not being respected
22+
- Fixed issue where `static_analysis` config is not respected in YML

0 commit comments

Comments
 (0)