Skip to content

Commit

Permalink
SNOW-594850: Bumped up the Client PATCH version from 3.13.19 to 3.13.…
Browse files Browse the repository at this point in the history
…20 (#1048)
  • Loading branch information
sfc-gh-kdama authored Jun 23, 2022
1 parent 31a7ca1 commit 5b6fb6d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
**JDBC Driver 3.13.20**

- \|| Implemented fast fail functionality for 404 errors returned from Amazon S3
- \Upgraded the following dependencies: arrow, tika-core
- \Upgraded the following Google library versions: google-auth-library, google-cloud-storage, google api client, google http client

**JDBC Driver 3.13.19**

- \| | Updated the isValid() function to send a heartbeat call instead of a SELECT 1 to validate the session connection.
Expand Down
2 changes: 1 addition & 1 deletion FIPS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc-fips</artifactId>
<version>3.13.19</version>
<version>3.13.20</version>
<packaging>jar</packaging>

<name>snowflake-jdbc-fips</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<version>3.13.19</version>
<version>3.13.20</version>
<packaging>jar</packaging>

<name>snowflake-jdbc</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class SnowflakeDriver implements Driver {
static SnowflakeDriver INSTANCE;

public static final Properties EMPTY_PROPERTIES = new Properties();
public static String implementVersion = "3.13.19";
public static String implementVersion = "3.13.20";

static int majorVersion = 0;
static int minorVersion = 0;
Expand Down

0 comments on commit 5b6fb6d

Please sign in to comment.