File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1313 - Fixed a bug that disabling client telemetry does not work.
1414 - Use ` pathlib ` instead of ` os ` for default config file location resolution.
1515 - Removed upper ` cryptogaphy ` version pin.
16+ - Removed reference to script ` snowflake-export-certs ` (its backing module was already removed long ago)
1617
1718- v3.12.0(July 24,2024)
1819 - Set default connection timeout of 10 seconds and socket read timeout of 10 minutes for HTTP calls in file transfer.
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ console_scripts =
7676 snowflake-dump-ocsp-response = snowflake.connector.tool.dump_ocsp_response:main
7777 snowflake-dump-ocsp-response-cache = snowflake.connector.tool.dump_ocsp_response_cache:main
7878 snowflake-dump-certs = snowflake.connector.tool.dump_certs:main
79- snowflake-export-certs = snowflake.connector.tool.export_certs:main
8079
8180[options.extras_require]
8281development =
You can’t perform that action at this time.
0 commit comments