Skip to content

Commit

Permalink
[Automated] Merged prep-release/1.9.1_12717312694 into target 1.9.lat…
Browse files Browse the repository at this point in the history
…est during release process
  • Loading branch information
FishtownBuildBot authored Jan 10, 2025
2 parents 655ff1a + a5e61e0 commit eeb8a07
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 22 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.0
current_version = 1.9.1
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
13 changes: 13 additions & 0 deletions .changes/1.9.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## dbt-bigquery 1.9.1 - January 10, 2025

### Features

- Allow copy_partitions in microbatch ([#1414](https://github.com/dbt-labs/dbt-bigquery/issues/1414))

### Fixes

- Fix issue where dbt-bigquery was not retrying in certain retryable scenarios, e.g. 503's ([#682](https://github.com/dbt-labs/dbt-bigquery/issues/682))
- Fix retry scenarios so that dbt always retries when BigQuery recommends a retry ([#263](https://github.com/dbt-labs/dbt-bigquery/issues/263))

### Contributors
- [@borjavb](https://github.com/borjavb) ([#1414](https://github.com/dbt-labs/dbt-bigquery/issues/1414))
6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20241202-223835.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Fixes-20241120-163101.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20241211-144752.yaml

This file was deleted.

16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
- "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-bigquery/blob/main/CONTRIBUTING.md#adding-changelog-entry)

## dbt-bigquery 1.9.1 - January 10, 2025

### Features

- Allow copy_partitions in microbatch ([#1414](https://github.com/dbt-labs/dbt-bigquery/issues/1414))

### Fixes

- Fix issue where dbt-bigquery was not retrying in certain retryable scenarios, e.g. 503's ([#682](https://github.com/dbt-labs/dbt-bigquery/issues/682))
- Fix retry scenarios so that dbt always retries when BigQuery recommends a retry ([#263](https://github.com/dbt-labs/dbt-bigquery/issues/263))

### Contributors
- [@borjavb](https://github.com/borjavb) ([#1414](https://github.com/dbt-labs/dbt-bigquery/issues/1414))


## dbt-bigquery 1.9.0 - December 09, 2024

### Breaking Changes
Expand Down Expand Up @@ -67,7 +82,6 @@
- [@salimmoulouel](https://github.com/salimmoulouel) ([#1119](https://github.com/dbt-labs/dbt-bigquery/issues/1119))
- [@vinit2107](https://github.com/vinit2107) ([#1036](https://github.com/dbt-labs/dbt-bigquery/issues/1036))


## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.6](https://github.com/dbt-labs/dbt-bigquery/blob/1.6.latest/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/bigquery/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.9.0"
version = "1.9.1"

0 comments on commit eeb8a07

Please sign in to comment.