Nodejs Bigtable Versions Save

Node.js client for Google Cloud Bigtable: Google's NoSQL Big Data database service.

v5.0.0

9 months ago

5.0.0 (2023-08-10)

⚠ BREAKING CHANGES

  • upgrade to Node 14 (#1311)

Miscellaneous Chores

v4.6.1

11 months ago

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

11 months ago

4.6.0 (2023-05-26)

Features

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

v4.5.2

11 months ago

4.5.2 (2023-05-24)

Bug Fixes

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

v4.5.1

1 year ago

4.5.1 (2023-04-28)

Bug Fixes

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

v4.5.0

1 year ago

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

1 year ago

4.4.0 (2023-03-01)

Features

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

v4.3.0

1 year ago

4.3.0 (2023-02-10)

Features

  • Publish the Cloud Bigtable Change Streams (#1237) (000a353)

Bug Fixes

v4.2.0

1 year ago

4.2.0 (2023-01-31)

Features

v4.1.1

1 year ago

4.1.1 (2023-01-30)

Bug Fixes