|
5 | 5 | - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
|
6 | 6 | - 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)
|
7 | 7 |
|
| 8 | +## dbt-bigquery 1.9.0-rc1 - December 02, 2024 |
| 9 | + |
| 10 | +### Breaking Changes |
| 11 | + |
| 12 | +- Drop support for Python 3.8 ([#1373](https://github.com/dbt-labs/dbt-bigquery/issues/1373)) |
| 13 | + |
| 14 | +### Features |
| 15 | + |
| 16 | +- add is_retryable test case when raise ServiceUnavailable ([#682](https://github.com/dbt-labs/dbt-bigquery/issues/682)) |
| 17 | +- Adds the ability to set optional `quota_project` in profile ([#1343](https://github.com/dbt-labs/dbt-bigquery/issues/1343), [#1344](https://github.com/dbt-labs/dbt-bigquery/issues/1344)) |
| 18 | + |
| 19 | +### Fixes |
| 20 | + |
| 21 | +- use "direct" write for non-partitioned python model materializations ([#1318](https://github.com/dbt-labs/dbt-bigquery/issues/1318)) |
| 22 | + |
| 23 | +### Under the Hood |
| 24 | + |
| 25 | +- Isolating distribution testing ([#1290](https://github.com/dbt-labs/dbt-bigquery/issues/1290)) |
| 26 | +- Separate credentials functionality into its own module for reuse in retry and python submissions ([#1391](https://github.com/dbt-labs/dbt-bigquery/issues/1391)) |
| 27 | +- Create a retry factory to simplify retry strategies across dbt-bigquery ([#1395](https://github.com/dbt-labs/dbt-bigquery/issues/1395)) |
| 28 | + |
| 29 | +### Dependencies |
| 30 | + |
| 31 | +- Update wheel requirement from ~=0.42 to ~=0.43 ([#1304](https://github.com/dbt-labs/dbt-bigquery/pull/1304)) |
| 32 | + |
| 33 | +### Contributors |
| 34 | +- [@jcarpenter12](https://github.com/jcarpenter12) ([#1343](https://github.com/dbt-labs/dbt-bigquery/issues/1343), [#1344](https://github.com/dbt-labs/dbt-bigquery/issues/1344)) |
| 35 | +- [@jx2lee](https://github.com/jx2lee) ([#682](https://github.com/dbt-labs/dbt-bigquery/issues/682)) |
| 36 | +- [@leahwicz](https://github.com/leahwicz) ([#1290](https://github.com/dbt-labs/dbt-bigquery/issues/1290)) |
| 37 | +- [@osalama](https://github.com/osalama) ([#1395](https://github.com/dbt-labs/dbt-bigquery/issues/1395)) |
| 38 | + |
| 39 | + |
8 | 40 | ## dbt-bigquery 1.9.0-b1 - October 02, 2024
|
9 | 41 |
|
10 | 42 | ### Features
|
|
50 | 82 | - [@salimmoulouel](https://github.com/salimmoulouel) ([#1119](https://github.com/dbt-labs/dbt-bigquery/issues/1119))
|
51 | 83 | - [@vinit2107](https://github.com/vinit2107) ([#1036](https://github.com/dbt-labs/dbt-bigquery/issues/1036))
|
52 | 84 |
|
53 |
| - |
54 | 85 | ## Previous Releases
|
55 | 86 | For information on prior major and minor releases, see their changelogs:
|
56 | 87 | - [1.6](https://github.com/dbt-labs/dbt-bigquery/blob/1.6.latest/CHANGELOG.md)
|
|
0 commit comments