From 1c39110c9763af222a4a3c88b73e748653f14b71 Mon Sep 17 00:00:00 2001 From: Kiran Dama <69480841+sfc-gh-kdama@users.noreply.github.com> Date: Wed, 15 Dec 2021 10:54:10 -0800 Subject: [PATCH] =?UTF-8?q?SNOW-502077:=20Bumped=20up=20the=20Client=20PAT?= =?UTF-8?q?CH=20version=20from=203.13.11=20to=203.13.=E2=80=A6=20(#660)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * SNOW-502077: Bumped up the Client PATCH version from 3.13.11 to 3.13.12 (#659) --- CHANGELOG.rst | 8 ++++++++ FIPS/pom.xml | 2 +- pom.xml | 2 +- .../java/net/snowflake/client/jdbc/SnowflakeDriver.java | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 02cde50df..b3b364024 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 diff --git a/FIPS/pom.xml b/FIPS/pom.xml index f303c99c6..af4a1aede 100644 --- a/FIPS/pom.xml +++ b/FIPS/pom.xml @@ -4,7 +4,7 @@ net.snowflake snowflake-jdbc-fips - 3.13.11 + 3.13.12 jar snowflake-jdbc-fips diff --git a/pom.xml b/pom.xml index b98307e90..e31de89ba 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.snowflake snowflake-jdbc - 3.13.11 + 3.13.12 jar snowflake-jdbc diff --git a/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java b/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java index 6003c8ced..6530334c2 100644 --- a/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java +++ b/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java @@ -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;