Skip to content

Commit

Permalink
Release 2.0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
iggarish committed Jul 23, 2021
1 parent 14222c3 commit f279a82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

v2.0.0.7 (2021-07-23)
------------
- Support nonProxyHosts system property for STS and Redshift coral service. [ilesh Garish]
- Support of reading connection properties using an authentication profile. [ilesh Garish]
- Fix nano second issue with Timestamp to string conversion. [ilesh Garish]
- Fix [issue#26](https://github.com/aws/amazon-redshift-jdbc-driver/issues/26). [ilesh Garish]
- Return current database instead of NULL for getSchemas() API. [ilesh Garish]

v2.0.0.6 (2021-06-29)
------------
- Fix [issue#27](https://github.com/aws/amazon-redshift-jdbc-driver/issues/27). [ilesh Garish]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>redshift-jdbc42</artifactId>
<packaging>bundle</packaging>
<name>Redshift JDBC Driver - JDBC 4.2</name>
<version>2.0.0.6</version>
<version>2.0.0.7</version>

<description>Java JDBC 4.2 (JRE 8+) driver for Redshift database</description>

Expand Down

0 comments on commit f279a82

Please sign in to comment.