Skip to content

Commit 0ec3446

Browse files
authored
SNOW-500187: Bumped up the Client PATCH version from 3.13.10 to 3.13.11 (#646)
1 parent f30033c commit 0ec3446

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**JDBC Driver 3.13.11**
2+
3+
- \| SNOW-473749 | Fix bug where time(3) objects weren't honoring USE_SESSION_TIMEZONE when called with getTimestamp() in Arrow format
4+
15
**JDBC Driver 3.13.10**
26

37
- \| SNOW-492055 | Handle uncaught exceptions that can occur in PUT statements

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.10</version>
7+
<version>3.13.11</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.10</version>
7+
<version>3.13.11</version>
88
<packaging>jar</packaging>
99

1010
<name>snowflake-jdbc</name>

0 commit comments

Comments
 (0)