Skip to content

Commit

Permalink
PATCH: Bumped up PythonConnector PATCH version from 3.12.0 to 3.12.1 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling committed Aug 20, 2024
1 parent d3efb17 commit 2b44cd3
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes

- v3.12.1(TBD)
- Fixed a bug that session token is logged when renewing session.
- Fixed a bug that disabling client telemetry does not work.
- Fixed a bug where `login_timeout` when passed as string raised `TypeError` during login retry step.
- v3.12.1(August 20,2024)
- Fixed a bug that logged the session token when renewing a session.
- Fixed a bug where disabling client telemetry did not work.
- Fixed a bug where passing `login_timeout` as a string raised a `TypeError` during the login retry step.
- Use `pathlib` instead of `os` for default config file location resolution.
- Removed upper `cryptogaphy` version pin.
- Removed reference to script `snowflake-export-certs` (its backing module was already removed long ago)
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Update this for the versions
# Don't change the forth version number from None
VERSION = (3, 12, 0, None)
VERSION = (3, 12, 1, None)
10 changes: 5 additions & 5 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Generated on: Python 3.10.14
asn1crypto==1.5.1
certifi==2024.7.4
cffi==1.16.0
cffi==1.17.0
charset-normalizer==3.3.2
cryptography==42.0.8
cryptography==43.0.0
filelock==3.15.4
idna==3.7
packaging==24.1
platformdirs==4.2.2
pycparser==2.22
PyJWT==2.8.0
PyJWT==2.9.0
pyOpenSSL==24.2.1
pytz==2024.1
requests==2.32.3
sortedcontainers==2.4.0
tomlkit==0.13.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==2.2.2
snowflake-connector-python==3.12.0
snowflake-connector-python==3.12.1
10 changes: 5 additions & 5 deletions tested_requirements/requirements_311.reqs
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Generated on: Python 3.11.9
asn1crypto==1.5.1
certifi==2024.7.4
cffi==1.16.0
cffi==1.17.0
charset-normalizer==3.3.2
cryptography==42.0.8
cryptography==43.0.0
filelock==3.15.4
idna==3.7
packaging==24.1
platformdirs==4.2.2
pycparser==2.22
PyJWT==2.8.0
PyJWT==2.9.0
pyOpenSSL==24.2.1
pytz==2024.1
requests==2.32.3
sortedcontainers==2.4.0
tomlkit==0.13.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==2.2.2
snowflake-connector-python==3.12.0
snowflake-connector-python==3.12.1
14 changes: 7 additions & 7 deletions tested_requirements/requirements_312.reqs
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Generated on: Python 3.12.4
asn1crypto==1.5.1
certifi==2024.7.4
cffi==1.16.0
cffi==1.17.0
charset-normalizer==3.3.2
cryptography==42.0.8
cryptography==43.0.0
filelock==3.15.4
idna==3.7
packaging==24.1
platformdirs==4.2.2
pycparser==2.22
PyJWT==2.8.0
PyJWT==2.9.0
pyOpenSSL==24.2.1
pytz==2024.1
requests==2.32.3
setuptools==71.1.0
setuptools==73.0.0
sortedcontainers==2.4.0
tomlkit==0.13.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==2.2.2
wheel==0.43.0
snowflake-connector-python==3.12.0
wheel==0.44.0
snowflake-connector-python==3.12.1
10 changes: 5 additions & 5 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Generated on: Python 3.8.18
asn1crypto==1.5.1
certifi==2024.7.4
cffi==1.16.0
cffi==1.17.0
charset-normalizer==3.3.2
cryptography==42.0.8
cryptography==43.0.0
filelock==3.15.4
idna==3.7
packaging==24.1
platformdirs==4.2.2
pycparser==2.22
PyJWT==2.8.0
PyJWT==2.9.0
pyOpenSSL==24.2.1
pytz==2024.1
requests==2.32.3
sortedcontainers==2.4.0
tomlkit==0.13.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==1.26.19
snowflake-connector-python==3.12.0
snowflake-connector-python==3.12.1
10 changes: 5 additions & 5 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Generated on: Python 3.9.19
asn1crypto==1.5.1
certifi==2024.7.4
cffi==1.16.0
cffi==1.17.0
charset-normalizer==3.3.2
cryptography==42.0.8
cryptography==43.0.0
filelock==3.15.4
idna==3.7
packaging==24.1
platformdirs==4.2.2
pycparser==2.22
PyJWT==2.8.0
PyJWT==2.9.0
pyOpenSSL==24.2.1
pytz==2024.1
requests==2.32.3
sortedcontainers==2.4.0
tomlkit==0.13.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==1.26.19
snowflake-connector-python==3.12.0
snowflake-connector-python==3.12.1

0 comments on commit 2b44cd3

Please sign in to comment.