@@ -3,28 +3,31 @@ 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.14 , as well as the version
6+ workflow changes in Simba Athena JDBC Driver 2.0.15 , as well as the version
77history.
88
99
10- 2.0.14 =======================================================================
10+ 2.0.15 =======================================================================
1111
12- Released 2020-09-25
12+ Released 2020-10-23
1313
1414Enhancements & New Features
1515
16- * [AJ-308] Retrieving SAML Credentials from Lake Formation service
17-
18- The driver can now retrieve SAML credentials from Lake Formation service.
19- To do this, set the new LakeFormationEnabled property to true. For more
20- information, see the Installation and Configuration Guide.
21-
16+ * [AJ-239] Use proxy with IdP authentication
2217
23- Resolved Issues
24- The following issue has been resolved in Simba Athena JDBC Driver
25- 2.0.14.
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
2623
27- * [AJ-304] The driver detects an XML External Entity (XXE) security threat.
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.
2831
2932
3033Workflow Changes =============================================================
@@ -69,6 +72,26 @@ The following changes may disrupt established workflows for the driver.
6972
7073Version History ==============================================================
7174
75+ 2.0.14 -----------------------------------------------------------------------
76+
77+ Released 2020-09-25
78+
79+ Enhancements & New Features
80+
81+ * [AJ-308] Retrieving SAML Credentials from Lake Formation service
82+
83+ The driver can now retrieve SAML credentials from Lake Formation service.
84+ To do this, set the new LakeFormationEnabled property to true. For more
85+ information, see the Installation and Configuration Guide.
86+
87+
88+ Resolved Issues
89+ The following issue has been resolved in Simba Athena JDBC Driver
90+ 2.0.14.
91+
92+ * [AJ-304] The driver detects an XML External Entity (XXE) security threat.
93+
94+
72952.0.13 -----------------------------------------------------------------------
7396
7497Released 2020-09-02
0 commit comments