Skip to content

Releases: aws-samples/amazon-qldb-dmv-sample-nodejs

Release v2.0.0 of the Amazon QLDB Node.js Sample app

27 Aug 23:56
1421495
Compare
Choose a tag to compare

This release upgrades the sample app to use version v2.0.0 of the Amazon QLDB Node.js Driver. There are no API changes introduced between v2.0.0-rc.1 and v2.0.0 of the driver

Release v2.0.0-rc.1 of the Amazon QLDB Node.js Sample app

14 Aug 00:42
0aa56ff
Compare
Choose a tag to compare

Upgraded the version of Amazon QLDB driver to v2.0.0-rc.1 , which introduced a few changes which makes it easy to use the driver.

The new version v2.0.0-rc.1 has a breaking change of replacing the RetryIndicator argument of QldbDriver.executeLambda with RetryConfig. In this release of the sample app, we have defined a new RetryConfig at the driver level and removed the retryIndicator argument from all executeLambda methods.

Release v1.0.0 of the Amazon QLDB Node.js Sample app

13 Jun 00:16
4a701da
Compare
Choose a tag to compare

This release upgrades the sample app to use version v1.0.0 of the Amazon QLDB Node.js Driver. There are no API changes introduced between v1.0.0-rc.2 and v1.0.0 of the driver

Release v1.0.0-rc.2 of the Amazon QLDB Node.js Sample app

03 Jun 23:52
fa58e12
Compare
Choose a tag to compare

This release upgrades the sample app to use version v1.0.0-rc.2 of the Amazon QLDB Node.js Driver.

The changes included in this release of the sample app are:

  1. Use QldbDriver instead of PooledQldbDriver as recommended in the release notes of v1.0.0-rc.2 of the driver.

  2. All the executeLambda method calls on QldbSession instance are now made on QldbDriver instance.

  3. All the getTableNames method calls on QldbSession instance are now made on QldbDriver instance.

Release v1.0.0-rc.1 of the Amazon QLDB Node.js Sample app

04 Apr 17:58
af545d9
Compare
Choose a tag to compare

This release upgrades the sample app to use version v1.0.0-rc.1 of the Amazon QLDB Node.js Driver . The v1.0.0-rc.1 version of the driver introduced major features, which make it easy to interact with the driver.

The release also upgraded the dependency of Ion Js to v4.0.0, which introduced DOM API, making it easy and intuitive to interact with Ion data types.

Release v0.1.0-preview.1 of the QLDB Node.js Sample Application.

13 Nov 21:47
e589d56
Compare
Choose a tag to compare

Release v0.1.0-preview.1 (November 13, 2019)