Skip to content

Commit 8b29471

Browse files
smtakedaankit-bhatnagar167
authored andcommitted
Bumping up version to 1.7.4
1 parent 64a5cf3 commit 8b29471

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

DESCRIPTION.rst

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

12+
- v1.7.4 (January 3, 2019)
13+
14+
- Invalidate outdated OCSP response when checking cache hit
15+
- Made keyring use optional in Python Connector
16+
- Added SnowflakeNullConverter for Python Connector to skip all client side conversions
17+
- Honor ``CLIENT_PREFETCH_THREADS`` to download the result set.
18+
- Fixed the hang when region=us-west-2 is specified.
19+
- Added Python 3.7 tests
20+
1221
- v1.7.3 (December 11, 2018)
1322

1423
- Improved the progress bar control for SnowSQL

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

0 commit comments

Comments
 (0)