Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

java-bigquerystorage v2.2.0

Choose a tag to compare

@release-please release-please released this 13 Sep 18:04
9d0d1aa

Features

  • add trace id support to JsonWriter and add default trace id to help identify json writer users. (#1302) (0e749d9)

Bug Fixes

  • Accept null json values in JsonToProtoMessage converter (#1288) (fb515ab)
  • beta cleanup: remove deprecated classes and unused functionalities (#1300) (7d08d7b)
  • Cannot share client between appendRows and other function becaus… (#1290) (c2dcf6f)
  • remove dependency on google-cloud-bigquery (cyclic dep) (#1295) (7ac47de), closes #1249
  • the request limit should be 10MB instead of 8MB (#1289) (ed1ea00)
  • update comment to be consistent with code (#1292) (5669420)

Dependencies

  • update dependency com.google.cloud:google-cloud-bigquery to v2.1.7 (#1298) (c156410)

Documentation

  • Align session length with public documentation feat: Align ReadRows timeout with other versions of the API. (#1281) (b920cd5)
  • samples: update WriteToDefaultStream.java sample (#1305) (83c8e23)