Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes
- v4.2.0(TBD)
- Added support for async I/O. Asynchronous version of connector is available via `snowflake.connector.aio` module.
- Added PREVIEW support for async I/O. Asynchronous version of connector is available via `snowflake.connector.aio` module. This is preview feature and should not be used in production code. To use this feature contact your Snowflake Sales Representative (Snowflake Support cannot help with this feature in the current stage, while its in preview).
- Added `SnowflakeCursor.stats` property to expose granular DML statistics (rows inserted, deleted, updated, and duplicates) for operations like CTAS where `rowcount` is insufficient.
- Added support for injecting SPCS service identifier token (`SPCS_TOKEN`) into login requests when present in SPCS containers.

Expand Down
Loading