Skip to content

Release v1.1.0 of the DMV sample app for Java

Compare
Choose a tag to compare
@othonrsanchez othonrsanchez released this 20 Mar 23:18
· 420 commits to master since this release
5e588b9
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