Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 874 Bytes

CHANGES.rst

File metadata and controls

30 lines (19 loc) · 874 Bytes

Changes

Version 1.0.2 (released 2018-10-23)

  • Updates the urllib3 dependency version pin.
  • Pins elasticsearch-dsl to <6.2.0, because of a breaking change in the handling of empty queries.
  • Adds the SEARCH_CLIENT_CONFIG configuration variable, allowing more complex configuration to be passed to the Elasticsearch client initialization.

Version 1.0.1 (released 2018-06-13)

  • Fixes issues with idna/urllib3 dependencies conflicts.
  • Adds SEARCH_RESULTS_MIN_SCORE configuration variable to allow excluding search results which have a score less than the specified value.

Version 1.0.0 (released 2018-03-23)

  • Initial public release.