* Fix reserved words in SQLAlchemy 357 * Change string formatting to use f-string 358 * Fix cast as binary type 362 Thanks takacsd 361 * Change schema names retrieval in SQLAlchemy from information schema to API 363 * Add missing fields to AthenaQueryExecution model 365
2.13.0
* Support for reading in chunks with PandasCursor 349 https://github.com/laughingman7743/PyAthena#pandascursor-chunksize-options * Add engine and chunksize to PandasCursor args 349 * Add unload, engine and chunksize to PndasCursor connection string in SQLAlchemy 349 * Fix ArrowCursor connection options in SQLAlchemy 349