Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Releases: pyathena-dev/PyAthenaJDBC

v3.0.1

Choose a tag to compare

@laughingman7743 laughingman7743 released this 31 Dec 15:14
  • Update JDBC driver to 2.0.16.

v3.0.0

Choose a tag to compare

@laughingman7743 laughingman7743 released this 31 Dec 14:49

v2.1.1

Choose a tag to compare

@laughingman7743 laughingman7743 released this 22 Nov 07:38
  • Update JDBC driver to 2.0.14

v2.1.0

Choose a tag to compare

@laughingman7743 laughingman7743 released this 02 Aug 14:10

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

Choose a tag to compare

@laughingman7743 laughingman7743 released this 08 Jul 14:29

Porting the following features from PyAthena.

v2.0.8

Choose a tag to compare

@laughingman7743 laughingman7743 released this 05 May 11:03

Porting the following features from PyAthena.

v2.0.7

Choose a tag to compare

@laughingman7743 laughingman7743 released this 12 Apr 09:13

v2.0.6

Choose a tag to compare

@laughingman7743 laughingman7743 released this 15 Mar 11:01

v2.0.5

Choose a tag to compare

@laughingman7743 laughingman7743 released this 30 Jun 05:14

v2.0.4

Choose a tag to compare

@laughingman7743 laughingman7743 released this 23 Mar 04:58
  • Restrict the allowable version of SQLAlchemy(>=1.0.0, <1.3.0).
  • Support Python 3.7
  • Update JDBC driver to 2.0.7