* Implement PandasCursor. Thanks jkleint. (laughingman7743/PyAthena/issues/46) * Support TIME and JSON type. * Fix execute method of cursor object to return self (cursor object).
1.3.0
* Fix the context manager to return a connection object instead of a cursor object. Thanks spicy-jmr. (laughingman7743/PyAthena/issues/41)
1.2.5
* Support RoleArn in SQLAlchemy URI. Thanks icy. (laughingman7743/PyAthenaJDBC62)
1.2.4
* Fix regular expression of DataCatalogException
1.2.3
* Fix type code contract. PEP 249 - Type Objects and Constructors https://www.python.org/dev/peps/pep-0249/#type-objects-and-constructors Thanks memeplex. (laughingman7743/PyAthena/issues/32)
1.2.2
* Add test of get_columns method retry condition. * Remove duplicate null or empty check. * Fix install requires. * futures;python_version<="2.7"