Skip to content

Commit

Permalink
SNOW-84515: Bumped up the Client PATCH version from 3.8.4 to 3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-stakeda authored and ankit-bhatnagar167 committed Jul 1, 2019
1 parent 75c74de commit 7a42cfe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
**JDBC Driver 3.8.5**

- \| SNOW-82723 | Support proxyHost including dash and dot
- \| SNOW-84129 | JDBC turn on CLIENT_ENABLE_CONSERVATIVE_MEMORY_USAGE except prod for testing
- \| SNOW-83666 | PUT to S3 endpoint return timeout when using a JDBC connection through proxy
- \| SNOW-84396 | Types.SMALLINT not supported in getColumnClassName

**JDBC Driver 3.8.4**

- \| SNOW-38957 | Connection errors will return multiple error codes instead of 200002
Expand Down
4 changes: 2 additions & 2 deletions 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.8.4</version>
<version>3.8.5</version>
<packaging>jar</packaging>

<name>snowflake-jdbc</name>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-common</artifactId>
<version>3.1.33</version>
<version>3.1.34</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit 7a42cfe

Please sign in to comment.