-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version to 1.8.0b2 and generate changelog
- Loading branch information
1 parent
bb0fb2f
commit c3f8204
Showing
12 changed files
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## dbt-bigquery 1.8.0-b2 - April 03, 2024 | ||
|
||
### Features | ||
|
||
- Add new workflow for internal patch releases ([#38](https://github.com/dbt-labs/dbt-bigquery/issues/38)) | ||
|
||
### Fixes | ||
|
||
- remove `keyfile` from `_connection_keys` ([#1146](https://github.com/dbt-labs/dbt-bigquery/issues/1146)) | ||
- Add `pandas` extra for `google-cloud-bigquery` to pick up missing `pyarrow` dependency ([#1152](https://github.com/dbt-labs/dbt-bigquery/issues/1152)) | ||
|
||
### Under the Hood | ||
|
||
- Add unit test for transaction semantics. ([#1123](https://github.com/dbt-labs/dbt-bigquery/issues/1123)) | ||
|
||
### Dependencies | ||
|
||
- hard pin ddtrace to 2.3.0 ([#1141](https://github.com/dbt-labs/dbt-bigquery/pull/1141)) | ||
- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#1168](https://github.com/dbt-labs/dbt-bigquery/pull/1168)) | ||
|
||
### Security | ||
|
||
- Pin `black>=24.3` in `dev-requirements.txt` ([#1151](https://github.com/dbt-labs/dbt-bigquery/pull/1151)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = "1.8.0b1" | ||
version = "1.8.0b2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters