Skip to content

Commit 0dcf5b8

Browse files
GitHub Actionsfa-assistant
authored andcommitted
Merge remote-tracking branch 'origin/release/2.0.0-preview.18-17798677859'
GitOrigin-RevId: 452c4afd1c84ee1ea82fdff3c7b4e595fac85e0f
1 parent 27652fc commit 0dcf5b8

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@ 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+
## 2.0.0-preview.18 - September 17, 2025
10+
11+
### Features
12+
13+
- [dbt-fusion] Implement deps command upgrade and lock options ([#51](https://github.com/dbt-labs/dbt-fusion/issues/51))
14+
- [dbt-fusion] Support query-comment ([#20](https://github.com/dbt-labs/dbt-fusion/issues/20))
15+
- [dbt-fusion] Support for agate.Table.select()
16+
17+
### Fixes
18+
19+
- [dbt-fusion] LSP: Fixed incremental compile for doc md files
20+
- [dbt-fusion] Typechecking Databricks TABLE_CHANGES() ([#593](https://github.com/dbt-labs/dbt-fusion/issues/593))
21+
22+
### Under the Hood
23+
24+
- [dbt-fusion] Modify how columns are represented internally to improve adapters maintainability.
25+
26+
### Security
27+
28+
- [dbt-extension] Added bundled code signing signatures to allow for verification of extension
29+
30+
### Contributors
31+
- [@ajhlee-dbt](https://github.com/ajhlee-dbt) ([#20](https://github.com/dbt-labs/dbt-fusion/issues/20))
32+
- [@donicrosby](https://github.com/donicrosby)
33+
- [@serramatutu](https://github.com/serramatutu)
34+
35+
936
## 2.0.0-preview.17 - September 16, 2025
1037

1138
### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ homepage = "https://getdbt.com"
4848
keywords = ["sql", "parquet", "json", "csv", "dbt"]
4949
license = "Elastic-2.0"
5050
repository = "https://github.com/dbt-labs/dbt-fusion"
51-
version = "2.0.0-preview.17"
51+
version = "2.0.0-preview.18"
5252

5353
[patch.crates-io]
5454

0 commit comments

Comments
 (0)