Skip to content

Commit

Permalink
Prep 3.13.9 (#604)
Browse files Browse the repository at this point in the history
* SNOW-477894: Bumped up the Client PATCH version from 3.13.8 to 3.13.9 (#603)
  • Loading branch information
sfc-gh-abhatnagar authored Oct 14, 2021
1 parent 79aa713 commit 56325da
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
**JDBC Driver 3.13.9**

- \| SNOW-411516 | Enhance JDBC to support SFAsyncResultSet.getResultSetSerializables(Long).
- \| SNOW-366563 | Fix London/Europe daylight savings offset with timestamp_ntz.
- \| SNOW-412040 | Fix ResultSet.getQueryID() so it returns correct query ID for PUT/GET statements.
- \| SNOW-472364 | Add API to get query IDs for multiple statements.
- \| SNOW-441847 | Cancel Prefetch threads to avoid endless ChunkDownloader hanging thread.
- \| SNOW-464020 | Azure iterator exception bug fix.
- \| SNOW-224719 | Allow curly bracket syntax in JDBC CallableStatement.prepareCall().

**JDBC Driver 3.13.8**

- \| SNOW-443760 | Bumped jsoup library from 1.11.3 to 1.14.2
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.8</version>
<version>3.13.9</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.8</version>
<version>3.13.9</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.8";
public static String implementVersion = "3.13.9";

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

0 comments on commit 56325da

Please sign in to comment.