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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
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
- Added `check_arrow_conversion_error_on_every_column` connection property that can be set to `False` to restore previous behaviour in which driver will ignore errors until it occurs in the last column. This flag's purpose is to unblock workflows that may be impacted by the bugfix and will be removed in later releases.
22
22
- Lower log levels from info to debug for some of the messages to make the output easier to follow.
23
23
- 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.
24
+
- Improved logging in urllib3, boto3, botocore - assured data masking even after migration to the external owned library in the future.
24
25
- Fix expired S3 credentials update and increment retry when expired credentials are found.
25
26
- Added `client_fetch_threads` experimental parameter to better utilize threads for fetching query results.
0 commit comments