Skip to content

Commit 5978da4

Browse files
Added release notes for WIF GA
1 parent 057ff55 commit 5978da4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DESCRIPTION.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1010
- v3.16(TBD)
1111
- Bumped numpy dependency from <2.1.0 to <=2.2.4
1212
- Added Windows support for Python 3.13.
13-
- Add `bulk_upload_chunks` parameter to `write_pandas` function. Setting this parameter to True changes the behaviour of write_pandas function to first write all the data chunks to the local disk and then perform the wildcard upload of the chunks folder to the stage. In default behaviour the chunks are being saved, uploaded and deleted one by one.
13+
- Added `bulk_upload_chunks` parameter to `write_pandas` function. Setting this parameter to True changes the behaviour of write_pandas function to first write all the data chunks to the local disk and then perform the wildcard upload of the chunks folder to the stage. In default behaviour the chunks are being saved, uploaded and deleted one by one.
14+
- Added new authentication methods support for Workload Identity Federation (WIF).
15+
- Added the `WORKLOAD_IDENTITY` value for authenticator type.
16+
- Added the `workload_identity_provider` and `workload_identity_entra_resource` parameters.
1417

1518

1619
- v3.15.1(May 20, 2025)

0 commit comments

Comments
 (0)