Skip to content

Commit cd12059

Browse files
2.4.1
1 parent ae300d0 commit cd12059

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+
2.4.1 (2016-11-10)
7+
------------------
8+
- Added --auth(-a) argument for Elasticsearch basic authentication. (Pull `#17 <https://github.com/taraslayshchuk/es2csv/pull/17>`_)
9+
- Added --doc_types(-D) argument for specifying document type. (Pull `#13 <https://github.com/taraslayshchuk/es2csv/pull/13>`_)
10+
611
2.4.0 (2016-10-26)
712
------------------
813
- Added JSON validation for raw query. (Issue `#7 <https://github.com/taraslayshchuk/es2csv/issues/7>`_)

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__ = '2.4.0'
29+
__version__ = '2.4.1'
3030

3131

3232
# Retry decorator for functions with exceptions

0 commit comments

Comments
 (0)