Skip to content

Commit be500a0

Browse files
3.0.1 release (#1446)
Co-authored-by: Mike Heavin <[email protected]>
1 parent 7b00025 commit be500a0

File tree

6 files changed

+28
-26
lines changed

6 files changed

+28
-26
lines changed

DESCRIPTION.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11-
- v3.0.1(unreleased)
11+
- v3.0.1(February 28, 2023)
1212

1313
- Improved the robustness of OCSP response caching to handle errors in cases of serialization and deserialization.
14-
- Fixed a bug where `AuthByKeyPair.handle_timeout` should pass keyword arguments instead of positional arguments when calling `AuthByKeyPair.prepare`. PR #1440 (@emilhe)
15-
- Fixed a bug where MFA token caching would refuse to work until restarted instead of reauthenticating
16-
- Replaced dependency on setuptools in favor of packaging
14+
- Updated async_executes method's doc-string.
15+
- Errors raised now have a query field that contains the SQL query that caused them when available.
16+
- Fixed a bug where MFA token caching would refuse to work until restarted instead of reauthenticating.
17+
- Replaced the dependency on setuptools in favor of packaging.
18+
- Fixed a bug where `AuthByKeyPair.handle_timeout` should pass keyword arguments instead of positional arguments when calling `AuthByKeyPair.prepare`.
1719

1820
- v3.0.0(January 26, 2023)
1921

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Generated on: Python 3.10.9
1+
# Generated on: Python 3.10.10
22
asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==39.0.0
6+
cryptography==39.0.1
77
filelock==3.9.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
11-
pycryptodomex==3.16.0
11+
pycryptodomex==3.17
1212
PyJWT==2.6.0
1313
pyOpenSSL==23.0.0
1414
pytz==2022.7.1
1515
requests==2.28.2
16-
typing_extensions==4.4.0
16+
typing_extensions==4.5.0
1717
urllib3==1.26.14
18-
snowflake-connector-python==3.0.0
18+
snowflake-connector-python==3.0.1
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Generated on: Python 3.11.1
1+
# Generated on: Python 3.11.2
22
asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==39.0.0
6+
cryptography==39.0.1
77
filelock==3.9.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
11-
pycryptodomex==3.16.0
11+
pycryptodomex==3.17
1212
PyJWT==2.6.0
1313
pyOpenSSL==23.0.0
1414
pytz==2022.7.1
1515
requests==2.28.2
16-
typing_extensions==4.4.0
16+
typing_extensions==4.5.0
1717
urllib3==1.26.14
18-
snowflake-connector-python==3.0.0
18+
snowflake-connector-python==3.0.1

tested_requirements/requirements_37.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==39.0.0
6+
cryptography==39.0.1
77
filelock==3.9.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
11-
pycryptodomex==3.16.0
11+
pycryptodomex==3.17
1212
PyJWT==2.6.0
1313
pyOpenSSL==23.0.0
1414
pytz==2022.7.1
1515
requests==2.28.2
16-
typing_extensions==4.4.0
16+
typing_extensions==4.5.0
1717
urllib3==1.26.14
18-
snowflake-connector-python==3.0.0
18+
snowflake-connector-python==3.0.1

tested_requirements/requirements_38.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==39.0.0
6+
cryptography==39.0.1
77
filelock==3.9.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
11-
pycryptodomex==3.16.0
11+
pycryptodomex==3.17
1212
PyJWT==2.6.0
1313
pyOpenSSL==23.0.0
1414
pytz==2022.7.1
1515
requests==2.28.2
16-
typing_extensions==4.4.0
16+
typing_extensions==4.5.0
1717
urllib3==1.26.14
18-
snowflake-connector-python==3.0.0
18+
snowflake-connector-python==3.0.1

tested_requirements/requirements_39.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==39.0.0
6+
cryptography==39.0.1
77
filelock==3.9.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
11-
pycryptodomex==3.16.0
11+
pycryptodomex==3.17
1212
PyJWT==2.6.0
1313
pyOpenSSL==23.0.0
1414
pytz==2022.7.1
1515
requests==2.28.2
16-
typing_extensions==4.4.0
16+
typing_extensions==4.5.0
1717
urllib3==1.26.14
18-
snowflake-connector-python==3.0.0
18+
snowflake-connector-python==3.0.1

0 commit comments

Comments
 (0)