Skip to content

Commit cf5acf1

Browse files
[Automated] Merged prep-release/1.9.0b2_11786765878 into target main during release process
2 parents fccbe2d + fefc43a commit cf5acf1

9 files changed

+35
-3
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.0b1
2+
current_version = 1.9.0b2
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## dbt-redshift 1.9.0-b2 - November 11, 2024
2+
3+
### Breaking Changes
4+
5+
- Drop support for Python 3.8 ([#931](https://github.com/dbt-labs/dbt-redshift/issues/931))
6+
7+
### Features
8+
9+
- Add microbatch strategy ([#923](https://github.com/dbt-labs/dbt-redshift/issues/923))
10+
11+
### Fixes
12+
13+
- add InterfaceError to retryable_exceptions ([#661](https://github.com/dbt-labs/dbt-redshift/issues/661))
14+
- Restrict behavior change warnings to firing once per run to avoid noisy logs ([#915](https://github.com/dbt-labs/dbt-redshift/issues/915))
15+
- 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))

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@
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-b2 - November 11, 2024
9+
10+
### Breaking Changes
11+
12+
- Drop support for Python 3.8 ([#931](https://github.com/dbt-labs/dbt-redshift/issues/931))
13+
14+
### Features
15+
16+
- Add microbatch strategy ([#923](https://github.com/dbt-labs/dbt-redshift/issues/923))
17+
18+
### Fixes
19+
20+
- add InterfaceError to retryable_exceptions ([#661](https://github.com/dbt-labs/dbt-redshift/issues/661))
21+
- Restrict behavior change warnings to firing once per run to avoid noisy logs ([#915](https://github.com/dbt-labs/dbt-redshift/issues/915))
22+
- 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))
23+
24+
25+
826
## dbt-redshift 1.9.0-b1 - October 01, 2024
927

1028
### Features
@@ -48,7 +66,6 @@
4866
- [@mikealfare,](https://github.com/mikealfare,) ([#555](https://github.com/dbt-labs/dbt-redshift/issues/555))
4967
- [@mikealfare,abbywh](https://github.com/mikealfare,abbywh) ([#623](https://github.com/dbt-labs/dbt-redshift/issues/623))
5068

51-
5269
## Previous Releases
5370
For information on prior major and minor releases, see their changelogs:
5471
- [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.0b1"
1+
version = "1.9.0b2"

0 commit comments

Comments
 (0)