Skip to content

Commit c1ffec8

Browse files
smtakedaankit-bhatnagar167
authored andcommitted
SNOW-77603: Bumping version to 1.8.0
1 parent d203bef commit c1ffec8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

DESCRIPTION.rst

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

12+
- v1.8.0 (May 10, 2019)
13+
14+
- support numpy.bool_ in binding type
15+
- Add Option to Skip Request Pooling
16+
- Add OCSP_MODE metric
17+
- Fixed PUT URI issue for Windows path
18+
- OCSP SoftFail
19+
1220
- v1.7.11 (April 22, 2019)
1321

1422
- numpy timestamp with timezone support

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

0 commit comments

Comments
 (0)