You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,14 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
9
9
# Release Notes
10
10
11
11
12
-
- v2.7.12(unreleased)
13
12
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
0 commit comments