Skip to content

Commit 12d3fc9

Browse files
authored
PATCH: Bumped up PythonConnector PATCH version from 3.12.1 to 3.12.2 (#2048)
1 parent f09991d commit 12d3fc9

File tree

7 files changed

+45
-45
lines changed

7 files changed

+45
-45
lines changed

DESCRIPTION.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11-
- v3.12.2(TBD)
12-
- Enhanced error handling for asynchronous queries, providing more detailed and informative error messages when an async query fails.
13-
- Improved implementation of `snowflake.connector.util_text.random_string` to avoid collisions.
14-
- If the account specifies a region, and that region is in China, the TLD is now inferred to be snowflakecomputing.cn.
15-
- Changed loglevel to WARNING for OCSP fail-open warning messages (was: ERROR)
11+
- v3.12.2(September 11,2024)
12+
- Improved error handling for asynchronous queries, providing more detailed and informative error messages when an async query fails.
13+
- Improved inference of top-level domains for accounts specifying a region in China, now defaulting to snowflakecomputing.cn.
14+
- Improved implementation of the `snowflake.connector.util_text.random_string` to reduce the likelihood of collisions.
15+
- Updated the log level for OCSP fail-open warning messages from ERROR to WARNING.
1616

1717
- v3.12.1(August 20,2024)
1818
- Fixed a bug that logged the session token when renewing a session.

src/snowflake/connector/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update this for the versions
22
# Don't change the forth version number from None
3-
VERSION = (3, 12, 1, None)
3+
VERSION = (3, 12, 2, None)
+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated on: Python 3.10.14
22
asn1crypto==1.5.1
3-
certifi==2024.7.4
4-
cffi==1.17.0
3+
certifi==2024.8.30
4+
cffi==1.17.1
55
charset-normalizer==3.3.2
6-
cryptography==43.0.0
7-
filelock==3.15.4
8-
idna==3.7
6+
cryptography==43.0.1
7+
filelock==3.16.0
8+
idna==3.8
99
packaging==24.1
10-
platformdirs==4.2.2
10+
platformdirs==4.3.2
1111
pycparser==2.22
1212
PyJWT==2.9.0
1313
pyOpenSSL==24.2.1
@@ -17,4 +17,4 @@ sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
1919
urllib3==2.2.2
20-
snowflake-connector-python==3.12.1
20+
snowflake-connector-python==3.12.2
+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated on: Python 3.11.9
22
asn1crypto==1.5.1
3-
certifi==2024.7.4
4-
cffi==1.17.0
3+
certifi==2024.8.30
4+
cffi==1.17.1
55
charset-normalizer==3.3.2
6-
cryptography==43.0.0
7-
filelock==3.15.4
8-
idna==3.7
6+
cryptography==43.0.1
7+
filelock==3.16.0
8+
idna==3.8
99
packaging==24.1
10-
platformdirs==4.2.2
10+
platformdirs==4.3.2
1111
pycparser==2.22
1212
PyJWT==2.9.0
1313
pyOpenSSL==24.2.1
@@ -17,4 +17,4 @@ sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
1919
urllib3==2.2.2
20-
snowflake-connector-python==3.12.1
20+
snowflake-connector-python==3.12.2
+9-9
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# Generated on: Python 3.12.4
1+
# Generated on: Python 3.12.5
22
asn1crypto==1.5.1
3-
certifi==2024.7.4
4-
cffi==1.17.0
3+
certifi==2024.8.30
4+
cffi==1.17.1
55
charset-normalizer==3.3.2
6-
cryptography==43.0.0
7-
filelock==3.15.4
8-
idna==3.7
6+
cryptography==43.0.1
7+
filelock==3.16.0
8+
idna==3.8
99
packaging==24.1
10-
platformdirs==4.2.2
10+
platformdirs==4.3.2
1111
pycparser==2.22
1212
PyJWT==2.9.0
1313
pyOpenSSL==24.2.1
1414
pytz==2024.1
1515
requests==2.32.3
16-
setuptools==73.0.0
16+
setuptools==74.1.2
1717
sortedcontainers==2.4.0
1818
tomlkit==0.13.2
1919
typing_extensions==4.12.2
2020
urllib3==2.2.2
2121
wheel==0.44.0
22-
snowflake-connector-python==3.12.1
22+
snowflake-connector-python==3.12.2
+8-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated on: Python 3.8.18
22
asn1crypto==1.5.1
3-
certifi==2024.7.4
4-
cffi==1.17.0
3+
certifi==2024.8.30
4+
cffi==1.17.1
55
charset-normalizer==3.3.2
6-
cryptography==43.0.0
7-
filelock==3.15.4
8-
idna==3.7
6+
cryptography==43.0.1
7+
filelock==3.16.0
8+
idna==3.8
99
packaging==24.1
10-
platformdirs==4.2.2
10+
platformdirs==4.3.2
1111
pycparser==2.22
1212
PyJWT==2.9.0
1313
pyOpenSSL==24.2.1
@@ -16,5 +16,5 @@ requests==2.32.3
1616
sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
19-
urllib3==1.26.19
20-
snowflake-connector-python==3.12.1
19+
urllib3==1.26.20
20+
snowflake-connector-python==3.12.2
+8-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated on: Python 3.9.19
22
asn1crypto==1.5.1
3-
certifi==2024.7.4
4-
cffi==1.17.0
3+
certifi==2024.8.30
4+
cffi==1.17.1
55
charset-normalizer==3.3.2
6-
cryptography==43.0.0
7-
filelock==3.15.4
8-
idna==3.7
6+
cryptography==43.0.1
7+
filelock==3.16.0
8+
idna==3.8
99
packaging==24.1
10-
platformdirs==4.2.2
10+
platformdirs==4.3.2
1111
pycparser==2.22
1212
PyJWT==2.9.0
1313
pyOpenSSL==24.2.1
@@ -16,5 +16,5 @@ requests==2.32.3
1616
sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
19-
urllib3==1.26.19
20-
snowflake-connector-python==3.12.1
19+
urllib3==1.26.20
20+
snowflake-connector-python==3.12.2

0 commit comments

Comments
 (0)