Skip to content

Commit a23f9b9

Browse files
committed
Bumping up version to 1.3.10
1 parent 2fd998b commit a23f9b9

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
@@ -9,6 +9,14 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
Release Notes
1010
-------------------------------------------------------------------------------
1111

12+
- v1.3.10 (January 26, 2017)
13+
14+
- Compress data in HTTP requests at all times except empty data or OKTA request
15+
- Refactored FIXED, REAL and TIMESTAMP data fetch to improve performance. This mainly impacts SnowSQL
16+
- Added ``region`` option to support EU deployments better
17+
- Increased the retry counter for OCSP servers to mitigate intermittent failure
18+
- Refactored HTTP access retry logic
19+
1220
- v1.3.9 (January 16, 2017)
1321

1422
- Upgraded ``botocore`` to 1.4.93 to fix and ``boto3`` to 1.4.3 to fix the HTTPS request failure in Python 3.6

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 = (1, 3, 9, None)
3+
VERSION = (1, 3, 10, None)

0 commit comments

Comments
 (0)