From c91eed79db4fabee4b4b9e876ef9628d28c73dba Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Fri, 1 Mar 2024 23:46:35 +0000 Subject: [PATCH] Bumping version to 1.8.0b1 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.8.0-b1.md | 49 ++++++++++++++++++ .../Dependencies-20230912-120620.yaml | 0 .../Dependencies-20231002-164037.yaml | 0 .../Dependencies-20231009-192801.yaml | 0 .../Dependencies-20231010-195348.yaml | 0 .../Dependencies-20231013-190517.yaml | 0 .../Dependencies-20231017-191545.yaml | 0 .../Dependencies-20231027-173152.yaml | 0 .../Dependencies-20231030-193514.yaml | 0 .../Dependencies-20231108-190800.yaml | 0 .../Dependencies-20231110-192349.yaml | 0 .../Dependencies-20231113-195504.yaml | 0 .../Dependencies-20231116-194405.yaml | 0 .../Dependencies-20231127-201640.yaml | 0 .../Dependencies-20231127-201942.yaml | 0 .../Dependencies-20231128-194822.yaml | 0 .../Dependencies-20231129-195044.yaml | 0 .../Dependencies-20231130-044332.yaml | 0 .../Dependencies-20231204-193730.yaml | 0 .../Dependencies-20231212-195417.yaml | 0 .../Dependencies-20240118-095025.yaml | 0 .../Dependencies-20240124-111727.yaml | 0 .../Features-20231030-101055.yaml | 0 .../Features-20231214-195655.yaml | 0 .../Features-20231219-120533.yaml | 0 .../Fixes-20231025-203732.yaml | 0 .../Fixes-20231026-164623.yaml | 0 .../Fixes-20231030-234315.yaml | 0 .../Fixes-20231103-181357.yaml | 0 .../Fixes-20240206-132326.yaml | 0 .../Under the Hood-20231119-132157.yaml | 0 .../Under the Hood-20240102-152425.yaml | 0 CHANGELOG.md | 51 +++++++++++++++++++ dbt/adapters/redshift/__version__.py | 2 +- 35 files changed, 102 insertions(+), 2 deletions(-) create mode 100644 .changes/1.8.0-b1.md rename .changes/{unreleased => 1.8.0}/Dependencies-20230912-120620.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231002-164037.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231009-192801.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231010-195348.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231013-190517.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231017-191545.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231027-173152.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231030-193514.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231108-190800.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231110-192349.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231113-195504.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231116-194405.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231127-201640.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231127-201942.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231128-194822.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231129-195044.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231130-044332.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231204-193730.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20231212-195417.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20240118-095025.yaml (100%) rename .changes/{unreleased => 1.8.0}/Dependencies-20240124-111727.yaml (100%) rename .changes/{unreleased => 1.8.0}/Features-20231030-101055.yaml (100%) rename .changes/{unreleased => 1.8.0}/Features-20231214-195655.yaml (100%) rename .changes/{unreleased => 1.8.0}/Features-20231219-120533.yaml (100%) rename .changes/{unreleased => 1.8.0}/Fixes-20231025-203732.yaml (100%) rename .changes/{unreleased => 1.8.0}/Fixes-20231026-164623.yaml (100%) rename .changes/{unreleased => 1.8.0}/Fixes-20231030-234315.yaml (100%) rename .changes/{unreleased => 1.8.0}/Fixes-20231103-181357.yaml (100%) rename .changes/{unreleased => 1.8.0}/Fixes-20240206-132326.yaml (100%) rename .changes/{unreleased => 1.8.0}/Under the Hood-20231119-132157.yaml (100%) rename .changes/{unreleased => 1.8.0}/Under the Hood-20240102-152425.yaml (100%) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f54032556..54264b726 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.0a1 +current_version = 1.8.0b1 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.8.0-b1.md b/.changes/1.8.0-b1.md new file mode 100644 index 000000000..e8e4cbd2b --- /dev/null +++ b/.changes/1.8.0-b1.md @@ -0,0 +1,49 @@ +## dbt-redshift 1.8.0-b1 - March 01, 2024 + +### Features + +- allow user to set debug level for redshift-connector via env var ([#650](https://github.com/dbt-labs/dbt-redshift/issues/650)) +- Support limiting get_catalog by object name ([#625](https://github.com/dbt-labs/dbt-redshift/issues/625)) +- Add support for checking table-last-modified by metadata ([#615](https://github.com/dbt-labs/dbt-redshift/issues/615)) + +### Fixes + +- Fix parsing of database results for materialized view auto refresh ([#643](https://github.com/dbt-labs/dbt-redshift/issues/643)) +- Fix describe_materialized_view for Redshift Serverless ([#641](https://github.com/dbt-labs/dbt-redshift/issues/641)) +- Catalog queries assign the appropriate type for materialized views ([#652](https://github.com/dbt-labs/dbt-redshift/issues/652)) +- Fix handling of `backup` parameter during config change monitoring ([#621](https://github.com/dbt-labs/dbt-redshift/issues/621)) +- Initialize sqlparse.Lexer to resolve issue with `dbt docs generate` that includes external tables ([#710](https://github.com/dbt-labs/dbt-redshift/issues/710)) + +### Under the Hood + +- Add tests for --empty flag ([#667](https://github.com/dbt-labs/dbt-redshift/issues/667)) +- Update base adapter references as part of decoupling migration ([#698](https://github.com/dbt-labs/dbt-redshift/issues/698)) + +### Dependencies + +- Update redshift-connector requirement from ~=2.0.913 to ~=2.0.914 ([#601](https://github.com/dbt-labs/dbt-redshift/pull/601)) +- Update ddtrace requirement from ~=1.19 to ~=1.20 ([#622](https://github.com/dbt-labs/dbt-redshift/pull/622)) +- Update pre-commit-hooks requirement from ~=4.4 to ~=4.5 ([#627](https://github.com/dbt-labs/dbt-redshift/pull/627)) +- Bump mypy from 1.5.1 to 1.6.0 ([#629](https://github.com/dbt-labs/dbt-redshift/pull/629)) +- Update pre-commit requirement from ~=3.4 to ~=3.5 ([#634](https://github.com/dbt-labs/dbt-redshift/pull/634)) +- Update black requirement from ~=23.9 to ~=23.10 ([#636](https://github.com/dbt-labs/dbt-redshift/pull/636)) +- Bump mypy from 1.6.0 to 1.6.1 ([#648](https://github.com/dbt-labs/dbt-redshift/pull/648)) +- Update ddtrace requirement from ~=1.20 to ~=2.1 ([#651](https://github.com/dbt-labs/dbt-redshift/pull/651)) +- Update black requirement from ~=23.10 to ~=23.11 ([#660](https://github.com/dbt-labs/dbt-redshift/pull/660)) +- Bump mypy from 1.6.1 to 1.7.0 ([#662](https://github.com/dbt-labs/dbt-redshift/pull/662)) +- Update pytest-xdist requirement from ~=3.3 to ~=3.4 ([#664](https://github.com/dbt-labs/dbt-redshift/pull/664)) +- Update ddtrace requirement from ~=2.1 to ~=2.2 ([#665](https://github.com/dbt-labs/dbt-redshift/pull/665)) +- Update ddtrace requirement from ~=2.2 to ~=2.3 ([#669](https://github.com/dbt-labs/dbt-redshift/pull/669)) +- Update wheel requirement from ~=0.41 to ~=0.42 ([#670](https://github.com/dbt-labs/dbt-redshift/pull/670)) +- Update pytest-xdist requirement from ~=3.4 to ~=3.5 ([#672](https://github.com/dbt-labs/dbt-redshift/pull/672)) +- Remove direct boto3 dependency ([#674](https://github.com/dbt-labs/dbt-redshift/pull/674)) +- Bump mypy from 1.7.0 to 1.7.1 ([#676](https://github.com/dbt-labs/dbt-redshift/pull/676)) +- Update freezegun requirement from ~=1.2 to ~=1.3 ([#681](https://github.com/dbt-labs/dbt-redshift/pull/681)) +- Update black requirement from ~=23.11 to ~=23.12 ([#688](https://github.com/dbt-labs/dbt-redshift/pull/688)) +- upgrade redshift driver to 2.0.918 ([#700](https://github.com/dbt-labs/dbt-redshift/pull/700)) +- Migrate to dbt-common and dbt-adapters ([#706](https://github.com/dbt-labs/dbt-redshift/pull/706)) + +### Contributors +- [@hexDoor](https://github.com/hexDoor) ([#674](https://github.com/dbt-labs/dbt-redshift/pull/674)) +- [@reptillicus](https://github.com/reptillicus) ([#641](https://github.com/dbt-labs/dbt-redshift/issues/641)) +- [@soksamnanglim](https://github.com/soksamnanglim) ([#601](https://github.com/dbt-labs/dbt-redshift/pull/601)) diff --git a/.changes/unreleased/Dependencies-20230912-120620.yaml b/.changes/1.8.0/Dependencies-20230912-120620.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230912-120620.yaml rename to .changes/1.8.0/Dependencies-20230912-120620.yaml diff --git a/.changes/unreleased/Dependencies-20231002-164037.yaml b/.changes/1.8.0/Dependencies-20231002-164037.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231002-164037.yaml rename to .changes/1.8.0/Dependencies-20231002-164037.yaml diff --git a/.changes/unreleased/Dependencies-20231009-192801.yaml b/.changes/1.8.0/Dependencies-20231009-192801.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231009-192801.yaml rename to .changes/1.8.0/Dependencies-20231009-192801.yaml diff --git a/.changes/unreleased/Dependencies-20231010-195348.yaml b/.changes/1.8.0/Dependencies-20231010-195348.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231010-195348.yaml rename to .changes/1.8.0/Dependencies-20231010-195348.yaml diff --git a/.changes/unreleased/Dependencies-20231013-190517.yaml b/.changes/1.8.0/Dependencies-20231013-190517.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231013-190517.yaml rename to .changes/1.8.0/Dependencies-20231013-190517.yaml diff --git a/.changes/unreleased/Dependencies-20231017-191545.yaml b/.changes/1.8.0/Dependencies-20231017-191545.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231017-191545.yaml rename to .changes/1.8.0/Dependencies-20231017-191545.yaml diff --git a/.changes/unreleased/Dependencies-20231027-173152.yaml b/.changes/1.8.0/Dependencies-20231027-173152.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231027-173152.yaml rename to .changes/1.8.0/Dependencies-20231027-173152.yaml diff --git a/.changes/unreleased/Dependencies-20231030-193514.yaml b/.changes/1.8.0/Dependencies-20231030-193514.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231030-193514.yaml rename to .changes/1.8.0/Dependencies-20231030-193514.yaml diff --git a/.changes/unreleased/Dependencies-20231108-190800.yaml b/.changes/1.8.0/Dependencies-20231108-190800.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231108-190800.yaml rename to .changes/1.8.0/Dependencies-20231108-190800.yaml diff --git a/.changes/unreleased/Dependencies-20231110-192349.yaml b/.changes/1.8.0/Dependencies-20231110-192349.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231110-192349.yaml rename to .changes/1.8.0/Dependencies-20231110-192349.yaml diff --git a/.changes/unreleased/Dependencies-20231113-195504.yaml b/.changes/1.8.0/Dependencies-20231113-195504.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231113-195504.yaml rename to .changes/1.8.0/Dependencies-20231113-195504.yaml diff --git a/.changes/unreleased/Dependencies-20231116-194405.yaml b/.changes/1.8.0/Dependencies-20231116-194405.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231116-194405.yaml rename to .changes/1.8.0/Dependencies-20231116-194405.yaml diff --git a/.changes/unreleased/Dependencies-20231127-201640.yaml b/.changes/1.8.0/Dependencies-20231127-201640.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231127-201640.yaml rename to .changes/1.8.0/Dependencies-20231127-201640.yaml diff --git a/.changes/unreleased/Dependencies-20231127-201942.yaml b/.changes/1.8.0/Dependencies-20231127-201942.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231127-201942.yaml rename to .changes/1.8.0/Dependencies-20231127-201942.yaml diff --git a/.changes/unreleased/Dependencies-20231128-194822.yaml b/.changes/1.8.0/Dependencies-20231128-194822.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231128-194822.yaml rename to .changes/1.8.0/Dependencies-20231128-194822.yaml diff --git a/.changes/unreleased/Dependencies-20231129-195044.yaml b/.changes/1.8.0/Dependencies-20231129-195044.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231129-195044.yaml rename to .changes/1.8.0/Dependencies-20231129-195044.yaml diff --git a/.changes/unreleased/Dependencies-20231130-044332.yaml b/.changes/1.8.0/Dependencies-20231130-044332.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231130-044332.yaml rename to .changes/1.8.0/Dependencies-20231130-044332.yaml diff --git a/.changes/unreleased/Dependencies-20231204-193730.yaml b/.changes/1.8.0/Dependencies-20231204-193730.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231204-193730.yaml rename to .changes/1.8.0/Dependencies-20231204-193730.yaml diff --git a/.changes/unreleased/Dependencies-20231212-195417.yaml b/.changes/1.8.0/Dependencies-20231212-195417.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231212-195417.yaml rename to .changes/1.8.0/Dependencies-20231212-195417.yaml diff --git a/.changes/unreleased/Dependencies-20240118-095025.yaml b/.changes/1.8.0/Dependencies-20240118-095025.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240118-095025.yaml rename to .changes/1.8.0/Dependencies-20240118-095025.yaml diff --git a/.changes/unreleased/Dependencies-20240124-111727.yaml b/.changes/1.8.0/Dependencies-20240124-111727.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240124-111727.yaml rename to .changes/1.8.0/Dependencies-20240124-111727.yaml diff --git a/.changes/unreleased/Features-20231030-101055.yaml b/.changes/1.8.0/Features-20231030-101055.yaml similarity index 100% rename from .changes/unreleased/Features-20231030-101055.yaml rename to .changes/1.8.0/Features-20231030-101055.yaml diff --git a/.changes/unreleased/Features-20231214-195655.yaml b/.changes/1.8.0/Features-20231214-195655.yaml similarity index 100% rename from .changes/unreleased/Features-20231214-195655.yaml rename to .changes/1.8.0/Features-20231214-195655.yaml diff --git a/.changes/unreleased/Features-20231219-120533.yaml b/.changes/1.8.0/Features-20231219-120533.yaml similarity index 100% rename from .changes/unreleased/Features-20231219-120533.yaml rename to .changes/1.8.0/Features-20231219-120533.yaml diff --git a/.changes/unreleased/Fixes-20231025-203732.yaml b/.changes/1.8.0/Fixes-20231025-203732.yaml similarity index 100% rename from .changes/unreleased/Fixes-20231025-203732.yaml rename to .changes/1.8.0/Fixes-20231025-203732.yaml diff --git a/.changes/unreleased/Fixes-20231026-164623.yaml b/.changes/1.8.0/Fixes-20231026-164623.yaml similarity index 100% rename from .changes/unreleased/Fixes-20231026-164623.yaml rename to .changes/1.8.0/Fixes-20231026-164623.yaml diff --git a/.changes/unreleased/Fixes-20231030-234315.yaml b/.changes/1.8.0/Fixes-20231030-234315.yaml similarity index 100% rename from .changes/unreleased/Fixes-20231030-234315.yaml rename to .changes/1.8.0/Fixes-20231030-234315.yaml diff --git a/.changes/unreleased/Fixes-20231103-181357.yaml b/.changes/1.8.0/Fixes-20231103-181357.yaml similarity index 100% rename from .changes/unreleased/Fixes-20231103-181357.yaml rename to .changes/1.8.0/Fixes-20231103-181357.yaml diff --git a/.changes/unreleased/Fixes-20240206-132326.yaml b/.changes/1.8.0/Fixes-20240206-132326.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240206-132326.yaml rename to .changes/1.8.0/Fixes-20240206-132326.yaml diff --git a/.changes/unreleased/Under the Hood-20231119-132157.yaml b/.changes/1.8.0/Under the Hood-20231119-132157.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20231119-132157.yaml rename to .changes/1.8.0/Under the Hood-20231119-132157.yaml diff --git a/.changes/unreleased/Under the Hood-20240102-152425.yaml b/.changes/1.8.0/Under the Hood-20240102-152425.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240102-152425.yaml rename to .changes/1.8.0/Under the Hood-20240102-152425.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a8e7db1..2aebed2a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,57 @@ - "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/dbt-labs/dbt-redshift/blob/main/CONTRIBUTING.md#adding-changelog-entry) +## dbt-redshift 1.8.0-b1 - March 01, 2024 + +### Features + +- allow user to set debug level for redshift-connector via env var ([#650](https://github.com/dbt-labs/dbt-redshift/issues/650)) +- Support limiting get_catalog by object name ([#625](https://github.com/dbt-labs/dbt-redshift/issues/625)) +- Add support for checking table-last-modified by metadata ([#615](https://github.com/dbt-labs/dbt-redshift/issues/615)) + +### Fixes + +- Fix parsing of database results for materialized view auto refresh ([#643](https://github.com/dbt-labs/dbt-redshift/issues/643)) +- Fix describe_materialized_view for Redshift Serverless ([#641](https://github.com/dbt-labs/dbt-redshift/issues/641)) +- Catalog queries assign the appropriate type for materialized views ([#652](https://github.com/dbt-labs/dbt-redshift/issues/652)) +- Fix handling of `backup` parameter during config change monitoring ([#621](https://github.com/dbt-labs/dbt-redshift/issues/621)) +- Initialize sqlparse.Lexer to resolve issue with `dbt docs generate` that includes external tables ([#710](https://github.com/dbt-labs/dbt-redshift/issues/710)) + +### Under the Hood + +- Add tests for --empty flag ([#667](https://github.com/dbt-labs/dbt-redshift/issues/667)) +- Update base adapter references as part of decoupling migration ([#698](https://github.com/dbt-labs/dbt-redshift/issues/698)) + +### Dependencies + +- Update redshift-connector requirement from ~=2.0.913 to ~=2.0.914 ([#601](https://github.com/dbt-labs/dbt-redshift/pull/601)) +- Update ddtrace requirement from ~=1.19 to ~=1.20 ([#622](https://github.com/dbt-labs/dbt-redshift/pull/622)) +- Update pre-commit-hooks requirement from ~=4.4 to ~=4.5 ([#627](https://github.com/dbt-labs/dbt-redshift/pull/627)) +- Bump mypy from 1.5.1 to 1.6.0 ([#629](https://github.com/dbt-labs/dbt-redshift/pull/629)) +- Update pre-commit requirement from ~=3.4 to ~=3.5 ([#634](https://github.com/dbt-labs/dbt-redshift/pull/634)) +- Update black requirement from ~=23.9 to ~=23.10 ([#636](https://github.com/dbt-labs/dbt-redshift/pull/636)) +- Bump mypy from 1.6.0 to 1.6.1 ([#648](https://github.com/dbt-labs/dbt-redshift/pull/648)) +- Update ddtrace requirement from ~=1.20 to ~=2.1 ([#651](https://github.com/dbt-labs/dbt-redshift/pull/651)) +- Update black requirement from ~=23.10 to ~=23.11 ([#660](https://github.com/dbt-labs/dbt-redshift/pull/660)) +- Bump mypy from 1.6.1 to 1.7.0 ([#662](https://github.com/dbt-labs/dbt-redshift/pull/662)) +- Update pytest-xdist requirement from ~=3.3 to ~=3.4 ([#664](https://github.com/dbt-labs/dbt-redshift/pull/664)) +- Update ddtrace requirement from ~=2.1 to ~=2.2 ([#665](https://github.com/dbt-labs/dbt-redshift/pull/665)) +- Update ddtrace requirement from ~=2.2 to ~=2.3 ([#669](https://github.com/dbt-labs/dbt-redshift/pull/669)) +- Update wheel requirement from ~=0.41 to ~=0.42 ([#670](https://github.com/dbt-labs/dbt-redshift/pull/670)) +- Update pytest-xdist requirement from ~=3.4 to ~=3.5 ([#672](https://github.com/dbt-labs/dbt-redshift/pull/672)) +- Remove direct boto3 dependency ([#674](https://github.com/dbt-labs/dbt-redshift/pull/674)) +- Bump mypy from 1.7.0 to 1.7.1 ([#676](https://github.com/dbt-labs/dbt-redshift/pull/676)) +- Update freezegun requirement from ~=1.2 to ~=1.3 ([#681](https://github.com/dbt-labs/dbt-redshift/pull/681)) +- Update black requirement from ~=23.11 to ~=23.12 ([#688](https://github.com/dbt-labs/dbt-redshift/pull/688)) +- upgrade redshift driver to 2.0.918 ([#700](https://github.com/dbt-labs/dbt-redshift/pull/700)) +- Migrate to dbt-common and dbt-adapters ([#706](https://github.com/dbt-labs/dbt-redshift/pull/706)) + +### Contributors +- [@hexDoor](https://github.com/hexDoor) ([#674](https://github.com/dbt-labs/dbt-redshift/pull/674)) +- [@reptillicus](https://github.com/reptillicus) ([#641](https://github.com/dbt-labs/dbt-redshift/issues/641)) +- [@soksamnanglim](https://github.com/soksamnanglim) ([#601](https://github.com/dbt-labs/dbt-redshift/pull/601)) + + ## Previous Releases For information on prior major and minor releases, see their changelogs: - [1.6](https://github.com/dbt-labs/dbt-redshift/blob/1.6.latest/CHANGELOG.md) diff --git a/dbt/adapters/redshift/__version__.py b/dbt/adapters/redshift/__version__.py index f15b401d1..6496f3e22 100644 --- a/dbt/adapters/redshift/__version__.py +++ b/dbt/adapters/redshift/__version__.py @@ -1 +1 @@ -version = "1.8.0a1" +version = "1.8.0b1"