Skip to content

Commit 27788f0

Browse files
authored
SNOW-502077: Bumped up the Client PATCH version from 3.13.11 to 3.13.… (snowflakedb#660)
* SNOW-502077: Bumped up the Client PATCH version from 3.13.11 to 3.13.12 (snowflakedb#659)
1 parent 420f04e commit 27788f0

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
**JDBC Driver 3.13.12**
2+
3+
- \| SNOW-473749 | Fix bug where time(3) objects weren't honoring USE_SESSION_TIMEZONE when called with getTimestamp() in Arrow format
4+
- \| SNOW-500624 | Fix JVM http proxy properties to work with PUT/GET
5+
- \| SNOW-513708 | Refactor bind uploader
6+
- \| | Bouncy Castle FIPS update to 1.0.2.1
7+
- \SNOW-496117: Add test for backend bug fix
8+
19
**JDBC Driver 3.13.11**
210

311
- \| SNOW-473749 | Fix bug where time(3) objects weren't honoring USE_SESSION_TIMEZONE when called with getTimestamp() in Arrow format

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.11</version>
7+
<version>3.13.12</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.11</version>
7+
<version>3.13.12</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.11";
26+
public static String implementVersion = "3.13.12";
2727

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

0 commit comments

Comments
 (0)