Skip to content

Commit

Permalink
3.0.1 release (#1446)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Heavin <[email protected]>
  • Loading branch information
sfc-gh-mkeller and sfc-gh-mheavin authored Feb 28, 2023
1 parent 7b00025 commit be500a0
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 26 deletions.
10 changes: 6 additions & 4 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes

- v3.0.1(unreleased)
- v3.0.1(February 28, 2023)

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

- v3.0.0(January 26, 2023)

Expand Down
10 changes: 5 additions & 5 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Generated on: Python 3.10.9
# Generated on: Python 3.10.10
asn1crypto==1.5.1
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==39.0.0
cryptography==39.0.1
filelock==3.9.0
idna==3.4
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.16.0
pycryptodomex==3.17
PyJWT==2.6.0
pyOpenSSL==23.0.0
pytz==2022.7.1
requests==2.28.2
typing_extensions==4.4.0
typing_extensions==4.5.0
urllib3==1.26.14
snowflake-connector-python==3.0.0
snowflake-connector-python==3.0.1
10 changes: 5 additions & 5 deletions tested_requirements/requirements_311.reqs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Generated on: Python 3.11.1
# Generated on: Python 3.11.2
asn1crypto==1.5.1
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==39.0.0
cryptography==39.0.1
filelock==3.9.0
idna==3.4
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.16.0
pycryptodomex==3.17
PyJWT==2.6.0
pyOpenSSL==23.0.0
pytz==2022.7.1
requests==2.28.2
typing_extensions==4.4.0
typing_extensions==4.5.0
urllib3==1.26.14
snowflake-connector-python==3.0.0
snowflake-connector-python==3.0.1
8 changes: 4 additions & 4 deletions tested_requirements/requirements_37.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ asn1crypto==1.5.1
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==39.0.0
cryptography==39.0.1
filelock==3.9.0
idna==3.4
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.16.0
pycryptodomex==3.17
PyJWT==2.6.0
pyOpenSSL==23.0.0
pytz==2022.7.1
requests==2.28.2
typing_extensions==4.4.0
typing_extensions==4.5.0
urllib3==1.26.14
snowflake-connector-python==3.0.0
snowflake-connector-python==3.0.1
8 changes: 4 additions & 4 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ asn1crypto==1.5.1
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==39.0.0
cryptography==39.0.1
filelock==3.9.0
idna==3.4
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.16.0
pycryptodomex==3.17
PyJWT==2.6.0
pyOpenSSL==23.0.0
pytz==2022.7.1
requests==2.28.2
typing_extensions==4.4.0
typing_extensions==4.5.0
urllib3==1.26.14
snowflake-connector-python==3.0.0
snowflake-connector-python==3.0.1
8 changes: 4 additions & 4 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ asn1crypto==1.5.1
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==39.0.0
cryptography==39.0.1
filelock==3.9.0
idna==3.4
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.16.0
pycryptodomex==3.17
PyJWT==2.6.0
pyOpenSSL==23.0.0
pytz==2022.7.1
requests==2.28.2
typing_extensions==4.4.0
typing_extensions==4.5.0
urllib3==1.26.14
snowflake-connector-python==3.0.0
snowflake-connector-python==3.0.1

0 comments on commit be500a0

Please sign in to comment.