File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,17 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
9
9
Release Notes
10
10
-------------------------------------------------------------------------------
11
11
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
+
12
23
- v1.3.13 (February 9, 2017)
13
24
14
25
- Fixed AWS SQS connection error with OCSP checks
Original file line number Diff line number Diff line change 1
1
# Update this for the versions
2
2
# Don't change the forth version number from None
3
- VERSION = (1 , 3 , 13 , None )
3
+ VERSION = (1 , 3 , 14 , None )
You can’t perform that action at this time.
0 commit comments