Skip to content

Releases: googleapis/java-bigquerystorage

v2.12.3

12 Oct 18:18
2abca54

Choose a tag to compare

2.12.3 (2022-10-12)

Dependencies

v2.23.1

04 Oct 23:58
0ea39d3

Choose a tag to compare

2.23.1 (2022-10-04)

Bug Fixes

  • update protobuf to v3.21.7 (77bf65b)

Dependencies

  • Update dependency com.google.cloud:google-cloud-bigquery to v2.17.0 (#1821) (8747079)

v2.23.0

03 Oct 18:06
b35bd0c

Choose a tag to compare

2.23.0 (2022-10-03)

Features

  • return list of row errors from append (df7c6e9)

Bug Fixes

  • return row-level error information via an AppendSerializtionError exception (df7c6e9)

v2.22.0

30 Sep 00:02
935d7a8

Choose a tag to compare

2.22.0 (2022-09-29)

Features

  • Add a new specific exception about json data has unknown field (#1792) (18f93c1)
  • Add cache for location in stream writer, and trigger that when location is not presented (#1804) (c24c14f)
  • Add close() to multiplexing client (#1788) (6b3a974)
  • Add fully managed schema support on json writer (#1794) (b6b515f)
  • Add more retry error code to the sample (#1805) (4bf67bc)
  • Add multiplexing client core algorithm and basic testing, plus fix a tiny bug in fake server (#1787) (1bb8e26)
  • Add multiplexing support to connection worker. (#1784) (a869a1d)
  • Add support for flexible column name in JsonStreamWriter (#1786) (694abbb)
  • Add two fine logs that would allow Datastream to look into the stuck issue (#1791) (745ceb4)
  • Always pass a null bigquery client lib to StreamWriter (#1795) (eec50c1)
  • Bug fix for checking write_stream field but proto might not contain the field to unblock the release (#1806) (9791d69)
  • Client unknown fields drives writer refreshment (#1797) (d8aaed5)
  • ExecutorProvider can now be replaced (#1770) (6380f71), closes #1769
  • Fix some todos and reject stream writer if it's created with mixed behavior of passed in client or not (#1803) (1a69192)
  • Minor tune after offline testing (#1807) (694a870)
  • Populate location info if we already called GetWriteStream (#1802) (5f43103)
  • Some fixes for multiplexing client (#1798) (b3ffd77)
  • Wire connection pool to stream writer without implementing updated schema (#1790) (3eb1475)

v2.21.0

15 Sep 16:42
6d163fb

Choose a tag to compare

2.21.0 (2022-09-15)

Features

  • Add connection worker skeleton used for multiplexing client (#1778) (b26265e)
  • Add Load api for connection worker for multiplexing worker (#1779) (179930e)
  • Add location to WriteStream and add WriteStreamView support (#1771) (f446ff4)
  • Add proto annotation for non-ascii field mapping (#1776) (1a079ee)
  • introducing connection worker to run a loop for fetching / sending requests in a queue. (7dd447d)

Bug Fixes

Dependencies

  • Update dependency com.google.cloud:google-cloud-bigquery to v2.15.0 (#1766) (40e0ba0)
  • Update dependency com.google.cloud:google-cloud-bigquery to v2.16.0 (#1777) (08a7c8f)
  • Update dependency com.google.cloud:google-cloud-bigquery to v2.16.1 (#1781) (7ff7099)
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 (#1772) (3279ef4)
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 (#1780) (ed2cd66)

v2.20.1

25 Aug 05:18
4981950

Choose a tag to compare

2.20.1 (2022-08-24)

Bug Fixes

  • Add unit test for closing disconnected streamwriter. Also reduce wait from 5->3 minutes (#1751) (095d7d5)
  • allow repeated field to have a null or missing json array (#1760) (ef24825)

Dependencies

  • update dependency com.google.cloud:google-cloud-bigquery to v2.14.7 (#1759) (ac3f0b8)

v2.20.0

17 Aug 02:39
db166ff

Choose a tag to compare

2.20.0 (2022-08-17)

Features

  • introduce InflightLimitExceededException (#1746) (449353b)

Bug Fixes

  • Add documentation to Exceptions (#1745) (3bc7aca)
  • Add missing field error to row error message (#1752) (186d213)
  • Close based on whether connection is active, not status variable (#1750) (ce7f3e0)

Dependencies

  • fixing the test scope dependency to runtime (#1742) (878020b)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.14.4 (#1740) (f842d51)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.14.6 (#1747) (329bd9d)

v2.19.1

09 Aug 04:14
a8b1d32

Choose a tag to compare

2.19.1 (2022-08-06)

Dependencies

  • update dependency com.google.cloud:google-cloud-bigquery to v2.14.3 (#1736) (f36d4f0)

v2.19.0

05 Aug 16:46
46b727f

Choose a tag to compare

2.19.0 (2022-08-05)

Features

  • Add CANCELLED to StreamWriter retryable error code (#1725) (6d4c004)
  • remove a dummy WriterClosedException (0b3018d)

Bug Fixes

  • Switch integration test onto v1 write api (#1731) (2ccb96e)

Documentation

Dependencies

  • update arrow.version to v9 (major) (#1728) (3694243)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.14.1 (#1721) (e27a9e9)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.14.2 (#1734) (0115e98)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v3 (#1718) (940c613)
  • update dependency org.apache.arrow:arrow-memory-netty to v9 (#1729) (297ee99)
  • update dependency org.apache.arrow:arrow-vector to v9 (#1730) (6010b42)
  • update dependency org.apache.avro:avro to v1.11.1 (#1719) (754296f)

v2.18.0

29 Jul 19:07
cfa6158

Choose a tag to compare

2.18.0 (2022-07-27)

Features

  • Add another StreamWriterClosedException and remove RETRY_THRESHOLD (#1713) (f8d1bd9)
  • increase timeout waiting for done callback from 2 minutes to 5 … (#1682) (5171898)

Documentation

  • clarify size limitations for AppendRowsRequest (#1714) (ed3fe1f)