Skip to content

Commit

Permalink
SNOW-629991: Bumped up PythonConnector PATCH version from 2.7.9 to 2.… (
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-kdama authored Jul 25, 2022
1 parent 3ba963b commit 3516151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
# Release Notes


- v2.7.10(Unreleased)
- v2.7.10(July 22,2022)

- Release wheels are now built on manylinux2014
- Bumped supported pyarrow version to >=8.0.0,<8.1.0
- Updated vendored library versions requests to 2.28.1 and urllib3 to 1.26.10
- Added in-memory cache to OCSP requests
- Added overwrite option to write_pandas
- Added attribute `lastrowid` to `SnowflakeCursor` in compliance with PEP249.
- Fixed a bug where gzip compressed http requests might be garbled by an unflushed buffer
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, 7, 9, None)
VERSION = (2, 7, 10, None)

0 comments on commit 3516151

Please sign in to comment.