Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

v4.6.1

Choose a tag to compare

@release-please release-please released this 31 May 23:39
cb0dbab

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()).