Skip to content

Commit

Permalink
Bumping version to 1.9.0b2 and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed Nov 11, 2024
1 parent fccbe2d commit fefc43a
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 3 deletions.
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.9.0b1
current_version = 1.9.0b2
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
15 changes: 15 additions & 0 deletions .changes/1.9.0-b2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## dbt-redshift 1.9.0-b2 - November 11, 2024

### Breaking Changes

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

### Features

- Add microbatch strategy ([#923](https://github.com/dbt-labs/dbt-redshift/issues/923))

### Fixes

- add InterfaceError to retryable_exceptions ([#661](https://github.com/dbt-labs/dbt-redshift/issues/661))
- Restrict behavior change warnings to firing once per run to avoid noisy logs ([#915](https://github.com/dbt-labs/dbt-redshift/issues/915))
- 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))
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
- "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.9.0-b2 - November 11, 2024

### Breaking Changes

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

### Features

- Add microbatch strategy ([#923](https://github.com/dbt-labs/dbt-redshift/issues/923))

### Fixes

- add InterfaceError to retryable_exceptions ([#661](https://github.com/dbt-labs/dbt-redshift/issues/661))
- Restrict behavior change warnings to firing once per run to avoid noisy logs ([#915](https://github.com/dbt-labs/dbt-redshift/issues/915))
- 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))



## dbt-redshift 1.9.0-b1 - October 01, 2024

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


## 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.9.0b1"
version = "1.9.0b2"

0 comments on commit fefc43a

Please sign in to comment.