Skip to content

Commit 5ca0ebc

Browse files
[Automated] Merged prep-release/1.9.0_12241663781 into target 1.9.latest during release process
2 parents bd0cda7 + 194228c commit 5ca0ebc

32 files changed

+19
-204
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.9.0rc1
2+
current_version = 1.9.0
33
parse = (?P<major>[\d]+) # major version number
44
\.(?P<minor>[\d]+) # minor version number
55
\.(?P<patch>[\d]+) # patch version number

.changes/1.9.0-b2.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changes/1.9.0-rc1.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/1.9.0-b1.md renamed to .changes/1.9.0.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## dbt-redshift 1.9.0-b1 - October 01, 2024
1+
## dbt-redshift 1.9.0 - December 09, 2024
2+
3+
### Breaking Changes
4+
5+
- Drop support for Python 3.8 ([#931](https://github.com/dbt-labs/dbt-redshift/issues/931))
26

37
### Features
48

@@ -7,6 +11,8 @@
711
- Add tests for cross-database `cast` macro ([#804](https://github.com/dbt-labs/dbt-redshift/issues/804))
812
- Cross-database `date` macro ([#808](https://github.com/dbt-labs/dbt-redshift/issues/808))
913
- Remove `pg_catalog` from metadata queries ([#555](https://github.com/dbt-labs/dbt-redshift/issues/555))
14+
- Add microbatch strategy ([#923](https://github.com/dbt-labs/dbt-redshift/issues/923))
15+
- Add browser identity center authentication method. ([#898](https://github.com/dbt-labs/dbt-redshift/issues/898))
1016

1117
### Fixes
1218

@@ -16,7 +22,10 @@
1622
- update pin range for redshift-connector to allow 2.1.0 ([#844](https://github.com/dbt-labs/dbt-redshift/issues/844))
1723
- Handle unit test fixtures where typing goes wrong from first value in column being Null. ([#821](https://github.com/dbt-labs/dbt-redshift/issues/821))
1824
- Fix materialized views comment syntax ([#837](https://github.com/dbt-labs/dbt-redshift/issues/837))
25+
- add InterfaceError to retryable_exceptions ([#661](https://github.com/dbt-labs/dbt-redshift/issues/661))
1926
- Support DROP CASCADE for materialized views; fixes bug that occurs when running dbt on materialized views that reference other materialized views ([#642](https://github.com/dbt-labs/dbt-redshift/issues/642))
27+
- Restrict behavior change warnings to firing once per run to avoid noisy logs ([#915](https://github.com/dbt-labs/dbt-redshift/issues/915))
28+
- Remove `redshift_connector`'s `get_columns` method for column metadata generation, avoiding a warning on every run ([#914](https://github.com/dbt-labs/dbt-redshift/issues/914))
2029

2130
### Under the Hood
2231

.changes/1.9.0/Breaking Changes-20241016-190600.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Dependencies-20231219-192336.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Dependencies-20240412-155445.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Dependencies-20240429-192949.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Dependencies-20240718-191611.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Dependencies-20240718-191741.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Dependencies-20240719-195946.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Features-20240419-145208.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/1.9.0/Features-20240425-011440.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Features-20240430-185708.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Features-20240501-151859.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Features-20240826-123954.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Features-20241002-171112.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Features-20241122-143326.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Fixes-20240423-131503.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Fixes-20240531-113620.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Fixes-20240610-104114.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Fixes-20240612-131752.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Fixes-20240625-170324.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/1.9.0/Fixes-20240715-143507.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Fixes-20240806-163017.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Fixes-20240906-102642.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/1.9.0/Fixes-20240920-184812.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Fixes-20241101-150335.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/1.9.0/Under the Hood-20240331-103115.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Under the Hood-20240719-133151.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,21 @@
55
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
66
- 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)
77

8-
## dbt-redshift 1.9.0-rc1 - December 02, 2024
9-
10-
### Features
11-
12-
- Add browser identity center authentication method. ([#898](https://github.com/dbt-labs/dbt-redshift/issues/898))
13-
14-
15-
16-
## dbt-redshift 1.9.0-b2 - November 11, 2024
8+
## dbt-redshift 1.9.0 - December 09, 2024
179

1810
### Breaking Changes
1911

2012
- Drop support for Python 3.8 ([#931](https://github.com/dbt-labs/dbt-redshift/issues/931))
2113

2214
### Features
2315

24-
- Add microbatch strategy ([#923](https://github.com/dbt-labs/dbt-redshift/issues/923))
25-
26-
### Fixes
27-
28-
- add InterfaceError to retryable_exceptions ([#661](https://github.com/dbt-labs/dbt-redshift/issues/661))
29-
- Restrict behavior change warnings to firing once per run to avoid noisy logs ([#915](https://github.com/dbt-labs/dbt-redshift/issues/915))
30-
- Remove `redshift_connector`'s `get_columns` method for column metadata generation, avoiding a warning on every run ([#914](https://github.com/dbt-labs/dbt-redshift/issues/914))
31-
32-
## dbt-redshift 1.9.0-b1 - October 01, 2024
33-
34-
### Features
35-
3616
- Support IAM user auth via direct parameters, in addition to the existing profile method ([#760](https://github.com/dbt-labs/dbt-redshift/issues/760))
3717
- Add support for IAM Role auth ([#623](https://github.com/dbt-labs/dbt-redshift/issues/623))
3818
- Add tests for cross-database `cast` macro ([#804](https://github.com/dbt-labs/dbt-redshift/issues/804))
3919
- Cross-database `date` macro ([#808](https://github.com/dbt-labs/dbt-redshift/issues/808))
4020
- Remove `pg_catalog` from metadata queries ([#555](https://github.com/dbt-labs/dbt-redshift/issues/555))
21+
- Add microbatch strategy ([#923](https://github.com/dbt-labs/dbt-redshift/issues/923))
22+
- Add browser identity center authentication method. ([#898](https://github.com/dbt-labs/dbt-redshift/issues/898))
4123

4224
### Fixes
4325

@@ -47,7 +29,10 @@
4729
- update pin range for redshift-connector to allow 2.1.0 ([#844](https://github.com/dbt-labs/dbt-redshift/issues/844))
4830
- Handle unit test fixtures where typing goes wrong from first value in column being Null. ([#821](https://github.com/dbt-labs/dbt-redshift/issues/821))
4931
- Fix materialized views comment syntax ([#837](https://github.com/dbt-labs/dbt-redshift/issues/837))
32+
- add InterfaceError to retryable_exceptions ([#661](https://github.com/dbt-labs/dbt-redshift/issues/661))
5033
- Support DROP CASCADE for materialized views; fixes bug that occurs when running dbt on materialized views that reference other materialized views ([#642](https://github.com/dbt-labs/dbt-redshift/issues/642))
34+
- Restrict behavior change warnings to firing once per run to avoid noisy logs ([#915](https://github.com/dbt-labs/dbt-redshift/issues/915))
35+
- Remove `redshift_connector`'s `get_columns` method for column metadata generation, avoiding a warning on every run ([#914](https://github.com/dbt-labs/dbt-redshift/issues/914))
5136

5237
### Under the Hood
5338

@@ -72,6 +57,7 @@
7257
- [@mikealfare,](https://github.com/mikealfare,) ([#555](https://github.com/dbt-labs/dbt-redshift/issues/555))
7358
- [@mikealfare,abbywh](https://github.com/mikealfare,abbywh) ([#623](https://github.com/dbt-labs/dbt-redshift/issues/623))
7459

60+
7561
## Previous Releases
7662
For information on prior major and minor releases, see their changelogs:
7763
- [1.6](https://github.com/dbt-labs/dbt-redshift/blob/1.6.latest/CHANGELOG.md)

dbt/adapters/redshift/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.9.0rc1"
1+
version = "1.9.0"

0 commit comments

Comments
 (0)