Skip to content

Commit 7b596b2

Browse files
SNOW-1613751 remove reference to script snowflake-export-certs (#2023)
1 parent d9598b6 commit 7b596b2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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]
8281
development =

0 commit comments

Comments
 (0)