Skip to content

Releases: googleapis/nodejs-bigtable

v5.1.2

22 Jul 15:11
ed942c5
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

5.0.0 (2023-08-10)

⚠ BREAKING CHANGES

  • upgrade to Node 14 (#1311)

Miscellaneous Chores

v4.6.1

31 May 23:39
cb0dbab
Compare
Choose a tag to compare

4.6.1 (2023-05-30)

Bug Fixes

  • Properly handle asynchronous read from stream (#1284) (55d86ba). This could result in silently dropped rows in a createReadStream. The bug is active when the ReadRows stream would be piped into a consumer that would defer the processing of the rows until the next event loop run (i.e. use a Transform that would defer the callback invocation via setTimeout()).

v4.6.0

26 May 19:42
6499119
Compare
Choose a tag to compare

4.6.0 (2023-05-26)

Features

  • Add ChangeStreamConfig to CreateTable and UpdateTable (#1269) (2b05fa4)

v4.5.2

24 May 15:06
86b8f7b
Compare
Choose a tag to compare

4.5.2 (2023-05-24)

Bug Fixes

  • Parsing for qualifiers with colon characters (#1277) (b80f533)

v4.5.1

01 May 18:28
e60e3d8
Compare
Choose a tag to compare

4.5.1 (2023-04-28)

Bug Fixes

  • Remove bigtable instances left over when system tests run (#1265) (0526612)

v4.5.0

29 Mar 17:42
c80e9f6
Compare
Choose a tag to compare

4.5.0 (2023-03-20)

Features

  • Add npm run compile to the testproxy command (#1258) (52c06a2)

Bug Fixes

  • Always set the retry attempt to 0 for now (#1251) (5ee6f19)

v4.4.0

01 Mar 21:39
246dbe6
Compare
Choose a tag to compare

4.4.0 (2023-03-01)

Features

  • Add new_partitions field for CloseStream for Cloud Bigtable ChangeStream (#1247) (ecbdb52)