Releases: aws-samples/amazon-qldb-dmv-sample-nodejs
Release v2.0.0 of the Amazon QLDB Node.js Sample app
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
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
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
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:
-
Use
QldbDriver
instead ofPooledQldbDriver
as recommended in the release notes of v1.0.0-rc.2 of the driver. -
All the executeLambda method calls on
QldbSession
instance are now made onQldbDriver
instance. -
All the
getTableNames
method calls onQldbSession
instance are now made onQldbDriver
instance.
Release v1.0.0-rc.1 of the Amazon QLDB Node.js Sample app
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.