Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 3.71 KB

HISTORY.rst

File metadata and controls

71 lines (58 loc) · 3.71 KB

Release Changelog

5.5.2 (2018-03-21)

  • Fixed encoding in field name to UTF-8. (Issue #35)
  • Added --sort(-S) argument for sorting data by selected field. (Issue #41)
  • Added requirement for version of python 2.7.*. (Issue #8, #12, #20, #29, #33 and #38)
  • Update documentation with examples.
  • Updating version elasticsearch-py to 5.5.*.

5.2.1 (2017-04-02)

  • 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)

5.2.0 (2017-02-16)

  • Updating version elasticsearch-py to 5.2.* and added support of Elasticsearch 5. (Issue #19)

2.4.3 (2017-02-15)

  • Update doc according to wildcard support in fields naming.
  • Added support of old version pip. (Issue #16)

2.4.2 (2017-02-14)

  • Added wildcard support in fields naming.
  • Removed column sorting. (Issue #21)

2.4.1 (2016-11-10)

  • Added --auth(-a) argument for Elasticsearch basic authentication. (Pull #17)
  • Added --doc_types(-D) argument for specifying document type. (Pull #13)

2.4.0 (2016-10-26)

  • 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.

1.0.3 (2016-06-12)

  • 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.

1.0.2 (2016-04-12)

  • Added --raw_query(-r) argument for using the native Query DSL format.

1.0.1 (2016-01-22)

  • Fixed support elasticsearch-1.4.0.
  • Added --version argument.
  • Added history changelog.

1.0.0.dev1 (2016-01-04)

  • Fixed encoding in CSV to UTF-8. (Issue #3, Pull #1)
  • Added better progressbar unit names. (Pull #2)
  • Added pip installation instruction.

1.0.0.dev0 (2015-12-25)

  • Initial registration.
  • Added first dev-release on github.
  • Added first release on PyPI.