Skip to content

Commit 1885b3e

Browse files
sfc-gh-mkellersfc-gh-stangithub-actions
authored
3.0.0 release (#1402)
Co-authored-by: Sophie Tan <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent c08ba70 commit 1885b3e

File tree

7 files changed

+55
-47
lines changed

7 files changed

+55
-47
lines changed

DESCRIPTION.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11-
- v2.9.1(unreleased)
11+
- v3.0.0(January 26, 2023)
1212

13+
- Fixed a bug where write_pandas did not use user-specified schema and database to create intermediate objects
14+
- Fixed a bug where HTTP response code of 429 were not retried
15+
- Fixed a bug where MFA token caching was not working
1316
- Bumped pyarrow dependency from >=8.0.0,<8.1.0 to >=10.0.1,<10.1.0
17+
- Bumped pyOpenSSL dependency from <23.0.0 to <24.0.0
18+
- During browser-based authentication, the SSO url is now printed before opening it in the browser
19+
- Increased the level of a log for when ArrowResult cannot be imported
20+
- Added a minimum MacOS version check when compiling C-extensions
21+
- Enabled `fetch_arrow_all` and `fetch_arrow_batches` to handle async query results
1422

1523
- v2.9.0(December 9, 2022)
1624

src/snowflake/connector/version.py

Lines changed: 1 addition & 1 deletion
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 = (2, 9, 0, None)
3+
VERSION = (3, 0, 0, None)
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Generated on: Python 3.10.8
1+
# Generated on: Python 3.10.9
22
asn1crypto==1.5.1
3-
certifi==2022.9.24
3+
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==38.0.4
7-
filelock==3.8.2
6+
cryptography==39.0.0
7+
filelock==3.9.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
1111
pycryptodomex==3.16.0
1212
PyJWT==2.6.0
13-
pyOpenSSL==22.1.0
14-
pytz==2022.6
15-
requests==2.28.1
13+
pyOpenSSL==23.0.0
14+
pytz==2022.7.1
15+
requests==2.28.2
1616
typing_extensions==4.4.0
17-
urllib3==1.26.13
18-
snowflake-connector-python==2.9.0
17+
urllib3==1.26.14
18+
snowflake-connector-python==3.0.0
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Generated on: Python 3.11.0
1+
# Generated on: Python 3.11.1
22
asn1crypto==1.5.1
3-
certifi==2022.9.24
3+
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==38.0.3
7-
filelock==3.8.0
6+
cryptography==39.0.0
7+
filelock==3.9.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
11-
pycryptodomex==3.15.0
11+
pycryptodomex==3.16.0
1212
PyJWT==2.6.0
13-
pyOpenSSL==22.1.0
14-
pytz==2022.6
15-
requests==2.28.1
13+
pyOpenSSL==23.0.0
14+
pytz==2022.7.1
15+
requests==2.28.2
1616
typing_extensions==4.4.0
17-
urllib3==1.26.13
18-
snowflake-connector-python==2.8.2
17+
urllib3==1.26.14
18+
snowflake-connector-python==3.0.0
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Generated on: Python 3.7.15
22
asn1crypto==1.5.1
3-
certifi==2022.9.24
3+
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==38.0.4
7-
filelock==3.8.2
6+
cryptography==39.0.0
7+
filelock==3.9.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
1111
pycryptodomex==3.16.0
1212
PyJWT==2.6.0
13-
pyOpenSSL==22.1.0
14-
pytz==2022.6
15-
requests==2.28.1
13+
pyOpenSSL==23.0.0
14+
pytz==2022.7.1
15+
requests==2.28.2
1616
typing_extensions==4.4.0
17-
urllib3==1.26.13
18-
snowflake-connector-python==2.9.0
17+
urllib3==1.26.14
18+
snowflake-connector-python==3.0.0
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Generated on: Python 3.8.14
1+
# Generated on: Python 3.8.16
22
asn1crypto==1.5.1
3-
certifi==2022.9.24
3+
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==38.0.4
7-
filelock==3.8.2
6+
cryptography==39.0.0
7+
filelock==3.9.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
1111
pycryptodomex==3.16.0
1212
PyJWT==2.6.0
13-
pyOpenSSL==22.1.0
14-
pytz==2022.6
15-
requests==2.28.1
13+
pyOpenSSL==23.0.0
14+
pytz==2022.7.1
15+
requests==2.28.2
1616
typing_extensions==4.4.0
17-
urllib3==1.26.13
18-
snowflake-connector-python==2.9.0
17+
urllib3==1.26.14
18+
snowflake-connector-python==3.0.0
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Generated on: Python 3.9.15
1+
# Generated on: Python 3.9.16
22
asn1crypto==1.5.1
3-
certifi==2022.9.24
3+
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==38.0.4
7-
filelock==3.8.2
6+
cryptography==39.0.0
7+
filelock==3.9.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
1111
pycryptodomex==3.16.0
1212
PyJWT==2.6.0
13-
pyOpenSSL==22.1.0
14-
pytz==2022.6
15-
requests==2.28.1
13+
pyOpenSSL==23.0.0
14+
pytz==2022.7.1
15+
requests==2.28.2
1616
typing_extensions==4.4.0
17-
urllib3==1.26.13
18-
snowflake-connector-python==2.9.0
17+
urllib3==1.26.14
18+
snowflake-connector-python==3.0.0

0 commit comments

Comments
 (0)