Skip to content

Commit

Permalink
Bumping version to 1.8.0 and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed May 9, 2024
1 parent e520fc1 commit 3fa932d
Show file tree
Hide file tree
Showing 61 changed files with 44 additions and 423 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.8.0rc1
current_version = 1.8.0
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
23 changes: 0 additions & 23 deletions .changes/1.8.0-b2.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changes/1.8.0-rc1.md

This file was deleted.

21 changes: 20 additions & 1 deletion .changes/1.8.0-b1.md → .changes/1.8.0.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## dbt-bigquery 1.8.0-b1 - March 01, 2024
## dbt-bigquery 1.8.0 - May 09, 2024

### Features

- Add support for checking table-last-modified by metadata ([#938](https://github.com/dbt-labs/dbt-bigquery/issues/938))
- Support limiting get_catalog by object name ([#950](https://github.com/dbt-labs/dbt-bigquery/issues/950))
- Update base adapter references as part of decoupling migration ([#1067](https://github.com/dbt-labs/dbt-bigquery/issues/1067))
- Support all types for unit testing in dbt-bigquery, expand coverage of safe_cast macro ([#1090](https://github.com/dbt-labs/dbt-bigquery/issues/1090))
- Add new workflow for internal patch releases ([#38](https://github.com/dbt-labs/dbt-bigquery/issues/38))

### Fixes

Expand All @@ -20,15 +21,21 @@
- Fix broken partition config granularity and batch_id being set to None ([#1006](https://github.com/dbt-labs/dbt-bigquery/issues/1006))
- replace deterministic batch_id with uuid ([#1006](https://github.com/dbt-labs/dbt-bigquery/issues/1006))
- remove json patch to leverage bigquery-python improvement ([#1055](https://github.com/dbt-labs/dbt-bigquery/issues/1055))
- Fix dbt.string_literal for BQ when there are newlines ([#1088](https://github.com/dbt-labs/dbt-bigquery/issues/1088))
- remove `token` field from connection keys ([#1105](https://github.com/dbt-labs/dbt-bigquery/issues/1105))
- Remove custom query job async timeout logic as it has been fixed in bigquery-python ([#1081](https://github.com/dbt-labs/dbt-bigquery/issues/1081))
- 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))
- Stop adding aliases to render_limited output ([#1190](https://github.com/dbt-labs/dbt-bigquery/issues/1190))

### Under the Hood

- Upgrade spark-bigquery Java deps for serverless to 2.13-0.34.0 ([#1006](https://github.com/dbt-labs/dbt-bigquery/issues/1006))
- Primary and foreign key constraints are not enforced in BigQuery ([#1018](https://github.com/dbt-labs/dbt-bigquery/issues/1018))
- Add tests for --empty flag ([#1029](https://github.com/dbt-labs/dbt-bigquery/issues/1029))
- Migrate to dbt-common and dbt-adapters package ([#1071](https://github.com/dbt-labs/dbt-bigquery/issues/1071))
- Add unit test for transaction semantics. ([#1123](https://github.com/dbt-labs/dbt-bigquery/issues/1123))
- Update dependabot config to cover GHA ([#1176](https://github.com/dbt-labs/dbt-bigquery/issues/1176))

### Dependencies

Expand All @@ -50,8 +57,20 @@
- Update freezegun requirement from ~=1.2 to ~=1.3 ([#1040](https://github.com/dbt-labs/dbt-bigquery/pull/1040))
- Update black requirement from ~=23.11 to ~=23.12 ([#1056](https://github.com/dbt-labs/dbt-bigquery/pull/1056))
- get dbt-tests-adapters from dbt-adapters repo ([#1077](https://github.com/dbt-labs/dbt-bigquery/pull/1077))
- 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))
- Bump dorny/paths-filter from 2 to 3 ([#1179](https://github.com/dbt-labs/dbt-bigquery/pull/1179))
- Bump actions/github-script from 6 to 7 ([#1180](https://github.com/dbt-labs/dbt-bigquery/pull/1180))
- Bump dbt-labs/actions from 1.1.0 to 1.1.1 ([#1181](https://github.com/dbt-labs/dbt-bigquery/pull/1181))
- Bump actions/setup-python from 4 to 5 ([#1182](https://github.com/dbt-labs/dbt-bigquery/pull/1182))
- Bump actions/checkout from 3 to 4 ([#1183](https://github.com/dbt-labs/dbt-bigquery/pull/1183))

### Security

- Pin `black>=24.3` in `dev-requirements.txt` ([#1151](https://github.com/dbt-labs/dbt-bigquery/pull/1151))

### Contributors
- [@b-per](https://github.com/b-per) ([#1088](https://github.com/dbt-labs/dbt-bigquery/issues/1088))
- [@gmyrianthous](https://github.com/gmyrianthous) ([#979](https://github.com/dbt-labs/dbt-bigquery/issues/979))
- [@matt-winkler](https://github.com/matt-winkler) ([#972](https://github.com/dbt-labs/dbt-bigquery/issues/972))
- [@tnk-ysk](https://github.com/tnk-ysk) ([#896](https://github.com/dbt-labs/dbt-bigquery/issues/896), [#792](https://github.com/dbt-labs/dbt-bigquery/issues/792))
6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231002-164012.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231009-005842.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231011-002031.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231016-002928.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231018-010429.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231027-132742.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231027-201709.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231109-005623.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231113-002529.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231113-002621.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231116-001342.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231127-004827.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231128-005012.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231128-005103.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231129-001523.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231204-003807.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231213-003845.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240124-120321.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240319-102258.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240403-134956.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240412-155228.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240412-155237.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240412-155246.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240412-155354.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240412-155355.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Features-20231218-155409.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Features-20231219-201203.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Features-20240102-152030.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.8.0/Features-20240205-174614.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Features-20240318-032256.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20231023-082312.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20231025-131907.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20231025-223003.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20231030-222134.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20231105-125740.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20231105-143145.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20231107-100905.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.8.0/Fixes-20231107-174352.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20231108-171128.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20231111-150959.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20231219-153446.yaml

This file was deleted.

Loading

0 comments on commit 3fa932d

Please sign in to comment.