Skip to content

Commit

Permalink
SNOW-481626: Bumped up PythonConnector MINOR version from 2.6.2 to 2.…
Browse files Browse the repository at this point in the history
…7.0 (#902)

* SNOW-481626: Bumped up PythonConnector MINOR version from 2.6.2 to 2.7.0 (#901)
  • Loading branch information
sfc-gh-abhatnagar authored Oct 25, 2021
1 parent d378ed9 commit 7e56243
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Release Notes
-------------------------------------------------------------------------------


- v2.7.0(October 25,2021)

- Removing cloud sdks.snowflake-connector-python will not install them anymore. Recreate your virtualenv to get rid of unnecessary dependencies.
- Include Standard C++ headers.
- Update minimum dependency version pin of cryptography.
- Fixed a bug where error number would not be added to Exception messages.
- Fixed a bug where client_prefetch_threads parameter was not respected when pre-fetching results.
- Update signature of SnowflakeCursor.execute's params argument.


- v2.6.2(September 27,2021)

- Updated vendored urllib3 and requests versions.
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Update this for the versions
# Don't change the forth version number from None
VERSION = (2, 6, 2, None)
VERSION = (2, 7, 0, None)

0 comments on commit 7e56243

Please sign in to comment.