Skip to content

Releases: pyathena-dev/PyAthena

v1.4.2

06 Oct 12:40

Choose a tag to compare

  • Fix condition of has_table method in SQLAlchemy.

v1.4.1

25 Sep 13:42

Choose a tag to compare

  • Fix Pandas to lazy import.

v1.4.0

25 Sep 13:08

Choose a tag to compare

  • Implement PandasCursor.
    Thanks @jkleint. (/issues/46)
  • Support TIME and JSON type.
  • Fix execute method of cursor object to return self (cursor object).

v1.3.0

21 Jul 13:17

Choose a tag to compare

  • Fix the context manager to return a connection object instead of a cursor object.
    Thanks @spicy-jmr. (/issues/41)

v1.2.5

31 May 05:18

Choose a tag to compare

v1.2.4

22 May 06:39

Choose a tag to compare

  • Fix regular expression of DataCatalogException

v1.2.3

21 Apr 14:00

Choose a tag to compare

v1.2.2

26 Feb 14:23

Choose a tag to compare

  • Add test of get_columns method retry condition.
  • Remove duplicate null or empty check.
  • Fix install requires.
    • futures;python_version<="2.7"

v1.2.1

10 Feb 11:05

Choose a tag to compare

  • Fix retry condition of get_columns method.
  • Add more types to type conversion.
    • FLOAT
    • REAL
    • CHAR

v1.2.0

24 Sep 06:07

Choose a tag to compare

  • Implement AsynchronousCursor.
  • Add retry processing to get_columns method of SQLAlchemy.
  • Add more query execution information to the cursor object.
    • Query
    • State
    • StateChangeReason