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
SNOW-3215001 defaultCrlDownloadMaxSize of 20MB instead of 200 (snowflakedb#1735)
### Description
* Reduced the default `CrlDownloadMaxSize` from 200MB to 20MB, as the
previous value was set too high and could cause out-of-memory issues.
* Fixed related documentation and comments.
### Checklist
- [x] Added proper logging (if possible)
- [x] Created tests which fail without the change (if possible)
- [x] Extended the README / documentation, if necessary
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## Upcoming Release
4
4
5
+
Bug fixes:
6
+
7
+
- Fixed default `CrlDownloadMaxSize` to be 20MB instead of 200MB, as the previous value was set too high and could cause out-of-memory issues (snowflakedb/gosnowflake#1735)
8
+
5
9
Internal changes:
6
10
7
11
- Moved configuration to a dedicated internal package (snowflakedb/gosnowflake#1720).
@@ -12,7 +16,7 @@ Breaking changes:
12
16
13
17
- Removed `RaisePutGetError` from `SnowflakeFileTransferOptions` - current behaviour is aligned to always raise errors for PUT/GET operations (snowflakedb/gosnowflake#1690).
14
18
- Removed `GetFileToStream` from `SnowflakeFileTransferOptions` - using `WithFileGetStream` automatically enables file streaming for GETs (snowflakedb/gosnowflake#1690).
15
-
- Renamed `WithFileStream` to `WithFilePutStream` for consistency (snowflakedb/gosnowflake#1690).
19
+
- Renamed `WithFileStream` to `WithFilePutStream` for consistency (snowflakedb/gosnowflake#1690).
16
20
-`Array` function now returns error for unsupported types (snowflakedb/gosnowflake#1693).
17
21
-`WithMultiStatement` does not return error anymore (snowflakedb/gosnowflake#1693).
18
22
-`WithOriginalTimestamp` is removed, use `WithArrowBatchesTimestampOption(UseOriginalTimestamp)` instead (snowflakedb/gosnowflake#1693).
0 commit comments