Skip to content

Commit

Permalink
Merge pull request #617 from snowflakedb/prep-3.13.10
Browse files Browse the repository at this point in the history
Prep 3.13.10
  • Loading branch information
sfc-gh-kdama authored Oct 26, 2021
2 parents 6b5abd9 + a2ab5e6 commit 15c6579
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.10**

- \| SNOW-492055 | Handle uncaught exceptions that can occur in PUT statements
- \| SNOW-477795 | Regard BLOCKED query as running query.
- \| SNOW-458293 | Added parameter JDBC_CHUNK_DOWNLOADER_MAX_RETRY to make chunk downloader max retry configurable

**JDBC Driver 3.13.9**

- \| SNOW-411516 | Enhance JDBC to support SFAsyncResultSet.getResultSetSerializables(Long).
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.9</version>
<version>3.13.10</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.9</version>
<version>3.13.10</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.9";
public static String implementVersion = "3.13.10";

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

0 comments on commit 15c6579

Please sign in to comment.