Skip to content

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

Release Sample App v2.0.0

28 Aug 19:32
15af4c0
Compare
Choose a tag to compare

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

22 Jun 22:25
06e637c
Compare
Choose a tag to compare

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

09 Jun 19:46
7a5da32
Compare
Choose a tag to compare

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

20 Mar 23:18
5e588b9
Compare
Choose a tag to compare
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

10 Mar 21:50
13e53fa
Compare
Choose a tag to compare

This releases the sample application for QLDB that demonstrates the use of the QLDB driver for java v1.0.2.