@@ -10,6 +10,32 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
1010- Do not edit this file directly. This file is auto-generated using [ changie] ( https://github.com/miniscruff/changie )
1111- For details on how to document a change, see the [ contributing guide] ( /CONTRIBUTING.md#changelog-entry )
1212
13+ ## dbt-bigquery 1.10.0-rc2 - June 24, 2025
14+
15+ ### Features
16+
17+ - Add user agent in bigframes mode ([ #1152 ] ( https://github.com/dbt-labs/dbt-adapters/issues/1152 ) )
18+
19+ ### Fixes
20+
21+ - Add create_notebook_client ([ #977 ] ( https://github.com/dbt-labs/dbt-adapters/issues/977 ) )
22+ - Use execute wrapper instead of raw execute to add the query comment as query header ([ #1090 ] ( https://github.com/dbt-labs/dbt-adapters/issues/1090 ) )
23+
24+ ### Under the Hood
25+
26+ - Issue drop statement before cloning ([ #1077 ] ( https://github.com/dbt-labs/dbt-adapters/issues/1077 ) )
27+
28+ ### Dependencies
29+
30+ - update the lower bound for dbt-adapters version in dbt-bigquery to >=1.16 ([ #1148 ] ( https://github.com/dbt-labs/dbt-adapters/pull/1148 ) )
31+ - add lower bound for google-auth in dbt-bigquery ([ #1149 ] ( https://github.com/dbt-labs/dbt-adapters/pull/1149 ) )
32+
33+ ### Contributors
34+ - [ @Kayrnt ] ( https://github.com/Kayrnt ) ([ #1090 ] ( https://github.com/dbt-labs/dbt-adapters/issues/1090 ) )
35+ - [ @jeremyyeo ] ( https://github.com/jeremyyeo ) ([ #1077 ] ( https://github.com/dbt-labs/dbt-adapters/issues/1077 ) )
36+ - [ @jialuoo ] ( https://github.com/jialuoo ) ([ #1152 ] ( https://github.com/dbt-labs/dbt-adapters/issues/1152 ) , [ #977 ] ( https://github.com/dbt-labs/dbt-adapters/issues/977 ) )
37+
38+
1339## dbt-bigquery 1.10.0-rc1 - June 04, 2025
1440
1541### Breaking Changes
@@ -42,7 +68,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
4268- [ @jialuoo ] ( https://github.com/jialuoo ) ([ #1035 ] ( https://github.com/dbt-labs/dbt-adapters/issues/1035 ) , [ #1070 ] ( https://github.com/dbt-labs/dbt-adapters/issues/1070 ) )
4369- [ @katieclaiborne-duet ] ( https://github.com/katieclaiborne-duet ) ([ ##1088 ] ( https://github.com/dbt-labs/dbt-adapters/issues/#1088 ) )
4470
45-
4671## dbt-bigquery 1.10.0-b1 - April 28, 2025
4772
4873### Features
0 commit comments