Skip to content

Commit a5e61e0

Browse files
Bumping version to 1.9.1 and generate changelog
1 parent 655ff1a commit a5e61e0

7 files changed

+30
-22
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.9.0
2+
current_version = 1.9.1
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.1.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## dbt-bigquery 1.9.1 - January 10, 2025
2+
3+
### Features
4+
5+
- Allow copy_partitions in microbatch ([#1414](https://github.com/dbt-labs/dbt-bigquery/issues/1414))
6+
7+
### Fixes
8+
9+
- 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))
10+
- Fix retry scenarios so that dbt always retries when BigQuery recommends a retry ([#263](https://github.com/dbt-labs/dbt-bigquery/issues/263))
11+
12+
### Contributors
13+
- [@borjavb](https://github.com/borjavb) ([#1414](https://github.com/dbt-labs/dbt-bigquery/issues/1414))

.changes/unreleased/Features-20241202-223835.yaml

-6
This file was deleted.

.changes/unreleased/Fixes-20241120-163101.yaml

-7
This file was deleted.

.changes/unreleased/Fixes-20241211-144752.yaml

-6
This file was deleted.

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +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-bigquery/blob/main/CONTRIBUTING.md#adding-changelog-entry)
77

8+
## dbt-bigquery 1.9.1 - January 10, 2025
9+
10+
### Features
11+
12+
- Allow copy_partitions in microbatch ([#1414](https://github.com/dbt-labs/dbt-bigquery/issues/1414))
13+
14+
### Fixes
15+
16+
- 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))
17+
- Fix retry scenarios so that dbt always retries when BigQuery recommends a retry ([#263](https://github.com/dbt-labs/dbt-bigquery/issues/263))
18+
19+
### Contributors
20+
- [@borjavb](https://github.com/borjavb) ([#1414](https://github.com/dbt-labs/dbt-bigquery/issues/1414))
21+
22+
823
## dbt-bigquery 1.9.0 - December 09, 2024
924

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

70-
7185
## Previous Releases
7286
For information on prior major and minor releases, see their changelogs:
7387
- [1.6](https://github.com/dbt-labs/dbt-bigquery/blob/1.6.latest/CHANGELOG.md)

dbt/adapters/bigquery/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.9.0"
1+
version = "1.9.1"

0 commit comments

Comments
 (0)