Skip to content

Releases: googleapis/nodejs-bigtable

v6.4.1

09 Sep 21:08
b28b638

Choose a tag to compare

6.4.1 (2025-09-09)

Bug Fixes

  • Directly import JS-native impl for crc32c on non-x64 platforms to avoid segfault (#1715) (9848963)

v6.4.0

22 Aug 21:02
7457ac3

Choose a tag to compare

6.4.0 (2025-08-21)

Features

  • Enable csm by default (#1695) (9744aa3)
  • For application latencies timed stream a few cosmetic changes are needed (#1645) (75d1a6f)

v6.3.0

11 Aug 21:42
8e52277

Choose a tag to compare

6.3.0 (2025-08-11)

Features

  • Add client side metrics for checkAndMutateRow calls (#1661) (c258ea1)
  • Add client side metrics for readModifyWriteRow calls (#1656) (2129312)
  • Client side metrics support for mutateRows (#1638) (7601e4d)
  • Collect client side metrics for sampleRowKeys calls (#1660) (6ed98fa)
  • For client side metrics, record metrics as MUTATE_ROW for single row mutates (#1650) (f190a8c)
  • Record ReadRows application latencies for client side metrics (#1647) (8af801b)

Bug Fixes

  • FirstResponseLatencies should only be collected for readRows calls (#1658) (99cf5a6)

v6.2.0

24 Jul 19:24
afcd78f

Choose a tag to compare

6.2.0 (2025-07-23)

Features

  • Add client side metrics collection to readRows calls (#1571) (71f4d78)
  • Add plumbing to support unary calls for client side metric collection (#1631) (c267ede)
  • Add support for Execute Query (#1613) (e3894ed)
  • Initial timed stream implementation for application latencies (#1639) (ca490e8)

Bug Fixes

  • In Client-side metrics makes sure that the right views get created for the right metrics (#1590) (6cb7cdd)

v6.1.0

30 May 15:50
f8fd4be

Choose a tag to compare

6.1.0 (2025-05-30)

Features

v6.0.0

29 Apr 20:06
e557c1c

Choose a tag to compare

6.0.0 (2025-04-22)

⚠ BREAKING CHANGES

  • migrate to Node 18 (#1582)

Features

  • Add fields and the BackupType proto for Hot Backups (#1439) (433a8e3)
  • Add MergeToCell to Mutation APIs (433a8e3)
  • Add min, max, hll aggregators and more types (433a8e3)
  • Add plumbing PR for client side metrics to support the open telemetry instruments (#1569) (c37a451)
  • Add the MetricsCollector for client side metrics (#1566) (d475ef2)
  • Add the plumbing for application blocking latencies client side metrics (#1575) (967f440)
  • Bigtable authorized views requests on the Data plane (#1509) (da373b5)
  • Move the metrics handler fixture (#1570) (c97ebcc)
  • Publish ProtoRows Message (433a8e3)
  • Publish the Cloud Bigtable ExecuteQuery API (433a8e3)
  • Update Go Bigtable import path (433a8e3)
  • Update Go Datastore import path (433a8e3)

Bug Fixes

  • Address assertion error in TestReadRows_Retry_LastScannedRow conformance test (#1521) (0552638)
  • Check and mutate generic header conformance test (#1551) (7f1099a)
  • Conformance test sample rowkeys generic deadline (#1562) (2fdf98f)
  • Fix plumbing errors for client side metrics collection (#1583) (574c2f4)
  • Fix TestReadRows_Generic_CloseClient conformance test by passing grpc status codes for closed client errors (#1524) (8524174)
  • Paused scan test is now fixed (#1539) (d009a8f)
  • Sample rowkey generic header conformance test (#1550) (6ef7671)
  • TestMutateRow_Generic_Headers (#1540) (f6176c1)
  • Update owlbot.py to exculde sync repo (#1549) (f1ad565)
  • Update sync-repo-settings.yaml to make owl bot optional (#1547) (d745412)
  • Use the universe domain if it is provided by the user (#1563) (d26ecb8)

Miscellaneous Chores

v5.1.2

22 Jul 15:11
ed942c5

Choose a tag to compare

5.1.2 (2024-07-22)

Bug Fixes

  • Throw away excess data in order to avoid delivering duplicate data (#1453) (069239d)

v5.1.1

11 Jul 21:48
34d138d

Choose a tag to compare

5.1.1 (2024-07-11)

Bug Fixes

  • Ensure that during resumption of a scan, rows that have not been observed by the caller are re-requested (#1444) (2d8de32)
  • Remove custom readrows retry logic and rely on gax for retries (#1422) (3e0a46e)

v5.1.0

03 Jun 15:03
b2b2fda

Choose a tag to compare

5.1.0 (2024-05-28)

Features

  • Add feature for copying backups (#1153) (91f85b5)
  • Add String type with Utf8Raw encoding to Bigtable API (#1419) (724b711)
  • Publish Automated Backups protos (#1391) (17838ed)
  • Trusted Private Cloud support, use the universeDomain parameter (#1386) (c0c287e)

Bug Fixes

  • deps: Update dependency @google-cloud/precise-date to v4 (#1318) (9dcef90)
  • Extend timeouts for deleting snapshots, backups and tables (#1387) (1a6f59a)
  • Fix flakey test by extending timeout (#1350) (906ac79)
  • Improve retry logic for streaming API calls (#1372) (e8083a4)
  • Remove the watermarks (#1313) (0126a0e)

v5.0.0

10 Aug 23:00
5c537b7

Choose a tag to compare

5.0.0 (2023-08-10)

⚠ BREAKING CHANGES

  • upgrade to Node 14 (#1311)

Miscellaneous Chores