Skip to content

Commit 2dc8f4a

Browse files
SNOW-294004: Bumped up PythonConnector MINOR version from 2.3.10 to 2.4.0 (#638) (#639)
@noreview - This is an automated process. No review is required
1 parent dee5734 commit 2dc8f4a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

DESCRIPTION.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ Release Notes
1010
-------------------------------------------------------------------------------
1111

1212

13+
- v2.4.0(March 04,2021)
14+
15+
- Added support for Python 3.9 and PyArrow 3.0.x.
16+
- Added support for the upcoming multipart PUT threshold keyword.
17+
- Added support for using the PUT command with a file-like object.
18+
- Added some compilation flags to ease building conda community package.
19+
- Removed the pytz pin because it doesn't follow semantic versioning release format.
20+
- Added support for optimizing batch inserts through bulk array binding.
21+
22+
1323
- v2.3.10(February 01,2021)
1424

1525
- Improved query ID logging and added request GUID logging.

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, 3, 10, None)
3+
VERSION = (2, 4, 0, None)

0 commit comments

Comments
 (0)