Skip to content

Releases: googleapis/nodejs-bigquery

v7.9.0

05 Aug 16:18
daa64e8
Compare
Choose a tag to compare

7.9.0 (2024-08-01)

Features

  • Add retryOptions passing to underlying Service class (#1390) (a7cd3af)
  • Clean cached rows and responses after conversion (#1393) (3fd28b8)

Bug Fixes

v7.8.0

24 Jun 17:30
1df7fba
Compare
Choose a tag to compare

7.8.0 (2024-06-19)

Features

v7.7.1

31 May 15:34
d327e17
Compare
Choose a tag to compare

7.7.1 (2024-05-31)

Bug Fixes

v7.7.0

03 May 17:03
9896049
Compare
Choose a tag to compare

7.7.0 (2024-05-03)

Features

v7.6.1

26 Apr 16:44
4eaa92d
Compare
Choose a tag to compare

7.6.1 (2024-04-26)

Bug Fixes

  • Should not override queryParameters if params not informed (#1359) (2b66d1e)

v7.6.0

15 Apr 15:46
e8fe55f
Compare
Choose a tag to compare

7.6.0 (2024-04-09)

Features

  • Integrate jobs.query and stateless query for faster queries (#1337) (74aa150)

Bug Fixes

v7.5.2

27 Mar 17:00
1d0a3d1
Compare
Choose a tag to compare

7.5.2 (2024-03-27)

Bug Fixes

  • Set projectId in jobs emitted by load streams (#1346) (bd8254c)

v7.5.1

14 Mar 20:47
a6498c4
Compare
Choose a tag to compare

7.5.1 (2024-03-14)

Bug Fixes

  • Add better documentation around usage of BigQueryTimestamp class and .timestamp method. (2b2c3e0)
  • BigQueryTimestamp should keep accepting floats #1339 (2b2c3e0)
  • Restores BigQueryTimestamp behavior to accept a numeric value in the constructor representing epoch-seconds. The affected 7.5.0 version would parse a numeric value as epoch-microseconds. (2b2c3e0)

v7.5.0

26 Feb 16:32
024b1f6
Compare
Choose a tag to compare

7.5.0 (2024-02-21)

Features

v7.4.0

06 Feb 16:55
9907cec
Compare
Choose a tag to compare

7.4.0 (2024-02-06)

Features

Bug Fixes

  • Prefer usage of projectId from the Dataset (#1326) (9e85219)