- Added --verify-certs, --ca-certs, --client-cert, --client-key arguments for SSL configuration. (Issue #11 and #24, Pull #22)
- Added --scroll_size(-s) argument to specify the scroll size of requests. (Pull #27)
- Updating version elasticsearch-py to 5.2.* and added support of Elasticsearch 5. (Issue #19)
- Update doc according to wildcard support in fields naming.
- Added support of old version pip. (Issue #16)
- Added wildcard support in fields naming.
- Removed column sorting. (Issue #21)
- Added --auth(-a) argument for Elasticsearch basic authentication. (Pull #17)
- Added --doc_types(-D) argument for specifying document type. (Pull #13)
- Added JSON validation for raw query. (Issue #7)
- Added checks to exclude hangs during connection issues. (Issue #9)
- Updating version elasticsearch-py to 2.4.0 and freeze this dependence according to mask 2.4.*. (Issue #14)
- Updating version progressbar2 to fix issue with visibility.
- Added option to read query string from file --query(-q) @'~/filename.json'. (Issue #5)
- Added --meta_fields(-e) argument for selecting meta-fields: _id, _index, _score, _type. (Issue #6)
- Updating version elasticsearch-py to 2.3.0.
- Added --raw_query(-r) argument for using the native Query DSL format.
- Fixed support elasticsearch-1.4.0.
- Added --version argument.
- Added history changelog.
- Fixed encoding in CSV to UTF-8. (Issue #3, Pull #1)
- Added better progressbar unit names. (Pull #2)
- Added pip installation instruction.
- Initial registration.
- Added first dev-release on github.
- Added first release on PyPI.