Skip to content

Commit c1f53e2

Browse files
authored
SNOW-650001: Bumped up PythonConnector PATCH version from 2.7.11 to 2… (#1235)
1 parent 979219d commit c1f53e2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

DESCRIPTION.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
# Release Notes
1010

1111

12-
- v2.7.12(unreleased)
1312

14-
- Added in-file cache to OCSP requests
13+
- v2.7.12(August 26,2022)
14+
15+
- Fixed a bug where timestamps fetched as pandas.DataFrame or pyarrow.Table would overflow for the sake of unnecessary precision. In the case where an overflow cannot be prevented a clear error will be raised now.
16+
- Added in-file caching for OCSP response caching
17+
- The write_pandas function now supports transient tables through the new table_type argument which supersedes create_temp_table argument
18+
- Fixed a bug where calling fetch_pandas_batches incorrectly raised NotSupportedError after an async query was executed
19+
- Added support for OKTA Identity Engine
1520

1621
- v2.7.11(July 26,2022)
1722

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, 11, None)
3+
VERSION = (2, 7, 12, None)

0 commit comments

Comments
 (0)