Skip to content

Commit 76cc603

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-92468: Bump up version to 1.9.0
1 parent 5a28495 commit 76cc603

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

DESCRIPTION.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
Release 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.

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

0 commit comments

Comments
 (0)