Skip to content

Commit 53846d8

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-84536: Bump up version to 1.8.4
1 parent 4347f06 commit 53846d8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DESCRIPTION.rst

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

12+
- v1.8.4(July 01,2019)
13+
14+
- Update Python Connector to discard invalid OCSP Responses while merging caches
1215

1316
- v1.8.3(June 17,2019)
17+
1418
- Update Client Driver OCSP Endpoint URL for Private Link Customers
1519
- Ignore session gone 390111 when closing
1620
- Python3.4 using requests 2.21.0 needs older version of urllib3

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

0 commit comments

Comments
 (0)