Skip to content

Commit 886e326

Browse files
committed
SNOW-27689: Bumping up version to 1.3.14
1 parent b5b375d commit 886e326

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

DESCRIPTION.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
Release Notes
1010
-------------------------------------------------------------------------------
1111

12+
- v1.3.14 (February 24, 2017)
13+
14+
- Improved PUT and GET error handler.
15+
- Added proxy support to OCSP checks.
16+
- Use proxy parameters for PUT and GET commands.
17+
- Added ``sfqid`` and ``sqlstate`` to the results from query results.
18+
- Fixed the connection timeout calculation based on ``login_timeout`` and ``network_timeout``.
19+
- Improved error messages in case of 403, 502 and 504 HTTP reponse code.
20+
- Upgraded ``cryptography`` to 1.7.2, ``boto3`` to 1.4.4 and ``botocore`` to 1.5.14.
21+
- Removed explicit DNS lookup for OCSP URL.
22+
1223
- v1.3.13 (February 9, 2017)
1324

1425
- Fixed AWS SQS connection error with OCSP checks

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

0 commit comments

Comments
 (0)