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

Commit 9ed99c6

Browse files
Update JDBC driver to 2.0.16
1 parent 76b29cb commit 9ed99c6

File tree

2 files changed

+34
-17
lines changed

2 files changed

+34
-17
lines changed

jdbc/release-notes.txt

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,25 @@ Simba Athena JDBC Driver with SQL Connector Release Notes
33
==============================================================================
44

55
The release notes provide details of enhancements, features, known issues, and
6-
workflow changes in Simba Athena JDBC Driver 2.0.15, as well as the version
6+
workflow changes in Simba Athena JDBC Driver 2.0.16, as well as the version
77
history.
88

99

10-
2.0.15 =======================================================================
10+
2.0.16 =======================================================================
1111

12-
Released 2020-10-23
12+
Released 2020-11-20
1313

1414
Enhancements & New Features
1515

16-
* [AJ-239] Use proxy with IdP authentication
16+
* [AJ-253][AJ-254][AJ-255] New authentication methods
1717

18-
The driver now supports the use of a proxy server with IdP authentication.
19-
To do this, set the new UseProxyForIdP configuration option to True. For
20-
more information, see the Installation and Configuration Guide.
21-
22-
* [AJ-313] Updated authentication support
18+
The driver now supports the following authentication methods at the account
19+
level:
20+
- Okta MFA Verify
21+
- SMS Authentication
22+
- Google Authenticator
2323

24-
The driver now supports using the credential_process setting in the AWS
25-
configuration file for authentication.
26-
27-
* [AJ-328] Updated metadata support
28-
29-
The driver now retrieves only the required table and schema metadata from
30-
the datasource when the exact names of the table and database are provided.
24+
For more information, see the Installation and Configuration Guide.
3125

3226

3327
Workflow Changes =============================================================
@@ -72,6 +66,29 @@ The following changes may disrupt established workflows for the driver.
7266

7367
Version History ==============================================================
7468

69+
2.0.15 -----------------------------------------------------------------------
70+
71+
Released 2020-10-23
72+
73+
Enhancements & New Features
74+
75+
* [AJ-239] Use proxy with IdP authentication
76+
77+
The driver now supports the use of a proxy server with IdP authentication.
78+
To do this, set the new UseProxyForIdP configuration option to True. For
79+
more information, see the Installation and Configuration Guide.
80+
81+
* [AJ-313] Updated authentication support
82+
83+
The driver now supports using the credential_process setting in the AWS
84+
configuration file for authentication.
85+
86+
* [AJ-328] Updated metadata support
87+
88+
The driver now retrieves only the required table and schema metadata from
89+
the datasource when the exact names of the table and database are provided.
90+
91+
7592
2.0.14 -----------------------------------------------------------------------
7693

7794
Released 2020-09-25

pyathenajdbc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from pyathenajdbc.connection import Connection
99

1010
__version__: str = "3.0.0"
11-
__athena_driver_version__: str = "2.0.15.1000"
11+
__athena_driver_version__: str = "2.0.16.1000"
1212

1313
# Globals https://www.python.org/dev/peps/pep-0249/#globals
1414
apilevel: str = "2.0"

0 commit comments

Comments
 (0)