Releases: aws-samples/amazon-qldb-dmv-sample-java
Releases · aws-samples/amazon-qldb-dmv-sample-java
Release Sample App v2.0.0
The Amazon QLDB team is pleased to announce the release of v2.0.0 of the Amazon QLDB Java DMV Sample App.
- There are no significant changes from
v2.0.0-rc.1
of the Sample App. - The latest changes can be pulled in and the sample app should behave as expected. Sample App version 2.0.0 uses version 2.0.0 of amazon-qldb-driver-java.
Release v2.0.0-rc.1 of the Amazon QLDB DMV Sample app for Java
This version of the DMV sample app uses the QLDB driver 2.0.0-rc.1 that supports the AWS SDK Java v2.
Add QLDB Streams sample
Adds the StreamJournal sample which provides guidance on how to use Amazon QLDB Streams.
Release v1.1.0 of the DMV sample app for Java
Release the DMV sample app v1.1.0
With this change, we update the sample app to use the new driver features like:
- varargs in the execute methods.
- Use the driver.execute method to execute transactions. You can still use the session.execute method if you want to.
- Added an
InsertIonTypes
to show how to use different Ion types to QLDB
Release the v1.0.0 version of the DMV sample app
This releases the sample application for QLDB that demonstrates the use of the QLDB driver for java v1.0.2.