Skip to content

Releases: awslabs/amazon-qldb-driver-python

Fix README to reflect the correct minimum python version required.

18 Mar 21:17
7f889b5
Compare
Choose a tag to compare

Documentation Fixes:

  • Fixed README to reflect the correct minimum python version required.
    The driver requires Python 3.4 or later, earlier it was mentioned to be 3.x

Add driver level execute method, varargs and native types support

11 Mar 21:43
762846e
Compare
Choose a tag to compare

New features:

  • Added Execute methods to PooledQldbDriver
  • Added support for python native types for execute_statement parameters

Unavoidable breaking changes:

  • In order to be more pythonic, the method signature of execute_statement has been changed to receive *args. This is a breaking change for any application that uses 1.0.0-rc.2 version of the driver. Starting v2.0, applications should pass execute_statement parameters as comma separated arguments instead of passing them as a list.

Release v1.0.0-rc.2 of the Amazon QLDB Driver for Python

29 Oct 21:44
Compare
Choose a tag to compare

Minor documentation fixes over r1.

Release v1.0.0-rc.1 of the Amazon QLDB Driver for Python

29 Oct 19:06
Compare
Choose a tag to compare

This is the Python driver for Amazon Quantum Ledger Database (QLDB), which allows Python developers
to write software that makes use of AmazonQLDB.