Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [5.2.0](https://github.com/googleapis/nodejs-bigquery-storage/compare/v5.1.0...v5.2.0) (2026-03-05)


### Features

* Add high precision Picosecond timestamp support for write calls ([#654](https://github.com/googleapis/nodejs-bigquery-storage/issues/654)) ([5c90e88](https://github.com/googleapis/nodejs-bigquery-storage/commit/5c90e8865ead7a8b4a6febf62648676927ad670e))
* Row readers using storage API acceleration can leverage full precision arrow values ([#656](https://github.com/googleapis/nodejs-bigquery-storage/issues/656)) ([82e74d8](https://github.com/googleapis/nodejs-bigquery-storage/commit/82e74d80b8f7b6ccfc256c9486208850e9bb595c))
* Row readers using storage API acceleration can leverage full precision avro values ([#658](https://github.com/googleapis/nodejs-bigquery-storage/issues/658)) ([fa090c6](https://github.com/googleapis/nodejs-bigquery-storage/commit/fa090c6cc7871d6e390c72aa7ec5390afac59ca7))


### Bug Fixes

* Delete the whole owlbot yaml file to trigger next googlegen-apis release ([#648](https://github.com/googleapis/nodejs-bigquery-storage/issues/648)) ([602ef9b](https://github.com/googleapis/nodejs-bigquery-storage/commit/602ef9b61f5cb6f971a82b8fec13a135840238cd))
* **deps:** Update dependency apache-arrow to v21 ([#579](https://github.com/googleapis/nodejs-bigquery-storage/issues/579)) ([0a3643e](https://github.com/googleapis/nodejs-bigquery-storage/commit/0a3643e97a52bc5f588ca6843fb320617b09954f))
* **deps:** Update dependency google-auth-library to v10 ([#573](https://github.com/googleapis/nodejs-bigquery-storage/issues/573)) ([5ef6bdd](https://github.com/googleapis/nodejs-bigquery-storage/commit/5ef6bdd383ca08cdcd14366a04b380fba211952e))
* **deps:** Update dependency google-gax to v5 ([#575](https://github.com/googleapis/nodejs-bigquery-storage/issues/575)) ([bb4b2ff](https://github.com/googleapis/nodejs-bigquery-storage/commit/bb4b2ff6251580ce81d5c7641ae8dadbd058e1b3))
* Update gax version, adjust monkeypatch for protobufjs ([#607](https://github.com/googleapis/nodejs-bigquery-storage/issues/607)) ([6fe249d](https://github.com/googleapis/nodejs-bigquery-storage/commit/6fe249d0c322ad1029fa8f1aa7494ffe5220ec23))

## [5.1.0](https://github.com/googleapis/nodejs-bigquery-storage/compare/v5.0.0...v5.1.0) (2025-06-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/bigquery-storage",
"version": "5.1.0",
"version": "5.2.0",
"description": "Client for the BigQuery Storage API",
"repository": "googleapis/nodejs-bigquery-storage",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-storage",
"version": "5.1.0",
"version": "5.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-storage",
"version": "5.1.0",
"version": "5.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-storage",
"version": "5.1.0",
"version": "5.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-storage",
"version": "5.1.0",
"version": "5.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-storage",
"version": "5.1.0",
"version": "5.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-storage",
"version": "5.1.0",
"version": "5.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@google-cloud/bigquery": "^8.0.0",
"@google-cloud/bigquery-storage": "^5.1.0",
"@google-cloud/bigquery-storage": "^5.2.0",
"google-auth-library": "^10.0.0",
"avsc": "^5.4.18",
"google-gax": "^5.0.0",
Expand Down
Loading