Skip to content

Commit

Permalink
SNOW-594850: Bumped up the Client PATCH version from 3.13.18 to 3.13.…
Browse files Browse the repository at this point in the history
…19 (#1011) (#1012)
  • Loading branch information
sfc-gh-kdama authored May 26, 2022
1 parent 10f576a commit 5166bc1
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.19**

- \| | Updated the isValid() function to send a heartbeat call instead of a SELECT 1 to validate the session connection.
- \| | Added support for setting VARBINARY byte[] arrays in the SnowflakePreparedStatement.setObject() function.
- \| | Updated the following dependencies in the JDBC driver:
- \| | arrow version 0.15.1 to 7.0.0
- \| | jackson version 2.11.0 to 2.13.2
- \| | bouncy version 1.64 to 1.70
- \| | Fixed an issue with TIMESTAMP_INPUT_FORMAT for stage binding.

**JDBC Driver 3.13.18**

- \ | | Upgrade arrow and jackson versions to fix vulnerabilities
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.18</version>
<version>3.13.19</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.18</version>
<version>3.13.19</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.18";
public static String implementVersion = "3.13.19";

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

0 comments on commit 5166bc1

Please sign in to comment.