Skip to content

Releases: googleapis/java-bigquerystorage

v2.10.1

04 Mar 16:16
a5cd04c
Compare
Choose a tag to compare

2.10.1 (2022-03-03)

Bug Fixes

  • change customer StorageException from RuntimeException to StatusRuntimeException (#1559) (523377e)

Dependencies

  • update actions/checkout action to v3 (#1554) (1371ac9)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0 (#1555) (cc25162)

Documentation

v2.10.0

28 Feb 21:10
725a17a
Compare
Choose a tag to compare

2.10.0 (2022-02-28)

Features

Bug Fixes

  • Add a e2e test on byte string array and remove a impossible case for byte array conversion (#1546) (adcb9bb)
  • add more idiomatic way to insert ARRAY data (#1550) (3ae4038)
  • remove bigquery.readonly auth scope (#1543) (a70ae45)

Dependencies

  • update actions/github-script action to v6 (#1533) (370c3b5)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.9.0 (#1538) (43446b2)

Documentation

  • tutorials: Add STRUCT column to tutorial (#1534) (9595dab)
  • tutorials: Call append asynchronously instead of blocking (#1542) (c777e23)

v2.9.1

11 Feb 18:35
4d06e49
Compare
Choose a tag to compare

2.9.1 (2022-02-11)

Bug Fixes

  • rollback the reconnect after 10MB behavior after the fix for omg… (#1530) (737bd0e)

Dependencies

  • update arrow.version to v7 (major) (#1526) (b6a4479)
  • update dependency org.apache.arrow:arrow-memory-netty to v7 (#1527) (06e927f)
  • update dependency org.apache.arrow:arrow-vector to v7 (#1528) (70297cc)

v2.9.0

08 Feb 23:57
bea434f
Compare
Choose a tag to compare

2.9.0 (2022-02-08)

Features

  • add a indicator of how much time a request is waiting for inflight limit (#1514) (54874be)
  • temp workaround for omg/48020 (#1521) (ff28f65)

Bug Fixes

Documentation

  • tutorials: Add IT to JsonWriteDefaultStream tutorial (#1522) (9fd7aca)

v2.8.4

03 Feb 21:15
3f2f753
Compare
Choose a tag to compare

2.8.4 (2022-02-03)

Dependencies

  • update dependency com.google.cloud:google-cloud-bigquery to v2.7.1 (#1505) (a700d92)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.8.0 (#1508) (b9ab6aa)

Documentation

  • tutorials: add integration test file structure for tutorials (#1507) (ecb1fbb)
  • tutorials: Add README, other small fixes to JsonWriterDefaultStream tutorial (#1504) (691eae5)

v2.8.3

28 Jan 21:02
fb545a9
Compare
Choose a tag to compare

2.8.3 (2022-01-28)

Dependencies

  • java: update actions/github-script action to v5 (#1339) (#1491) (7eea012)
  • update actions/github-script action to v5 (#1492) (580c033)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.7.0 (#1499) (0d414f8)
  • upgrade google-cloud-shared-dependencies to v2.7.0 (#1501) (3f75e83)

Documentation

  • tutorials: add a README.md (#1500) (c50c6a0)
  • tutorials: add new tutorials directory and JsonWriterDefaultStream tutorial (#1498) (fd1ecf2)

v2.8.2

25 Jan 21:14
74bc8d5
Compare
Choose a tag to compare

2.8.2 (2022-01-25)

Bug Fixes

  • java: add reflection configuration for native-image testing (#1488) (d87fe28)

Documentation

Dependencies

  • exclude un-used runtime dependencies brought in by gax-grpc (#1490) (3e7833e)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.6.1 (#1473) (f996cdb)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.6.2 (#1475) (37c1fd8)
  • update dependency kr.motd.maven:os-maven-plugin to v1.7.0 (#1476) (e038151)

java-bigquerystorage v2.8.1

07 Jan 17:50
38d2d8d
Compare
Choose a tag to compare

Bug Fixes

Dependencies

  • update dependency com.google.cloud:google-cloud-bigquery to v2.6.0 (#1459) (323813c)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v2.6.0 (#1467) (8ebb448)

java-bigquerystorage v2.8.0

04 Jan 16:00
2b756e0
Compare
Choose a tag to compare

Features

  • Add ignoreUnknownField support in JsonWriter (#1455) (4616adb)
  • Add reconnect support to v1 client lib. (#1446) (a5157fa)
  • add schema update support in JsonStreamWriter (#1447) (973afcc)
  • support append() without offset in StreamWriter (#1452) (cb8b0ad)

Bug Fixes

  • allow all fields to be null values (#1450) (e47ac79)
  • finish BIGNUMERIC support (#1449) (d9d51cd)
  • fix a NullPtr when user closes a writer without connection being ever established (#1454) (b774f5d)
  • update storageError support due to server side enhancement (#1456) (6243ad5)

java-bigquerystorage v2.7.0

08 Dec 00:18
ae44e64
Compare
Choose a tag to compare

Features

  • add write_mode support for BigQuery Storage Write API v1 (#1441) (ffe0670)

Bug Fixes