-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version to 1.9.0 and generate CHANGELOG
- Loading branch information
1 parent
af2a87e
commit 9ec929a
Showing
10 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## dbt-trino 1.9.0 - December 20, 2024 | ||
### Breaking Changes | ||
- Drop support for Python 3.8 ([#439](https://github.com/starburstdata/dbt-trino/pull/439)) | ||
### Features | ||
- Microbatch incremental strategy ([#453](https://github.com/starburstdata/dbt-trino/pull/453)) | ||
- Allow configuring of snapshot column names ([#462](https://github.com/starburstdata/dbt-trino/pull/462)) | ||
- Enable setting current value of dbt_valid_to ([#462](https://github.com/starburstdata/dbt-trino/pull/462)) | ||
### Under the Hood | ||
- Add tests against Python 3.13 ([#439](https://github.com/starburstdata/dbt-trino/pull/439)) | ||
- Update trino__get_columns_in_relation to use information_schema.columns ([#443](https://github.com/starburstdata/dbt-trino/issues/443), [#444](https://github.com/starburstdata/dbt-trino/pull/444)) | ||
### Dependencies | ||
- Update dependencies ([#462](https://github.com/starburstdata/dbt-trino/pull/462)) | ||
|
||
### Contributors | ||
- [@damian3031](https://github.com/damian3031) ([#439](https://github.com/starburstdata/dbt-trino/pull/439), [#453](https://github.com/starburstdata/dbt-trino/pull/453), [#462](https://github.com/starburstdata/dbt-trino/pull/462), [#462](https://github.com/starburstdata/dbt-trino/pull/462), [#439](https://github.com/starburstdata/dbt-trino/pull/439), [#462](https://github.com/starburstdata/dbt-trino/pull/462)) | ||
- [@posulliv](https://github.com/posulliv) ([#444](https://github.com/starburstdata/dbt-trino/pull/444)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = "1.8.5" | ||
version = "1.9.0" |