Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup main after cutting new 1.7.latest branch #633

Merged
merged 3 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.0b2
current_version = 1.8.0a1
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
32 changes: 0 additions & 32 deletions .changes/1.7.0-b1.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changes/1.7.0-b2.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230711-192047.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230717-195349.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230720-191748.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230724-190537.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230731-194135.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230803-131633.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230808-194553.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230810-193150.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230810-193846.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230811-195421.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230814-190800.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230816-195425.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230816-195442.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230821-192842.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230901-230919.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230904-193307.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230912-002353.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20230803-111146.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230802-103350.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230815-151655.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230830-164611.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230908-113019.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230912-133327.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Under the Hood-20230724-164439.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.7.0/Under the Hood-20230808-141645.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.7.0/Under the Hood-20230829-113206.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.7.0/Under the Hood-20230914-135547.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Dependencies-20230918-190833.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20230921-153707.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20230807-174409.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20230923-091155.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Under the Hood-20230925-150132.yaml

This file was deleted.

60 changes: 0 additions & 60 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,66 +5,6 @@
- "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.7.0-b2 - September 15, 2023

### Features

- use get_replace_sql in redshift__get_alter_materialized_view_as_sql, avoid renaming materialized views with custom table.sql and view.sql ([#606](https://github.com/dbt-labs/dbt-redshift/issues/606))

### Fixes

- allow auto_refresh to take in boolean and str values for materialized views ([#560](https://github.com/dbt-labs/dbt-redshift/issues/560))
- Fix to support removal of hologram, remove unused IAMDuration encoder ([#591](https://github.com/dbt-labs/dbt-redshift/issues/591))
- changes expected value types to AnyInteger to take into account changes in core ([#597](https://github.com/dbt-labs/dbt-redshift/issues/597))

### Under the Hood

- Restructure macro files to be more granular; organize macros by relation and type (create, drop, etc.) ([#590](https://github.com/dbt-labs/dbt-redshift/issues/590))
- allow for bool/str input to backup/autorefresh when configuring materialized views ([#606](https://github.com/dbt-labs/dbt-redshift/issues/606))

### Dependencies

- Bump mypy from 1.5.0 to 1.5.1 ([#585](https://github.com/dbt-labs/dbt-redshift/pull/585))
- Update tox requirement from ~=4.9 to ~=4.10 ([#588](https://github.com/dbt-labs/dbt-redshift/pull/588))
- Update tox requirement from ~=4.10 to ~=4.11 ([#594](https://github.com/dbt-labs/dbt-redshift/pull/594))
- Update pre-commit requirement from ~=3.3 to ~=3.4 ([#596](https://github.com/dbt-labs/dbt-redshift/pull/596))
- Update black requirement from ~=23.7 to ~=23.9 ([#600](https://github.com/dbt-labs/dbt-redshift/pull/600))



## dbt-redshift 1.7.0-b1 - August 17, 2023

### Features

- Support DISTSTYLE for seeds ([#255](https://github.com/dbt-labs/dbt-redshift/issues/255))

### Fixes

- Insert values of `merge_exclude_columns` when not matched ([#563](https://github.com/dbt-labs/dbt-redshift/issues/563))

### Under the Hood

- Update stale workflow to use the centralized version ([#552](https://github.com/dbt-labs/dbt-redshift/issues/552))
- Update flaky MV tests to use retry logic to avoid "cannot open relation with OID" error ([#569](https://github.com/dbt-labs/dbt-redshift/issues/569))

### Dependencies

- Update black requirement from ~=23.3 to ~=23.7 ([#529](https://github.com/dbt-labs/dbt-redshift/pull/529))
- Update pip-tools requirement from ~=6.14 to ~=7.0 ([#541](https://github.com/dbt-labs/dbt-redshift/pull/541))
- Update ddtrace requirement from ~=1.16 to ~=1.17 ([#550](https://github.com/dbt-labs/dbt-redshift/pull/550))
- Update wheel requirement from ~=0.40 to ~=0.41 ([#551](https://github.com/dbt-labs/dbt-redshift/pull/551))
- Update flake8 requirement from ~=6.0 to ~=6.1 ([#562](https://github.com/dbt-labs/dbt-redshift/pull/562))
- Update pip-tools requirement from ~=7.0 to ~=7.2 ([#567](https://github.com/dbt-labs/dbt-redshift/pull/567))
- Update tox requirement from ~=4.6 to ~=4.7 ([#570](https://github.com/dbt-labs/dbt-redshift/pull/570))
- Bump mypy from 1.4.1 to 1.5.0 ([#573](https://github.com/dbt-labs/dbt-redshift/pull/573))
- Update pip-tools requirement from ~=7.2 to ~=7.3 ([#572](https://github.com/dbt-labs/dbt-redshift/pull/572))
- Update ddtrace requirement from ~=1.17 to ~=1.18 ([#575](https://github.com/dbt-labs/dbt-redshift/pull/575))
- Update tox requirement from ~=4.7 to ~=4.8 ([#581](https://github.com/dbt-labs/dbt-redshift/pull/581))
- Update tox requirement from ~=4.8 to ~=4.9 ([#586](https://github.com/dbt-labs/dbt-redshift/pull/586))

### Contributors
- [@WillAyd](https://github.com/WillAyd) ([#255](https://github.com/dbt-labs/dbt-redshift/issues/255))

## 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)
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/redshift/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.7.0b2"
version = "1.8.0a1"
Loading