Skip to content

Commit 363b500

Browse files
SNOW-349164: Bumped up PythonConnector PATCH version from 2.4.2 to 2.4.3 (#691) (#692)
@noreview - This is an automated process. No review is required Co-authored-by: Jenkins <snowflake-provisioner>
1 parent e6137a0 commit 363b500

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

DESCRIPTION.rst

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

1212

13+
- v2.4.3(April 29,2021)
14+
15+
- Uses s3 regional URL in private links when a param is set.
16+
- New Arrow NUMBER to Decimal converter option.
17+
- Update pyopenssl requirement from <20.0.0,>=16.2.0 to >=16.2.0,<21.0.0.
18+
- Update pandas requirement from <1.2.0,>=1.0.0 to >=1.0.0,<1.3.0.
19+
- Update numpy requirement from <1.20.0 to <1.21.0.
20+
21+
1322
- v2.4.2(April 03,2021)
1423

1524
- PUT statements are now thread-safe.

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

0 commit comments

Comments
 (0)