Skip to content

Commit 0c3e6c4

Browse files
SNOW-258464: Bumped up PythonConnector PATCH version from 2.3.7 to 2.3.8 (#596) (#597)
@noreview - This is an automated process. No review is required Co-authored-by: Jenkins <snowflake-provisioner>
1 parent 1ba41e1 commit 0c3e6c4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

DESCRIPTION.rst

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

1212

13+
- v2.3.8(January 14,2021)
14+
15+
- Arrow result conversion speed up.
16+
- Send all Python Connector exceptions to in-band or out-of-band telemetry.
17+
- Vendoring requests and urllib3 to contain OCSP monkey patching to our library only.
18+
- Declare dependency on setuptools.
19+
20+
1321
- v2.3.7(December 10,2020)
1422

1523
- Added support for upcoming downscoped GCS credentials.

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

0 commit comments

Comments
 (0)