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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
9
9
# Release Notes
10
10
- v4.2.0(TBD)
11
11
- Added support for async I/O. Asynchronous version of connector is available via `snowflake.connector.aio` module.
12
+
- Added `SnowflakeCursor.stats` property to expose granular DML statistics (rows inserted, deleted, updated, and duplicates) for operations like CTAS where `rowcount` is insufficient.
13
+
12
14
- v4.1.1(TBD)
13
15
- Relaxed pandas dependency requirements for Python below 3.12.
14
16
- Changed CRL cache cleanup background task to daemon to avoid blocking main thread.
0 commit comments