@@ -3,31 +3,25 @@ Simba Athena JDBC Driver with SQL Connector Release Notes
33==============================================================================
44
55The 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
77history.
88
99
10- 2.0.15 =======================================================================
10+ 2.0.16 =======================================================================
1111
12- Released 2020-10-23
12+ Released 2020-11-20
1313
1414Enhancements & 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
3327Workflow Changes =============================================================
@@ -72,6 +66,29 @@ The following changes may disrupt established workflows for the driver.
7266
7367Version 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+
75922.0.14 -----------------------------------------------------------------------
7693
7794Released 2020-09-25
0 commit comments