Skip to content

Commit

Permalink
Bumping version to 1.8.0 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
starburstdata-automation authored and damian3031 committed May 9, 2024
1 parent 6dfd41b commit 15a4398
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 128 deletions.
10 changes: 0 additions & 10 deletions .changes/1.8.0-b1.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changes/1.8.0-b2.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0-b3.md

This file was deleted.

20 changes: 20 additions & 0 deletions .changes/1.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## dbt-trino 1.8.0 - May 09, 2024
### Features
- Support all types for unit testing ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393))
- on_table_exists modes (rename, drop, replace) determine how table is recreated during a full-refresh run of an incremental model ([#395](https://github.com/starburstdata/dbt-trino/issues/395), [#406](https://github.com/starburstdata/dbt-trino/pull/406))
### Fixes
- Stop adding aliases to subqueries when calling with `--empty` ([#408](https://github.com/starburstdata/dbt-trino/pull/408))
### Under the Hood
- Add tests against Python 3.12 ([#383](https://github.com/starburstdata/dbt-trino/pull/383))
- Upgrade Trino to 439, SEP to 435-e.1 ([#388](https://github.com/starburstdata/dbt-trino/pull/388))
- Migrate to dbt-common and dbt-adapters package ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#390](https://github.com/starburstdata/dbt-trino/pull/390))
- Add tests for --empty flag ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393))
- Update dependabot config to cover GHA ([#395](https://github.com/starburstdata/dbt-trino/pull/395))
### Dependencies
- Bump dev_requirements ([#388](https://github.com/starburstdata/dbt-trino/pull/388))
- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#393](https://github.com/starburstdata/dbt-trino/pull/393))
- Updated dependencies and GH actions ([#408](https://github.com/starburstdata/dbt-trino/pull/408))
- Updated dbt-core to 1.8.0 ([#408](https://github.com/starburstdata/dbt-trino/pull/408))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#393](https://github.com/starburstdata/dbt-trino/pull/393), [#406](https://github.com/starburstdata/dbt-trino/pull/406), [#408](https://github.com/starburstdata/dbt-trino/pull/408), [#383](https://github.com/starburstdata/dbt-trino/pull/383), [#388](https://github.com/starburstdata/dbt-trino/pull/388), [#390](https://github.com/starburstdata/dbt-trino/pull/390), [#393](https://github.com/starburstdata/dbt-trino/pull/393), [#395](https://github.com/starburstdata/dbt-trino/pull/395), [#388](https://github.com/starburstdata/dbt-trino/pull/388), [#393](https://github.com/starburstdata/dbt-trino/pull/393), [#408](https://github.com/starburstdata/dbt-trino/pull/408), [#408](https://github.com/starburstdata/dbt-trino/pull/408))
7 changes: 0 additions & 7 deletions .changes/1.8.0/Dependencies-20240306-121120.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.8.0/Dependencies-20240405-122927.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.8.0/Features-20240405-174603.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.8.0/Under the Hood-20240122-140131.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.8.0/Under the Hood-20240306-121631.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.8.0/Under the Hood-20240312-132326.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.8.0/Under the Hood-20240408-134750.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.8.0/Under the Hood-20240422-125232.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Dependencies-20240507-142214.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Dependencies-20240509-213722.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/unreleased/Features-20240430-120758.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Fixes-20240506-130645.yaml

This file was deleted.

26 changes: 10 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,26 @@
- 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.8.0-b3 - April 22, 2024
### Under the Hood
- Update dependabot config to cover GHA ([#395](https://github.com/starburstdata/dbt-trino/pull/395))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#395](https://github.com/starburstdata/dbt-trino/pull/395))
## dbt-trino 1.8.0-b2 - April 08, 2024
## dbt-trino 1.8.0 - May 09, 2024
### Features
- Support all types for unit testing ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393))
### Under the Hood
- Add tests for --empty flag ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393))
### Dependencies
- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#393](https://github.com/starburstdata/dbt-trino/pull/393))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#393](https://github.com/starburstdata/dbt-trino/pull/393), [#393](https://github.com/starburstdata/dbt-trino/pull/393), [#393](https://github.com/starburstdata/dbt-trino/pull/393))
## dbt-trino 1.8.0-b1 - March 12, 2024
- on_table_exists modes (rename, drop, replace) determine how table is recreated during a full-refresh run of an incremental model ([#395](https://github.com/starburstdata/dbt-trino/issues/395), [#406](https://github.com/starburstdata/dbt-trino/pull/406))
### Fixes
- Stop adding aliases to subqueries when calling with `--empty` ([#408](https://github.com/starburstdata/dbt-trino/pull/408))
### Under the Hood
- Add tests against Python 3.12 ([#383](https://github.com/starburstdata/dbt-trino/pull/383))
- Upgrade Trino to 439, SEP to 435-e.1 ([#388](https://github.com/starburstdata/dbt-trino/pull/388))
- Migrate to dbt-common and dbt-adapters package ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#390](https://github.com/starburstdata/dbt-trino/pull/390))
- Add tests for --empty flag ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393))
- Update dependabot config to cover GHA ([#395](https://github.com/starburstdata/dbt-trino/pull/395))
### Dependencies
- Bump dev_requirements ([#388](https://github.com/starburstdata/dbt-trino/pull/388))
- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#393](https://github.com/starburstdata/dbt-trino/pull/393))
- Updated dependencies and GH actions ([#408](https://github.com/starburstdata/dbt-trino/pull/408))
- Updated dbt-core to 1.8.0 ([#408](https://github.com/starburstdata/dbt-trino/pull/408))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#383](https://github.com/starburstdata/dbt-trino/pull/383), [#388](https://github.com/starburstdata/dbt-trino/pull/388), [#390](https://github.com/starburstdata/dbt-trino/pull/390), [#388](https://github.com/starburstdata/dbt-trino/pull/388))
- [@damian3031](https://github.com/damian3031) ([#393](https://github.com/starburstdata/dbt-trino/pull/393), [#406](https://github.com/starburstdata/dbt-trino/pull/406), [#408](https://github.com/starburstdata/dbt-trino/pull/408), [#383](https://github.com/starburstdata/dbt-trino/pull/383), [#388](https://github.com/starburstdata/dbt-trino/pull/388), [#390](https://github.com/starburstdata/dbt-trino/pull/390), [#393](https://github.com/starburstdata/dbt-trino/pull/393), [#395](https://github.com/starburstdata/dbt-trino/pull/395), [#388](https://github.com/starburstdata/dbt-trino/pull/388), [#393](https://github.com/starburstdata/dbt-trino/pull/393), [#408](https://github.com/starburstdata/dbt-trino/pull/408), [#408](https://github.com/starburstdata/dbt-trino/pull/408))
## 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.0b3"
version = "1.8.0"

0 comments on commit 15a4398

Please sign in to comment.