Skip to content

Commit 3516151

Browse files
authored
SNOW-629991: Bumped up PythonConnector PATCH version from 2.7.9 to 2.… (#1198)
1 parent 3ba963b commit 3516151

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DESCRIPTION.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
# Release Notes
1010

1111

12-
- v2.7.10(Unreleased)
12+
- v2.7.10(July 22,2022)
1313

1414
- Release wheels are now built on manylinux2014
1515
- Bumped supported pyarrow version to >=8.0.0,<8.1.0
16+
- Updated vendored library versions requests to 2.28.1 and urllib3 to 1.26.10
17+
- Added in-memory cache to OCSP requests
1618
- Added overwrite option to write_pandas
1719
- Added attribute `lastrowid` to `SnowflakeCursor` in compliance with PEP249.
1820
- Fixed a bug where gzip compressed http requests might be garbled by an unflushed buffer

src/snowflake/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update this for the versions
22
# Don't change the forth version number from None
3-
VERSION = (2, 7, 9, None)
3+
VERSION = (2, 7, 10, None)

0 commit comments

Comments
 (0)