Skip to content

Releases: googleapis/nodejs-bigquery-storage

v5.1.0

09 Jun 15:03
1229cd6

Choose a tag to compare

5.1.0 (2025-06-06)

Features

  • Add protobufjs 2023 edition support (21122f5)
  • Increased the number of partitions can be written in a single request (21122f5)
  • Selective gapic support for typescript generation (21122f5)
  • Support precise dates and microsecond resolution (#569) (2ae69a8)

Bug Fixes

  • Catch dangling promises (21122f5)
  • Limit protobufjs version to one that breaks (#567) (61f92d4)
  • managedwriter: Improve checks before closing connection (#568) (338f8bb)
  • Remove location from http annotations in all of the service requests (21122f5)

v5.0.0

12 May 15:30
1f521e9

Choose a tag to compare

5.0.0 (2025-05-08)

⚠ BREAKING CHANGES

  • upgrade to node 18 (#542)

Bug Fixes

  • deps: Update dependency @google-cloud/bigquery to v8 (#550) (05df963)

Miscellaneous Chores

v4.11.0

09 Jan 16:11
5cd8fad

Choose a tag to compare

4.11.0 (2025-01-09)

Features

  • Emit connection event for a StreamConnection (#533) (6688ea3)

Bug Fixes

  • Required table fields with value expression should be proto optional (#532) (f125792)

v4.10.1

29 Oct 19:27
f1d6c28

Choose a tag to compare

4.10.1 (2024-10-23)

Bug Fixes

  • Arrow parsing for nested and nullable fields (#519) (fc052fb)

v4.10.0

24 Sep 14:35
44986cd

Choose a tag to compare

4.10.0 (2024-09-23)

Features

  • Add BigQuery Metastore Partition Service API version v1alpha (b0cf365)
  • Add wrapper for reading table data using Storage API (#431) (03f2b1f)

v4.9.0

12 Sep 19:35
86f1f5a

Choose a tag to compare

4.9.0 (2024-09-12)

Features

  • Support BQ Storage Write CDC (#473) (8380ca8)
  • Support flexible columns on adapt package (#474) (c521cc5)
  • Update Nodejs generator to send API versions in headers for GAPICs (#459) (9dca0d3)

Bug Fixes

v4.8.0

10 May 19:03
ae9d0dc

Choose a tag to compare

4.8.0 (2024-05-10)

Features

  • Add getWriteStream and createWriteStreamFullResponse methods (#453) (27dce6a)

v4.7.0

06 May 12:22
367e934

Choose a tag to compare

4.7.0 (2024-05-03)

Features

v4.6.0

03 May 17:01
33b944b

Choose a tag to compare

4.6.0 (2024-05-03)

Features

  • Add support for RANGE type with Write API and adapt pkg (#437) (51924ab)
  • Enable write retry and nack pending writes on reconnect (#443) (ce4f88c)

v4.5.0

15 Apr 18:53
f8849e8

Choose a tag to compare

4.5.0 (2024-04-15)

Features

  • Add several fields to manage state of database encryption update (#433) (cf51780)
  • Auto convert numbers (#436) (f0505e7)

Bug Fixes