Skip to content

Commit

Permalink
SNOW-80325: Bump up version to 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-stakeda authored and ankit-bhatnagar167 committed May 30, 2019
1 parent 042fbb6 commit c114c86
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
**JDBC Driver 3.8.2**

- \| SNOW-62766 | Deprecate CLIENT_RESULT_PREFETCH_THREADS and CLIENT_RESULT_PREFETCH_SLOTS
- \| SNOW-77592 | Implemented getProcedures and getProcedureColumns
- \| SNOW-79011 | JDBC don't surface errors when the session is gone
- \| SNOW-79125 | Key comparison should be done by equals method instead of double equal signs
- \| SNOW-79699 | Upgrade com.fasterxml.jackson.core:jackson-databind to version 2.9.9 or later
- \| SNOW-80208 | Fixed a missing data bug on JDBC 3.7.1+’s resultChunkV2: strictly clean isNulls while using from the cache
- \

**JDBC Driver 3.8.1**

- \|SNOW-76035 | DML returns the number of updated rows in getUpdateCount() otherwise -1
Expand Down
2 changes: 1 addition & 1 deletion 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.1</version>
<version>3.8.2</version>
<packaging>jar</packaging>

<name>snowflake-jdbc</name>
Expand Down

0 comments on commit c114c86

Please sign in to comment.