-
Notifications
You must be signed in to change notification settings - Fork 59
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.6.0rc1 and generate changelog
- Loading branch information
1 parent
7f0e554
commit aa0f0b0
Showing
22 changed files
with
66 additions
and
4 deletions.
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
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,31 @@ | ||
## dbt-redshift 1.6.0-rc1 - July 17, 2023 | ||
|
||
### Features | ||
|
||
- ([#179](https://github.com/dbt-labs/dbt-redshift/issues/179)) | ||
- add merge as a new incremental strategy for redshift ([#402](https://github.com/dbt-labs/dbt-redshift/issues/402)) | ||
- add dbt-redshift portion of dbt_clone functionality ([#504](https://github.com/dbt-labs/dbt-redshift/issues/504)) | ||
- Enumerate implemented materialized view features via integration test flags and change `autorefresh` to `auto_refresh` ([#dbt-labs/dbt-core#6911](https://github.com/dbt-labs/dbt-redshift/issues/dbt-labs/dbt-core#6911)) | ||
|
||
### Fixes | ||
|
||
- Remove dependent_projects argument from PartialProject call in unit tests ([#7955](https://github.com/dbt-labs/dbt-redshift/issues/7955)) | ||
- Fix regression in redshift-connector==2.0.912 ([#518](https://github.com/dbt-labs/dbt-redshift/issues/518)) | ||
- Fixed unit test that broke following dbt clone work ([#518](https://github.com/dbt-labs/dbt-redshift/issues/518)) | ||
- cast the port as an int ([#518](https://github.com/dbt-labs/dbt-redshift/issues/518)) | ||
- hard pin dep on redshift_connector ([#531](https://github.com/dbt-labs/dbt-redshift/issues/531), [#532](https://github.com/dbt-labs/dbt-redshift/issues/532)) | ||
- re-enable query commenting ([#536](https://github.com/dbt-labs/dbt-redshift/issues/536)) | ||
|
||
### Dependencies | ||
|
||
- Update pytest-xdist requirement from ~=3.2 to ~=3.3 ([#449](https://github.com/dbt-labs/dbt-redshift/pull/449)) | ||
- Update types-requests requirement from ~=2.28 to ~=2.31 ([#461](https://github.com/dbt-labs/dbt-redshift/pull/461)) | ||
- Update tox requirement from ~=4.5 to ~=4.6 ([#481](https://github.com/dbt-labs/dbt-redshift/pull/481)) | ||
- Bump mypy from 1.2.0 to 1.4.0 ([#503](https://github.com/dbt-labs/dbt-redshift/pull/503)) | ||
- Update pre-commit requirement from ~=2.21 to ~=3.3 ([#426](https://github.com/dbt-labs/dbt-redshift/pull/426)) | ||
- Update pytest requirement from ~=7.3 to ~=7.4 ([#507](https://github.com/dbt-labs/dbt-redshift/pull/507)) | ||
- Bump mypy from 1.4.0 to 1.4.1 ([#508](https://github.com/dbt-labs/dbt-redshift/pull/508)) | ||
- Update pip-tools requirement from ~=6.13 to ~=6.14 ([#517](https://github.com/dbt-labs/dbt-redshift/pull/517)) | ||
|
||
### Contributors | ||
- [@jiezhen-chen](https://github.com/jiezhen-chen) ([#179](https://github.com/dbt-labs/dbt-redshift/issues/179), [#402](https://github.com/dbt-labs/dbt-redshift/issues/402), [#518](https://github.com/dbt-labs/dbt-redshift/issues/518)) |
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.
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.
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.6.0b5" | ||
version = "1.6.0rc1" |