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

Releases: laughingman7743/PyAthenaJDBC

v3.0.1

31 Dec 15:14
Compare
Choose a tag to compare
  • Update JDBC driver to 2.0.16.

v3.0.0

31 Dec 14:49
Compare
Choose a tag to compare

v2.1.1

22 Nov 07:38
Compare
Choose a tag to compare
  • Update JDBC driver to 2.0.14

v2.1.0

02 Aug 14:10
Compare
Choose a tag to compare

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

08 Jul 14:29
Compare
Choose a tag to compare

Porting the following features from PyAthena.

v2.0.8

05 May 11:03
Compare
Choose a tag to compare

Porting the following features from PyAthena.

v2.0.7

12 Apr 09:13
Compare
Choose a tag to compare

v2.0.6

15 Mar 11:01
Compare
Choose a tag to compare

v2.0.5

30 Jun 05:14
Compare
Choose a tag to compare

v2.0.4

23 Mar 04:58
Compare
Choose a tag to compare
  • Restrict the allowable version of SQLAlchemy(>=1.0.0, <1.3.0).
  • Support Python 3.7
  • Update JDBC driver to 2.0.7