Skip to content

Releases: cloud-utils/aurora-data-api

v0.5.0: - Changes required for compatibility with RDS Data API for Aurora Ser…

29 Dec 18:36
Compare
Choose a tag to compare
  • Changes required for compatibility with RDS Data API for Aurora Serverless v2

    • Test and release infrastructure improvements

v0.4.0

27 Feb 21:31
v0.4.0
f1ab152
Compare
Choose a tag to compare
  • Revert #32. Neither JSON nor UUIDs are appropriate for native type casting in this driver, because such behavior is inconsistent with other DB-API drivers.

    • Use typed exceptions

    • Raise legible error when passing array params. Closes #45

    • Guard client init with lock. Fixes #43

v0.3.2

24 Jan 00:03
v0.3.2
3036c6b
Compare
Choose a tag to compare
  • Use a more robust postgresql error parser; add test

v0.3.1

23 Jan 21:54
v0.3.1
9e02111
Compare
Choose a tag to compare

v0.3.0

26 Dec 00:00
v0.3.0
7ad9ae0
Compare
Choose a tag to compare
  • Added pgsql error codes (#38)

    • Support json column types (#28)

    • Support the continueAfterTimeout parameter (#30)

    • Handle UUID type hint (#32)

v0.2.7

12 Dec 15:58
v0.2.7
509cefe
Compare
Choose a tag to compare
  • Catch ValueError when timestamp returns 5 decimal places instead of 6 (#22)

v0.2.6

13 Nov 23:14
v0.2.6
c77ce98
Compare
Choose a tag to compare

Update handling of error codes and response size error for latest Data API version

v0.2.5

03 Oct 15:14
v0.2.5
f5d1829
Compare
Choose a tag to compare

Fix refactoring of timestamp casting

v0.2.4

02 Oct 21:57
v0.2.4
950416f
Compare
Choose a tag to compare

Fix bug in param prep hint application

v0.2.3

02 Oct 17:37
v0.2.3
c825c6c
Compare
Choose a tag to compare
  • Fix strptime handling in Python 3.6 and earlier

    • Fix type hint handling for arrays