Skip to content

Commit 5166bc1

Browse files
authored
SNOW-594850: Bumped up the Client PATCH version from 3.13.18 to 3.13.19 (#1011) (#1012)
1 parent 10f576a commit 5166bc1

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
**JDBC Driver 3.13.19**
2+
3+
- \| | Updated the isValid() function to send a heartbeat call instead of a SELECT 1 to validate the session connection.
4+
- \| | Added support for setting VARBINARY byte[] arrays in the SnowflakePreparedStatement.setObject() function.
5+
- \| | Updated the following dependencies in the JDBC driver:
6+
- \| | arrow version 0.15.1 to 7.0.0
7+
- \| | jackson version 2.11.0 to 2.13.2
8+
- \| | bouncy version 1.64 to 1.70
9+
- \| | Fixed an issue with TIMESTAMP_INPUT_FORMAT for stage binding.
10+
111
**JDBC Driver 3.13.18**
212

313
- \ | | Upgrade arrow and jackson versions to fix vulnerabilities

FIPS/pom.xml

+1-1
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.18</version>
7+
<version>3.13.19</version>
88
<packaging>jar</packaging>
99

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

pom.xml

+1-1
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.18</version>
7+
<version>3.13.19</version>
88
<packaging>jar</packaging>
99

1010
<name>snowflake-jdbc</name>

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

+1-1
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.18";
26+
public static String implementVersion = "3.13.19";
2727

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

0 commit comments

Comments
 (0)