Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Release v0.1.2-preview.1 of the Amazon QLDB Driver for Node JS

Pre-release
Pre-release

Choose a tag to compare

@aurghob33 aurghob33 released this 06 Mar 20:20
· 254 commits to master since this release

Release v0.1.2-preview.1

  • Fix : "Error: stream.push() after EOF" bug #7
  • Fix : On reading from ResultStream, potential event listeners might not have received an error. Error fixed by rightly calling the destroy method and passing the error to it.
  • Fix : On starting a transaction, on consuming the resultstream, the last value could sometimes show up twice.