Skip to content

Commit

Permalink
Bumping version to 1.9.0 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
starburstdata-automation authored and damian3031 committed Dec 20, 2024
1 parent af2a87e commit 9ec929a
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .changes/1.9.0.md
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))
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
- Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- 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](https://github.com/starburstdata/dbt-trino/blob/master/CONTRIBUTING.md#adding-changelog-entry)
## 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))
## Previous Releases

For information on prior major and minor releases, see their changelogs:
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/trino/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.5"
version = "1.9.0"

0 comments on commit 9ec929a

Please sign in to comment.