File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,18 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99Release Notes
1010-------------------------------------------------------------------------------
1111
12+ - v1.9.0(August 26,2019)
13+
14+ - Implement converter for all arrow data types in python connector extension
15+ - Fix arrow error when returning empty result using python connecter
16+ - Fix OCSP responder hang, AttributeError: 'ReadTimeout' object has no attribute 'message'
17+ - Update OCSP Connection timeout.
18+ - Fix RevokedCertificateError OOB Telemetry events are not sent
19+ - Uncaught RevocationCheckError for FAIL_OPEN in create_pair_issuer_subject
20+ - Fix uncaught exception in generate_telemetry_data function
21+ - Fix connector looses context after connection drop/restore by retrying IncompleteRead error.
22+ - Make tzinfo class at the module level instead of inlining
23+
1224- v1.8.7(August 12,2019)
1325
1426 - Rewrote validateDefaultParameters to validate the database, schema and warehouse at connection time. False by default.
Original file line number Diff line number Diff line change 11# Update this for the versions
22# Don't change the forth version number from None
3- VERSION = (1 , 8 , 7 , None )
3+ VERSION = (1 , 9 , 0 , None )
You can’t perform that action at this time.
0 commit comments