What's Changed * Support Athena parameterized queries when paramstyle is qmark (fix 545) by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/557
What's Changed * Drop support for Python 3.8 (fix 561) by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/565 * Support for Python 3.13 (fix 560) by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/566
What's Changed * Fix to pass kwarg in the call to the execute method in the executemany method by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/555 * Fix to set result_reuse_enable and result_reuse_minutes in AsyncPandasCursor by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/556 * Escape schema and table names in drop statements (fix 562) by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/563
What's Changed * Bump urllib3 from 1.26.18 to 1.26.19 in /requirements by dependabot in https://github.com/laughingman7743/PyAthena/pull/549 * Bump certifi from 2024.2.2 to 2024.7.4 in /requirements by dependabot in https://github.com/laughingman7743/PyAthena/pull/550 * Bump zipp from 3.17.0 to 3.19.1 in /requirements by dependabot in https://github.com/laughingman7743/PyAthena/pull/551 * Add default converter for timestamp with timezone by gontzalm in https://github.com/laughingman7743/PyAthena/pull/554
New Contributors * gontzalm made their first contribution in https://github.com/laughingman7743/PyAthena/pull/554