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

Commit b1ebf01

Browse files
Updated JDBC driver release notes
1 parent e32b7c8 commit b1ebf01

File tree

1 file changed

+37
-24
lines changed

1 file changed

+37
-24
lines changed

jdbc/release-notes.txt

Lines changed: 37 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,42 @@ 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.13, as well as the
7-
version history.
6+
workflow changes in Simba Athena JDBC Driver 2.0.14, as well as the version
7+
history.
88

99

10-
2.0.13 =======================================================================
10+
2.0.14 =======================================================================
1111

12-
Released 2020-06-09
12+
Released 2020-09-25
1313

1414
Enhancements & New Features
1515

16-
* [AJ-245] Updated Java client SDK library
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.
1721

18-
The driver has been updated to use the public aws-java-sdk version
19-
1.11.793.
2022

23+
Resolved Issues
24+
The following issue has been resolved in Simba Athena JDBC Driver
25+
2.0.14.
2126

27+
* [AJ-304] The driver detects an XML External Entity (XXE) security threat.
28+
29+
2230
Workflow Changes =============================================================
2331

2432
The following changes may disrupt established workflows for the driver.
2533

34+
2.0.13 -----------------------------------------------------------------------
35+
36+
* [AJ-314] Updated MetadataRetrievalMethod property
37+
38+
The default value for the MetadataRetrievalMethod property has been changed
39+
to Auto. Previously, the default value was ProxyAPI. For more information,
40+
see the Installation and Configuration Guide.
41+
2642

2743
2.0.2 ------------------------------------------------------------------------
2844

@@ -53,7 +69,19 @@ The following changes may disrupt established workflows for the driver.
5369

5470
Version History ==============================================================
5571

56-
2.0.12 =======================================================================
72+
2.0.13 -----------------------------------------------------------------------
73+
74+
Released 2020-09-02
75+
76+
Enhancements & New Features
77+
78+
* [AJ-245] Updated Java client SDK library
79+
80+
The driver has been updated to use the public aws-java-sdk version
81+
1.11.793.
82+
83+
84+
2.0.12 -----------------------------------------------------------------------
5785

5886
Released 2020-03-02
5987

@@ -83,7 +111,7 @@ The following issue has been resolved in Simba Athena JDBC Driver 2.0.12.
83111
set streaming API.
84112

85113

86-
2.0.11 (Preview) -------------------------------------------------------------
114+
2.0.11 -----------------------------------------------------------------------
87115

88116
Released 2019-11-26
89117

@@ -303,19 +331,4 @@ Enhancements & New Features
303331
See the Installation and Configuration Guide for details.
304332

305333

306-
2.0.3 ------------------------------------------------------------------------
307-
308-
Released 2018-06-15
309-
310-
Resolved Issues
311-
The following issues were resolved in Simba Athena JDBC Driver 2.0.3.
312-
313-
* [AJ-129] When returning the results of a DatabaseMetadata.getColumns() API
314-
call, the driver does not return partition column names.
315-
316-
* [AJ-136] The driver does not return the VIRTUAL_VIEW table type when
317-
getTableTypes() is called, and as a result some applications cannot query
318-
tables of this type.
319-
320-
321334
==============================================================================

0 commit comments

Comments
 (0)