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

Release v2.1.1 of the Amazon QLDB Driver for Node.js

Choose a tag to compare

@byronlin13 byronlin13 released this 02 Feb 22:00

Release v2.1.1

Note: A bug has been discovered in this version which results in No open transaction or Transaction already open errors, please use v2.2.0.

Fix a bug where the stream result was not able to return query statistics #59.

Enhancements

  • Export ResultReadable
  • Change the return type of executeAndStreamResults() from Readable to ResultReadable which extends Readable
  • getConsumedIOs(): IOUsage and getTimingInformation(): TimingInformation functions are accessible through ResultReadable