File tree 4 files changed +13
-3
lines changed
src/main/java/net/snowflake/client/jdbc
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
11
**JDBC Driver 3.13.18 **
2
12
3
13
- \ | | Upgrade arrow and jackson versions to fix vulnerabilities
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >net.snowflake</groupId >
6
6
<artifactId >snowflake-jdbc-fips</artifactId >
7
- <version >3.13.18 </version >
7
+ <version >3.13.19 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >snowflake-jdbc-fips</name >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >net.snowflake</groupId >
6
6
<artifactId >snowflake-jdbc</artifactId >
7
- <version >3.13.18 </version >
7
+ <version >3.13.19 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >snowflake-jdbc</name >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class SnowflakeDriver implements Driver {
23
23
static SnowflakeDriver INSTANCE ;
24
24
25
25
public static final Properties EMPTY_PROPERTIES = new Properties ();
26
- public static String implementVersion = "3.13.18 " ;
26
+ public static String implementVersion = "3.13.19 " ;
27
27
28
28
static int majorVersion = 0 ;
29
29
static int minorVersion = 0 ;
You can’t perform that action at this time.
0 commit comments