Skip to content

Commit ceaa1e0

Browse files
5.2.1
1 parent de33a32 commit ceaa1e0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Release Changelog
44
=================
55

6+
5.2.1 (2017-04-02)
7+
------------------
8+
- Added --verify-certs, --ca-certs, --client-cert, --client-key arguments for SSL configuration. (Issue `#11 <https://github.com/taraslayshchuk/es2csv/issues/11>`_ and `#24 <https://github.com/taraslayshchuk/es2csv/issues/24>`_, Pull `#22 <https://github.com/taraslayshchuk/es2csv/pull/22>`_)
9+
- Added --scroll_size(-s) argument to specify the scroll size of requests. (Pull `#27 <https://github.com/taraslayshchuk/es2csv/pull/27>`_)
10+
611
5.2.0 (2017-02-16)
712
------------------
813
- Updating version elasticsearch-py to 5.2.* and added support of Elasticsearch 5. (Issue `#19 <https://github.com/taraslayshchuk/es2csv/issues/19>`_)

es2csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
TIMES_TO_TRY = 3
2727
RETRY_DELAY = 60
2828
META_FIELDS = ['_id', '_index', '_score', '_type']
29-
__version__ = '5.2.0'
29+
__version__ = '5.2.1'
3030

3131

3232
# Retry decorator for functions with exceptions

0 commit comments

Comments
 (0)