Skip to content

Commit 8f55ca6

Browse files
arrange the release notes
1 parent 787a6f5 commit 8f55ca6

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

DESCRIPTION.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,15 @@ https://docs.snowflake.com/
77
Source code is also available at: https://github.com/snowflakedb/snowflake-connector-python
88

99
# Release Notes
10-
- v3.16(TBD)
11-
- Bumped numpy dependency from <2.1.0 to <=2.2.4
12-
1310
- v3.16.0(July 04,2025)
14-
15-
-N/A
16-
11+
- Bumped numpy dependency from <2.1.0 to <=2.2.4.
1712
- Added Windows support for Python 3.13.
18-
- Add `bulk_upload_chunks` parameter to `write_pandas` function. Setting this parameter to True changes the behaviour of write_pandas function to first write all the data chunks to the local disk and then perform the wildcard upload of the chunks folder to the stage. In default behaviour the chunks are being saved, uploaded and deleted one by one.
13+
- Added `bulk_upload_chunks` parameter to `write_pandas` function. Setting this parameter to True changes the behaviour of write_pandas function to first write all the data chunks to the local disk and then perform the wildcard upload of the chunks folder to the stage. In default behaviour the chunks are being saved, uploaded and deleted one by one.
1914
- Added support for new authentication mechanism PAT with external session ID.
2015
- Added `client_fetch_use_mp` parameter that enables multiprocessed fetching of result batches.
2116
- Added basic arrow support for Interval types.
22-
- Fix `write_pandas` special characters usage in the location name.
23-
- Fix usage of `use_virtual_url` when building the location for gcs storage client.
24-
- Bind cryptography to <=44.0.3 to avoid issues with 45.0.0.
17+
- Fixed `write_pandas` special characters usage in the location name.
18+
- Fixed usage of `use_virtual_url` when building the location for gcs storage client.
2519
- Added support for Snowflake OAuth for local applications.
2620

2721
- v3.15.0(Apr 29,2025)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install_requires =
4747
boto3>=1.24
4848
botocore>=1.24
4949
cffi>=1.9,<2.0.0
50-
cryptography>=3.1.0,<=44.0.3
50+
cryptography>=3.1.0
5151
pyOpenSSL>=22.0.0,<26.0.0
5252
pyjwt<3.0.0
5353
pytz

0 commit comments

Comments
 (0)