PyAthenaJDBC Versions Save

PyAthenaJDBC is an Amazon Athena JDBC driver wrapper for the Python DB API 2.0 (PEP 249).

v3.0.1

3 years ago
  • Update JDBC driver to 2.0.16.

v3.0.0

3 years ago

v2.1.1

3 years ago
  • Update JDBC driver to 2.0.14

v2.1.0

3 years ago

This release contains compatibility-breaking changes.

  • Change the connect method and Connection object arguments to have the same name as the JDBC driver's Driver Configuration Options.

    Old argument names New argument names
    access_key User
    secret_key Password
    region_name AwsRegion
    schema_name Schema
    s3_staging_dir S3OuputLocation
  • Changed the default authentication delegate to use DefaultAWSCredentialsProviderChain.

  • Remove botocore dependencies.

  • Update JDBC driver to 2.0.13.

v2.0.9

3 years ago

Porting the following features from PyAthena.

v2.0.8

4 years ago

Porting the following features from PyAthena.

v2.0.7

4 years ago
  • Support China region endpoints. Thanks @liangruibupt. (laughingman7743/PyAthenaJDBC/issues/97)

v2.0.6

4 years ago

v2.0.5

4 years ago
  • Support SQLAlchemy 1.3.0.
  • Support JPype 0.7.0. Thanks @Thrameos. (laughingman7743/PyAthenaJDBC/pull/85)
  • Exclude tests from dist package. Thanks @gaqzi. (laughingman7743/PyAthena/pull/86)

v2.0.4

5 years ago
  • Restrict the allowable version of SQLAlchemy(>=1.0.0, <1.3.0).
  • Support Python 3.7
  • Update JDBC driver to 2.0.7