Skip to content

Commit

Permalink
Release 2.1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
iggarish committed May 5, 2022
1 parent 4ed8055 commit 4d8f084
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

v2.1.0.7 (2022-05-04)
---------------------
- Validate login URL for Browser SAML plugin. [ilesh Garish]
- Fix race condition for Browser Plugin. [ilesh Garish]

v2.1.0.6 (2022-04-14)
---------------------
- Preserve server error in case of SSL Request's response
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ See [Amazon Redshift JDBC Driver Installation and Configuration Guide](https://d

Here are download links for the latest release:

* https://s3.amazonaws.com/redshift-downloads/drivers/jdbc/2.1.0.6/redshift-jdbc42-2.1.0.6.zip
* https://s3.amazonaws.com/redshift-downloads/drivers/jdbc/2.1.0.6/redshift-jdbc42-2.1.0.6.jar
* https://s3.amazonaws.com/redshift-downloads/drivers/jdbc/2.1.0.7/redshift-jdbc42-2.1.0.7.zip
* https://s3.amazonaws.com/redshift-downloads/drivers/jdbc/2.1.0.7/redshift-jdbc42-2.1.0.7.jar

It also available on Maven Central, groupId: com.amazon.redshift and artifactId: redshift-jdbc42.

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.1.0.6</version>
<version>2.1.0.7</version>

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

Expand Down

0 comments on commit 4d8f084

Please sign in to comment.