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
+1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
21
21
- Lower log levels from info to debug for some of the messages to make the output easier to follow.
22
22
- Allow the connector to inherit a UUID4 generated upstream, provided in statement parameters (field: `requestId`), rather than automatically generate a UUID4 to use for the HTTP Request ID.
23
23
- Fix expired S3 credentials update and increment retry when expired credentials are found.
24
+
- Add `snowflake_type` parameter to execute method of a cursor. When set to `OBJECT` or `ARRAY` it allows binding of these semi-structured types.
24
25
25
26
- v3.14.0(March 03, 2025)
26
27
- Bumped pyOpenSSL dependency upper boundary from <25.0.0 to <26.0.0.
0 commit comments