Skip to content

Commit

Permalink
Bumping version to 1.6.0 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed Aug 1, 2023
1 parent b7752fe commit 8128502
Show file tree
Hide file tree
Showing 31 changed files with 32 additions and 191 deletions.
1 change: 1 addition & 0 deletions .changes/0.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

For information on prior major and minor releases, see their changelogs:

* [1.5](https://github.com/starburstdata/dbt-trino/blob/1.5.latest/CHANGELOG.md)
* [1.4](https://github.com/starburstdata/dbt-trino/blob/1.4.latest/CHANGELOG.md)
* [1.3](https://github.com/starburstdata/dbt-trino/blob/1.3.latest/CHANGELOG.md)
* [1.2](https://github.com/starburstdata/dbt-trino/blob/1.2.latest/CHANGELOG.md)
Expand Down
14 changes: 0 additions & 14 deletions .changes/1.5.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.0/Dependencies-20230410-050913.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.0/Dependencies-20230425-050403.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.0/Dependencies-20230428-094136.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.0/Features-20230419-115208.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.0/Under the Hood-20230424-163631.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.0/Under the Hood-20230424-163815.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .changes/1.5.1.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.1/Dependencies-20230502-051233.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.1/Dependencies-20230511-051155.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.1/Dependencies-20230630-104322.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.1/Dependencies-20230707-135105.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.1/Dependencies-20230707-135157.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.1/Dependencies-20230707-135310.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.1/Dependencies-20230707-135401.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.1/Features-20230607-111010.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.1/Fixes-20230713-102021.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.1/Under the Hood-20230619-154855.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.1/Under the Hood-20230630-122950.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions .changes/1.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## dbt-trino 1.6.0 - August 01, 2023
### Breaking Changes
- Drop support for Python 3.7 ([#314](https://github.com/starburstdata/dbt-trino/issues/314), [#331](https://github.com/starburstdata/dbt-trino/pull/331))
- Update dbt-core to 1.6.0 ([#332](https://github.com/starburstdata/dbt-trino/pull/332))
- Renamed relation type 'materializedview' to 'materialized_view' to be consistent with dbt-core 1.6. If you have any custom macro where you check if relation type equals to 'materializedview', change it to 'materialized_view' ([#332](https://github.com/starburstdata/dbt-trino/pull/332))
### Under the Hood
- Refactored materialized view macros ([#333](https://github.com/starburstdata/dbt-trino/pull/333))
- Add new tests from dbt-tests-adapter ([#335](https://github.com/starburstdata/dbt-trino/pull/335))
- Add schema teardown method where necessary ([#267](https://github.com/starburstdata/dbt-trino/issues/267), [#335](https://github.com/starburstdata/dbt-trino/pull/335))
### Dependencies
- Update dbt-tests-adapter requirement from ~=1.5.2 to ~=1.6.0 ([#330](https://github.com/starburstdata/dbt-trino/pull/330))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#331](https://github.com/starburstdata/dbt-trino/pull/331), [#332](https://github.com/starburstdata/dbt-trino/pull/332), [#332](https://github.com/starburstdata/dbt-trino/pull/332), [#333](https://github.com/starburstdata/dbt-trino/pull/333), [#335](https://github.com/starburstdata/dbt-trino/pull/335), [#335](https://github.com/starburstdata/dbt-trino/pull/335))
- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#330](https://github.com/starburstdata/dbt-trino/pull/330))
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Breaking Changes
body: Update dbt-core to 1.6.0rc1
body: Update dbt-core to 1.6.0
time: 2023-07-21T12:58:06.169523+02:00
custom:
Author: damian3031
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Dependencies
body: "Update dbt-tests-adapter requirement from ~=1.5.2 to ~=1.5.3"
body: "Update dbt-tests-adapter requirement from ~=1.5.2 to ~=1.6.0"
time: 2023-07-18T04:14:36.00000Z
custom:
Author: dependabot[bot]
Expand Down
44 changes: 12 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +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.5.1 - July 17, 2023
### Features
- Implement query comments ([#305](https://github.com/starburstdata/dbt-trino/issues/305), [#306](https://github.com/starburstdata/dbt-trino/pull/306))
### Fixes
- Fix sync_all_columns schema change strategy for incremental models ([#326](https://github.com/starburstdata/dbt-trino/issues/326), [#324](https://github.com/starburstdata/dbt-trino/pull/324))
## dbt-trino 1.6.0 - August 01, 2023
### Breaking Changes
- Drop support for Python 3.7 ([#314](https://github.com/starburstdata/dbt-trino/issues/314), [#331](https://github.com/starburstdata/dbt-trino/pull/331))
- Update dbt-core to 1.6.0 ([#332](https://github.com/starburstdata/dbt-trino/pull/332))
- Renamed relation type 'materializedview' to 'materialized_view' to be consistent with dbt-core 1.6. If you have any custom macro where you check if relation type equals to 'materializedview', change it to 'materialized_view' ([#332](https://github.com/starburstdata/dbt-trino/pull/332))
### Under the Hood
- Add test for hooks with DELETE statement ([#307](https://github.com/starburstdata/dbt-trino/issues/307), [#308](https://github.com/starburstdata/dbt-trino/pull/308))
- Set the table comment when creating the table ([#318](https://github.com/starburstdata/dbt-trino/issues/318), [#317](https://github.com/starburstdata/dbt-trino/pull/317))
- Refactored materialized view macros ([#333](https://github.com/starburstdata/dbt-trino/pull/333))
- Add new tests from dbt-tests-adapter ([#335](https://github.com/starburstdata/dbt-trino/pull/335))
- Add schema teardown method where necessary ([#267](https://github.com/starburstdata/dbt-trino/issues/267), [#335](https://github.com/starburstdata/dbt-trino/pull/335))
### Dependencies
- Update pre-commit requirement from ~=3.2 to ~=3.3 ([#297](https://github.com/starburstdata/dbt-trino/pull/297))
- Bump mypy from 1.2.0 to 1.3.0 ([#300](https://github.com/starburstdata/dbt-trino/pull/300))
- Update to Trino 0.326 ([#316](https://github.com/starburstdata/dbt-trino/issues/316), [#315](https://github.com/starburstdata/dbt-trino/pull/315))
- Update tox requirement from ~=4.5 to ~=4.6 ([#320](https://github.com/starburstdata/dbt-trino/pull/320))
- Update dbt-tests-adapter requirement from ~=1.5.0 to ~=1.5.2 ([#320](https://github.com/starburstdata/dbt-trino/pull/320))
- Update pytest requirement from ~=7.3 to ~=7.4 ([#320](https://github.com/starburstdata/dbt-trino/pull/320))
- Bump mypy from 1.3.0 to 1.4.1 ([#320](https://github.com/starburstdata/dbt-trino/pull/320))
- Update dbt-tests-adapter requirement from ~=1.5.2 to ~=1.6.0 ([#330](https://github.com/starburstdata/dbt-trino/pull/330))

### Contributors
- [@Fokko](https://github.com/Fokko) ([#317](https://github.com/starburstdata/dbt-trino/pull/317), [#315](https://github.com/starburstdata/dbt-trino/pull/315))
- [@damian3031](https://github.com/damian3031) ([#306](https://github.com/starburstdata/dbt-trino/pull/306), [#308](https://github.com/starburstdata/dbt-trino/pull/308), [#320](https://github.com/starburstdata/dbt-trino/pull/320), [#320](https://github.com/starburstdata/dbt-trino/pull/320), [#320](https://github.com/starburstdata/dbt-trino/pull/320), [#320](https://github.com/starburstdata/dbt-trino/pull/320))
- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#297](https://github.com/starburstdata/dbt-trino/pull/297), [#300](https://github.com/starburstdata/dbt-trino/pull/300))
- [@posulliv](https://github.com/posulliv) ([#324](https://github.com/starburstdata/dbt-trino/pull/324))
## dbt-trino 1.5.0 - April 28, 2023
### Features
- Add model contracts ([#284](https://github.com/starburstdata/dbt-trino/issues/284), [#286](https://github.com/starburstdata/dbt-trino/pull/286))
### Under the Hood
- Add new tests from dbt-tests-adapter 1.5 ([#284](https://github.com/starburstdata/dbt-trino/issues/284), [#289](https://github.com/starburstdata/dbt-trino/pull/289))
- Added columns types checking methods for Trino ([#284](https://github.com/starburstdata/dbt-trino/issues/284), [#289](https://github.com/starburstdata/dbt-trino/pull/289))
### Dependencies
- Update pytest requirement from ~=7.2 to ~=7.3 ([#283](https://github.com/starburstdata/dbt-trino/pull/283))
- Update tox requirement from ~=4.4 to ~=4.5 ([#290](https://github.com/starburstdata/dbt-trino/pull/290))
- Upgrade dbt-core to 1.5.0 ([#284](https://github.com/starburstdata/dbt-trino/issues/284), [#295](https://github.com/starburstdata/dbt-trino/pull/295))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#286](https://github.com/starburstdata/dbt-trino/pull/286), [#289](https://github.com/starburstdata/dbt-trino/pull/289), [#289](https://github.com/starburstdata/dbt-trino/pull/289), [#295](https://github.com/starburstdata/dbt-trino/pull/295))
- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#283](https://github.com/starburstdata/dbt-trino/pull/283), [#290](https://github.com/starburstdata/dbt-trino/pull/290))
- [@damian3031](https://github.com/damian3031) ([#331](https://github.com/starburstdata/dbt-trino/pull/331), [#332](https://github.com/starburstdata/dbt-trino/pull/332), [#332](https://github.com/starburstdata/dbt-trino/pull/332), [#333](https://github.com/starburstdata/dbt-trino/pull/333), [#335](https://github.com/starburstdata/dbt-trino/pull/335), [#335](https://github.com/starburstdata/dbt-trino/pull/335))
- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#330](https://github.com/starburstdata/dbt-trino/pull/330))
## Previous Releases

For information on prior major and minor releases, see their changelogs:

* [1.5](https://github.com/starburstdata/dbt-trino/blob/1.5.latest/CHANGELOG.md)
* [1.4](https://github.com/starburstdata/dbt-trino/blob/1.4.latest/CHANGELOG.md)
* [1.3](https://github.com/starburstdata/dbt-trino/blob/1.3.latest/CHANGELOG.md)
* [1.2](https://github.com/starburstdata/dbt-trino/blob/1.2.latest/CHANGELOG.md)
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.6.0rc1"
version = "1.6.0"
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-tests-adapter~=1.6.0rc1
dbt-tests-adapter~=1.6.0
mypy==1.4.1 # patch updates have historically introduced breaking changes
pre-commit~=3.3
pytest~=7.4
Expand Down

0 comments on commit 8128502

Please sign in to comment.