Releases: laughingman7743/PyAthena
Releases · laughingman7743/PyAthena
v3.12.2
v3.12.1
What's Changed
- Fix F821 Undefined name
List
andUnion
by @laughingman7743 in #569
Full Changelog: v3.12.0...v3.12.1
v3.12.0
What's Changed
- Support Athena parameterized queries when paramstyle is qmark (fix #545) by @laughingman7743 in #557
Full Changelog: v3.11.0...v3.12.0
v3.11.0
What's Changed
- Drop support for Python 3.8 (fix #561) by @laughingman7743 in #565
- Support for Python 3.13 (fix #560) by @laughingman7743 in #566
Full Changelog: v3.10.0...v3.11.0
v3.10.0
What's Changed
- Fix to pass kwarg in the call to the execute method in the executemany method by @laughingman7743 in #555
- Fix to set result_reuse_enable and result_reuse_minutes in AsyncPandasCursor by @laughingman7743 in #556
- Escape schema and table names in drop statements (fix #562) by @laughingman7743 in #563
Full Changelog: v3.9.0...v3.10.0
v3.9.0
What's Changed
- Bump urllib3 from 1.26.18 to 1.26.19 in /requirements by @dependabot in #549
- Bump certifi from 2024.2.2 to 2024.7.4 in /requirements by @dependabot in #550
- Bump zipp from 3.17.0 to 3.19.1 in /requirements by @dependabot in #551
- Add default converter for timestamp with timezone by @gontzalm in #554
New Contributors
Full Changelog: v3.8.3...v3.9.0
v3.8.3
What's Changed
- Bump jinja2 from 3.1.3 to 3.1.4 in /requirements by @dependabot in #542
- Bump requests from 2.31.0 to 2.32.0 in /requirements by @dependabot in #546
- Adjusted size of the last part of a multipart request (fix #547) by @laughingman7743 in #548
Full Changelog: v3.8.2...v3.8.3
v3.8.2
What's Changed
- Implement all fsspec specs in the s3 file system by @laughingman7743 in #540
Full Changelog: v3.8.1...v3.8.2
v3.8.1
What's Changed
- Support for appending to files larger than 5GB by @laughingman7743 in #541
Full Changelog: v3.8.0...v3.8.1
v3.8.0
What's Changed
- Support for writing with s3 file system by @laughingman7743 in #539
Full Changelog: v3.7.0...v3.8.0