Skip to content

Commit e7bfcb6

Browse files
authored
SNOW-573633: Bumped up the Client PATCH version from 3.13.16 to 3.13.17 (#901)
* SNOW-573633
1 parent 82526d5 commit e7bfcb6

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
**JDBC Driver 3.13.17**
2+
3+
- \SNOW-571607 | | Create patch for driver release v3.13.16 to fix incorrect behavior for getSchemas() function
4+
- \| | Fix setting of invalid JVM parameters proxyHost and proxyPort
5+
- \SNOW-348660 | | Add getters for the timezone and ZonedDateTime for SnowflakeTimestampWithTimezone object
6+
17
**JDBC Driver 3.13.16**
28

39
- \| | nonProxyHosts Parameter is Not Honored

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

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

0 commit comments

Comments
 (0)