-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Libraries
A weekly digest of client library updates from across the Cloud SDK.
Java
Changes for google-cloud-bigquery
2.46.0 (2025-01-11)
Features
Bug Fixes
- NPE when reading BigQueryResultSet from empty tables ( #3627) ( 9a0b05a)
- test: Force usage of ReadAPI ( #3625) ( 5ca7d4a)
Dependencies
- Update actions/upload-artifact action to v4.5.0 ( #3620) ( cc25099)
- Update actions/upload-artifact action to v4.6.0 ( #3633) ( ca20aa4)
- Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.57.0 ( #3617) ( 51370a9)
- Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.58.0 ( #3631) ( b0ea0d5)
- Update dependency com.google.apis:google-api-services-bigquery to v2-rev20241222-2.0.0 ( #3623) ( 4061922)
- Update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.61.0 ( #3618) ( 6cba626)
- Update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.62.0 ( #3632) ( e9ff265)
- Update dependency com.google.cloud:sdk-platform-java-config to v3.41.1 ( #3628) ( 442d217)
- Update dependency com.google.oauth-client:google-oauth-client-java6 to v1.37.0 ( #3614) ( f5faa69)
- Update dependency com.google.oauth-client:google-oauth-client-jetty to v1.37.0 ( #3615) ( a6c7944)
- Update github/codeql-action action to v2.27.9 ( #3608) ( 567ce01)
- Update github/codeql-action action to v2.28.0 ( #3621) ( e0e09ec)
Python
Changes for google-cloud-bigquery
3.28.0 (2025-01-15) - YANKED
Reason this release was yanked:
This turned out to be incompatible with pandas-gbq. For more details, see issue.
Features
- Add property for
allowNonIncrementalDefinitionfor materialized view ( #2084) ( 3359ef3) - Add property for maxStaleness in table definitions ( #2087) ( 729322c)
- Add type hints to Client ( #2044) ( 40529de)
- Adds ExternalCatalogDatasetOptions and tests ( #2111) ( b929a90)
- Adds ForeignTypeInfo class and tests ( #2110) ( 55ca63c)
- Adds new input validation function similar to isinstance. ( #2107) ( a2bebb9)
- Adds StorageDescriptor and tests ( #2109) ( 6be0272)
- Adds the SerDeInfo class and tests ( #2108) ( 62960f2)
- Migrate to pyproject.toml ( #2041) ( 1061611)
- Preserve unknown fields from the REST API representation in
SchemaField( #2097) ( aaf1eb8) - Resource tags in dataset ( #2090) ( 3e13016)
- Support setting max_stream_count when fetching query result ( #2051) ( d461297)
Bug Fixes
Documentation
https://cloud.google.com/bigquery/docs/release-notes#January_20_2025