Skip to content

Commit 15c6579

Browse files
authored
Merge pull request snowflakedb#617 from snowflakedb/prep-3.13.10
Prep 3.13.10
2 parents 6b5abd9 + a2ab5e6 commit 15c6579

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
**JDBC Driver 3.13.10**
2+
3+
- \| SNOW-492055 | Handle uncaught exceptions that can occur in PUT statements
4+
- \| SNOW-477795 | Regard BLOCKED query as running query.
5+
- \| SNOW-458293 | Added parameter JDBC_CHUNK_DOWNLOADER_MAX_RETRY to make chunk downloader max retry configurable
6+
17
**JDBC Driver 3.13.9**
28

39
- \| SNOW-411516 | Enhance JDBC to support SFAsyncResultSet.getResultSetSerializables(Long).

FIPS/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.snowflake</groupId>
66
<artifactId>snowflake-jdbc-fips</artifactId>
7-
<version>3.13.9</version>
7+
<version>3.13.10</version>
88
<packaging>jar</packaging>
99

1010
<name>snowflake-jdbc-fips</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.snowflake</groupId>
66
<artifactId>snowflake-jdbc</artifactId>
7-
<version>3.13.9</version>
7+
<version>3.13.10</version>
88
<packaging>jar</packaging>
99

1010
<name>snowflake-jdbc</name>

src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class SnowflakeDriver implements Driver {
2323
static SnowflakeDriver INSTANCE;
2424

2525
public static final Properties EMPTY_PROPERTIES = new Properties();
26-
public static String implementVersion = "3.13.9";
26+
public static String implementVersion = "3.13.10";
2727

2828
static int majorVersion = 0;
2929
static int minorVersion = 0;

0 commit comments

Comments
 (0)