Releases: pyathena-dev/PyAthena
Releases · pyathena-dev/PyAthena
v3.5.1
What's Changed
- Fix future warnings by @laughingman7743 in #524
- Fix version and release for docs by @laughingman7743 in #525
- Fix AttributeError: module 'sqlalchemy.types' has no attribute 'DOUBLE' (fix #526) by @laughingman7743 in #527
Full Changelog: v3.5.0...v3.5.1
v3.4.1
Full Changelog: v3.5.1...v3.4.1
v3.5.0
What's Changed
- Add docs (fix #501) by @laughingman7743 in #519
- Fix future warnings by @laughingman7743 in #521
- Fix deprecation warnings by @laughingman7743 in #522
- Issue 517: Concept for Timetravel/Temporal Queries by @jasonamyers in #518
New Contributors
- @jasonamyers made their first contribution in #518
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- Fixed incorrect rendering of numeric type variants in SQLAlchemy's DDL (fix #515) by @laughingman7743 in #516
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- Migrate package manager from pdm to hatch by @laughingman7743 in #513
- Support for Python 3.12 (fix #482) by @laughingman7743 in #514
Full Changelog: v3.2.1...v3.3.0
v3.2.1
What's Changed
- Revert missing cursor default arguments. (fix #506) by @laughingman7743 in #508
- Fix PytestUnknownMarkWarning: Unknown pytest.mark.depends by @laughingman7743 in #509
- Fix tool.pdm.package-type to distribution by @laughingman7743 in #510
- Update github actions by @laughingman7743 in #511
Full Changelog: v3.2.0...v3.2.1
v3.1.1
Full Changelog: v3.1.0...v3.1.1
v3.2.0
What's Changed
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #500
- Fix property name for AthenaSessionStatus by @laughingman7743 in #502
- Migrate package manager from poetry to pdm by @laughingman7743 in #503
- Enhances Cursor type inference capabilities by @woosuk-choi-g in #504
New Contributors
- @woosuk-choi-g made their first contribution in #504
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Bump pyarrow from 13.0.0 to 14.0.1 by @dependabot in #491
- Bump cryptography from 41.0.5 to 41.0.6 by @dependabot in #494
- Remove python2 syntax by @laughingman7743 in #498
- Implement SparkCursor to support Spark calculations (fix #493) by @laughingman7743 in #497
Full Changelog: v3.0.10...v3.1.0
v3.0.10
What's Changed
- Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #481
- Support
json_serializerandjson_deserializerengine/dialect paremeters by @edgarrmondragon in #486 - Update GitHub Actions & Remove secrets by @laughingman7743 in #487
- Update poetry.lock by @laughingman7743 in #489
New Contributors
- @edgarrmondragon made their first contribution in #486
Full Changelog: v3.0.9...v3.0.10