diff --git a/.librarian/config.yaml b/.librarian/config.yaml index af751c2626d9..e6e73c588a08 100644 --- a/.librarian/config.yaml +++ b/.librarian/config.yaml @@ -36,9 +36,6 @@ libraries: - id: "sqlalchemy-bigquery" release_blocked: true # TODO(https://github.com/googleapis/google-cloud-python/issues/17327) - - id: "google-cloud-bigquery" - release_blocked: true - # TODO(https://github.com/googleapis/google-cloud-python/issues/17327) - id: "google-cloud-bigtable" release_blocked: true diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 3255f442c54d..8cb195aa9efa 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1139,7 +1139,7 @@ libraries: - packages/google-cloud-biglake-hive/docs/ tag_format: '{id}-v{version}' - id: google-cloud-bigquery - version: 3.41.0 + version: 3.42.0 last_generated_commit: "" apis: [] source_roots: diff --git a/librarian.yaml b/librarian.yaml index 25570c818942..1825302a0028 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -538,7 +538,7 @@ libraries: python: default_version: v1beta - name: google-cloud-bigquery - version: 3.41.0 + version: 3.42.0 python: library_type: GAPIC_COMBO metadata_name_override: bigquery diff --git a/packages/google-cloud-bigquery/CHANGELOG.md b/packages/google-cloud-bigquery/CHANGELOG.md index 0310cc44182f..978555bf3a03 100644 --- a/packages/google-cloud-bigquery/CHANGELOG.md +++ b/packages/google-cloud-bigquery/CHANGELOG.md @@ -4,6 +4,30 @@ [1]: https://pypi.org/project/google-cloud-bigquery/#history +## [3.42.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-v3.41.0...google-cloud-bigquery-v3.42.0) (2026-06-12) + + +### Documentation + +* fix FAQ grammar in httplib2 example
774a0b8 ([5283c92639438d9e4dd3519d00a64755e87ea669](https://github.com/googleapis/google-cloud-python/commit/5283c92639438d9e4dd3519d00a64755e87ea669))
+* same block as other sections9c72a41 Bump github/codeql-action from 4.33.0 to 4.34.1ebf7190 Bump github/codeql-action from 4.32.0 to 4.33.00e4ae38 ([5283c92639438d9e4dd3519d00a64755e87ea669](https://github.com/googleapis/google-cloud-python/commit/5283c92639438d9e4dd3519d00a64755e87ea669))
+* exclude Response.is_permanent_redirect from API docs (#7244)d568f47 ([5283c92639438d9e4dd3519d00a64755e87ea669](https://github.com/googleapis/google-cloud-python/commit/5283c92639438d9e4dd3519d00a64755e87ea669))
+* clarify Quickstart POST example (#6960)