Releases: pyathena-dev/PyAthena
Releases · pyathena-dev/PyAthena
v1.1.0
- Change the behavior of the default formatter.
Escaping is required only for the query with parameter containing%character.
v1.0.3
- Add support for formatting long type.
v1.0.2
- Add output location.
- Fix retry predicate condition.
v1.0.1
- Fix cursor not to skip the first row when listing partitions.
- Add query execution statistics.
- Wrap all API exceptions in DB API exceptions.
- Implement API call retry processing.
- Drop support for PY26.
v1.0.0
init commit