Skip to content

Releases: googleapis/nodejs-bigtable

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)

v4.3.0

15 Feb 21:59
cc460c1
Compare
Choose a tag to compare

4.3.0 (2023-02-10)

Features

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

Bug Fixes

v4.2.0

01 Feb 20:36
fbaa9de
Compare
Choose a tag to compare

4.2.0 (2023-01-31)

Features

v4.1.1

30 Jan 19:32
be2efe8
Compare
Choose a tag to compare

4.1.1 (2023-01-30)

Bug Fixes