Skip to content

Commit

Permalink
Bumping version to 1.6.0rc1 and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed Jul 17, 2023
1 parent e82dfaa commit 4f130a9
Show file tree
Hide file tree
Showing 23 changed files with 73 additions and 5 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.6.0b4
current_version = 1.6.0rc1
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
34 changes: 34 additions & 0 deletions .changes/1.6.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## dbt-bigquery 1.6.0-rc1 - July 17, 2023

### Features

- Move the BQ Job link after the job submission instead of job done ([#696](https://github.com/dbt-labs/dbt-bigquery/issues/696))
- add dbt-bigquery portion of dbt_clone fucntionality ([#7256](https://github.com/dbt-labs/dbt-bigquery/issues/7256))
- Add validate_sql to BigQuery adapter and dry_run to BigQueryConnectionManager ([#805](https://github.com/dbt-labs/dbt-bigquery/issues/805))

### Fixes

- add negative part_number arg for split part macro ([#615](https://github.com/dbt-labs/dbt-bigquery/issues/615))
- Enable single-line `private_key` for BigQuery Service Account JSON Authentication ([#7164](https://github.com/dbt-labs/dbt-bigquery/issues/7164))
- Use tmp table in static insert overwrite to avoid computing the SQL twice ([#427](https://github.com/dbt-labs/dbt-bigquery/issues/427), [#556](https://github.com/dbt-labs/dbt-bigquery/issues/556))
- remove call to dataset update if dataset has not changed ([#770](https://github.com/dbt-labs/dbt-bigquery/issues/770))
- Remove dependent_projects argument from PartialProject call in unit test ([#7955](https://github.com/dbt-labs/dbt-bigquery/issues/7955))
- Contracts: Handle struct column specified both at root and nested levels + arrays of structs ([#781](https://github.com/dbt-labs/dbt-bigquery/issues/781), [#782](https://github.com/dbt-labs/dbt-bigquery/issues/782))

### Dependencies

- Update types-requests requirement from ~=2.28 to ~=2.31 ([#737](https://github.com/dbt-labs/dbt-bigquery/pull/737))
- Update tox requirement from ~=4.4 to ~=4.6 ([#757](https://github.com/dbt-labs/dbt-bigquery/pull/757))
- Bump mypy from 1.2.0 to 1.4.0 ([#780](https://github.com/dbt-labs/dbt-bigquery/pull/780))
- Update types-protobuf requirement from ~=4.22 to ~=4.23 ([#706](https://github.com/dbt-labs/dbt-bigquery/pull/706))
- Update pre-commit requirement from ~=3.2 to ~=3.3 ([#787](https://github.com/dbt-labs/dbt-bigquery/pull/787))
- Update pytest requirement from ~=7.3 to ~=7.4 ([#788](https://github.com/dbt-labs/dbt-bigquery/pull/788))
- Bump mypy from 1.4.0 to 1.4.1 ([#789](https://github.com/dbt-labs/dbt-bigquery/pull/789))
- Update pytest-xdist requirement from ~=3.2 to ~=3.3 ([#790](https://github.com/dbt-labs/dbt-bigquery/pull/790))
- Update pip-tools requirement from ~=6.13 to ~=6.14 ([#809](https://github.com/dbt-labs/dbt-bigquery/pull/809))

### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#696](https://github.com/dbt-labs/dbt-bigquery/issues/696), [#427](https://github.com/dbt-labs/dbt-bigquery/issues/427), [#556](https://github.com/dbt-labs/dbt-bigquery/issues/556))
- [@McKnight-42,](https://github.com/McKnight-42,) ([#7256](https://github.com/dbt-labs/dbt-bigquery/issues/7256))
- [@dave-connors-3](https://github.com/dave-connors-3) ([#615](https://github.com/dbt-labs/dbt-bigquery/issues/615))
- [@tlento](https://github.com/tlento) ([#805](https://github.com/dbt-labs/dbt-bigquery/issues/805))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
38 changes: 36 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,42 @@
- "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.6.0-rc1 - July 17, 2023

### Features

- Move the BQ Job link after the job submission instead of job done ([#696](https://github.com/dbt-labs/dbt-bigquery/issues/696))
- add dbt-bigquery portion of dbt_clone fucntionality ([#7256](https://github.com/dbt-labs/dbt-bigquery/issues/7256))
- Add validate_sql to BigQuery adapter and dry_run to BigQueryConnectionManager ([#805](https://github.com/dbt-labs/dbt-bigquery/issues/805))

### Fixes

- add negative part_number arg for split part macro ([#615](https://github.com/dbt-labs/dbt-bigquery/issues/615))
- Enable single-line `private_key` for BigQuery Service Account JSON Authentication ([#7164](https://github.com/dbt-labs/dbt-bigquery/issues/7164))
- Use tmp table in static insert overwrite to avoid computing the SQL twice ([#427](https://github.com/dbt-labs/dbt-bigquery/issues/427), [#556](https://github.com/dbt-labs/dbt-bigquery/issues/556))
- remove call to dataset update if dataset has not changed ([#770](https://github.com/dbt-labs/dbt-bigquery/issues/770))
- Remove dependent_projects argument from PartialProject call in unit test ([#7955](https://github.com/dbt-labs/dbt-bigquery/issues/7955))
- Contracts: Handle struct column specified both at root and nested levels + arrays of structs ([#781](https://github.com/dbt-labs/dbt-bigquery/issues/781), [#782](https://github.com/dbt-labs/dbt-bigquery/issues/782))

### Dependencies

- Update types-requests requirement from ~=2.28 to ~=2.31 ([#737](https://github.com/dbt-labs/dbt-bigquery/pull/737))
- Update tox requirement from ~=4.4 to ~=4.6 ([#757](https://github.com/dbt-labs/dbt-bigquery/pull/757))
- Bump mypy from 1.2.0 to 1.4.0 ([#780](https://github.com/dbt-labs/dbt-bigquery/pull/780))
- Update types-protobuf requirement from ~=4.22 to ~=4.23 ([#706](https://github.com/dbt-labs/dbt-bigquery/pull/706))
- Update pre-commit requirement from ~=3.2 to ~=3.3 ([#787](https://github.com/dbt-labs/dbt-bigquery/pull/787))
- Update pytest requirement from ~=7.3 to ~=7.4 ([#788](https://github.com/dbt-labs/dbt-bigquery/pull/788))
- Bump mypy from 1.4.0 to 1.4.1 ([#789](https://github.com/dbt-labs/dbt-bigquery/pull/789))
- Update pytest-xdist requirement from ~=3.2 to ~=3.3 ([#790](https://github.com/dbt-labs/dbt-bigquery/pull/790))
- Update pip-tools requirement from ~=6.13 to ~=6.14 ([#809](https://github.com/dbt-labs/dbt-bigquery/pull/809))

### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#696](https://github.com/dbt-labs/dbt-bigquery/issues/696), [#427](https://github.com/dbt-labs/dbt-bigquery/issues/427), [#556](https://github.com/dbt-labs/dbt-bigquery/issues/556))
- [@McKnight-42,](https://github.com/McKnight-42,) ([#7256](https://github.com/dbt-labs/dbt-bigquery/issues/7256))
- [@dave-connors-3](https://github.com/dave-connors-3) ([#615](https://github.com/dbt-labs/dbt-bigquery/issues/615))
- [@tlento](https://github.com/tlento) ([#805](https://github.com/dbt-labs/dbt-bigquery/issues/805))


## dbt-bigquery 1.6.0-b4 - June 23, 2023

### Features
Expand All @@ -20,8 +56,6 @@

- Rm explicit agate pin, in favor of transitive dependency from dbt-core ([#777](https://github.com/dbt-labs/dbt-bigquery/pull/777))



## dbt-bigquery 1.6.0-b3 - June 08, 2023

### Breaking Changes
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.6.0b4"
version = "1.6.0rc1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _dbt_core_version(plugin_version: str) -> str:


package_name = "dbt-bigquery"
package_version = "1.6.0b4"
package_version = "1.6.0rc1"
dbt_core_version = _dbt_core_version(_dbt_bigquery_version())
description = """The BigQuery adapter plugin for dbt"""

Expand Down

0 comments on commit 4f130a9

Please sign in to comment.