Releases: googleapis/java-bigquerystorage
Releases · googleapis/java-bigquerystorage
v1.10.0
Features
Bug Fixes
Dependencies
v1.9.1
v1.9.0
Features
Bug Fixes
- add dataflow trace id support (#827) (8d22c58)
- shutdown stuck when there is error on the flush path (#831) (c2fd750)
- update repo name (#818) (ba4b1a2)
Dependencies
- update dependency com.google.cloud:google-cloud-bigquery to v1.127.0 (#825) (36322fb)
- update dependency com.google.cloud:google-cloud-bigquery to v1.127.1 (#828) (c24a6ae)
- update dependency com.google.cloud:google-cloud-bigquery to v1.127.2 (#830) (94c7848)
- update dependency junit:junit to v4.13.2 (#829) (c2e429a)
v1.8.5
v1.8.4
v1.8.3
v1.8.2
v1.8.1
v1.8.0
1.8.0 (2021-01-05)
Features
- add default stream support for StreamWriter (#744) (248ab73)
- better default stream support in client library (#750) (488f258), closes #749 #746
- remove IgnoreUnknownFields support on JsonStreamWriter (#757) (0988105)
- updates to Write API v1beta2 public interface, migrate to Java microgenerator (#728) (2fc5968)
Bug Fixes
- An extra test that is still calling old JsonStreamWriter append (#760) (af72e6e)
- enable tests that are disabled due to breaking change and stop ignoring ALREADY_EXISTED error (#748) (8caf5a2)
Dependencies
v1.7.2
1.7.2 (2020-12-15)
Bug Fixes
- Disable Breaking change related code site (#731) (d180293)
- a build break caused by breaking change. (#729) (a1b1c8e)
- A test race in JsonStreamWriterTest (#722) (35fe606)
- Add special type tests for Json writer and fix some type mapping issues (#725) (ab6213c)
- Temporally disable test/code where breaking change is used to help pushing out the breaking change in unreleased Beta (#727) (38c95c2)