Releases: googleapis/java-bigquerystorage
Releases · googleapis/java-bigquerystorage
v2.33.1
2.33.1 (2023-03-02)
Dependencies
- Update dependency com.google.cloud:google-cloud-bigquery to v2.23.0 (#2012) (0651aa6)
- Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.4.0 (#2024) (9135769)
- Update dependency com.google.http-client:google-http-client to v1.43.0 (#2018) (6bccd9d)
- Update dependency org.json:json to v20230227 (#2020) (6d6bb76)
v2.33.0
2.33.0 (2023-03-01)
Features
Bug Fixes
- Add client shutdown if request waiting in request queue for too long. (#2017) (91da88b)
- Allow StreamWriter settings to override passed in BQ client setting (#2001) (66db8fe)
- Catch uncaught exception from append loop and add expoential retry to reconnection (#2015) (35db0fb)
- Remove write_location header pending discussion (#2021) (0941d43)
v2.32.1
v2.32.0
v2.31.1
v2.31.0
2.31.0 (2023-02-08)
Features
- Add isDone to JsonWriter to indicate a JsonWriter is no longer usable and needs to be recreated. (#1978) (dc07ed8)
- Add isUserClosed to indicate that user explicitly closed the StreamWriter (#1983) (abd6627)
Dependencies
- Update arrow.version to v11 (major) (#1961) (c13ab23)
- Update dependency com.google.cloud:google-cloud-bigquery to v2.21.0 (#1956) (6a1d783)
- Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.2.0 (#1974) (8e2c1e3)
- Update dependency org.apache.arrow:arrow-memory-netty to v11 (#1962) (48abc75)
- Update dependency org.apache.arrow:arrow-vector to v11 (#1963) (e872723)
v2.30.0
v2.29.0
v2.28.4
v2.28.3
2.28.3 (2023-01-20)
Bug Fixes
- Fix deadlock issue in ConnectionWorkerPool (#1938) (caf1e76)
- java: Skip fixing poms for special modules (#1744) (#1946) (2863542)
- Update BQTableSchemaToProtoDescriptor to unblock a protobuf change. (#1942) (62cc80a)
- We should isolate the client used in StreamWriter and the client used in ConnectionWorker (#1933) (3530672)