Skip to content

Commit

Permalink
SNOW-502077: Bumped up the Client PATCH version from 3.13.11 to 3.13.… (
Browse files Browse the repository at this point in the history
#660)

* SNOW-502077: Bumped up the Client PATCH version from 3.13.11 to 3.13.12 (#659)
  • Loading branch information
sfc-gh-kdama authored Dec 15, 2021
1 parent efa5df3 commit 1c39110
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
**JDBC Driver 3.13.12**

- \| SNOW-473749 | Fix bug where time(3) objects weren't honoring USE_SESSION_TIMEZONE when called with getTimestamp() in Arrow format
- \| SNOW-500624 | Fix JVM http proxy properties to work with PUT/GET
- \| SNOW-513708 | Refactor bind uploader
- \| | Bouncy Castle FIPS update to 1.0.2.1
- \SNOW-496117: Add test for backend bug fix

**JDBC Driver 3.13.11**

- \| SNOW-473749 | Fix bug where time(3) objects weren't honoring USE_SESSION_TIMEZONE when called with getTimestamp() in Arrow format
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.11</version>
<version>3.13.12</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.11</version>
<version>3.13.12</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.11";
public static String implementVersion = "3.13.12";

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

0 comments on commit 1c39110

Please sign in to comment.