Skip to content

Commit

Permalink
release: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Jul 29, 2019
1 parent 9f8873c commit 62522a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGES.rst
Expand Up @@ -8,6 +8,16 @@
Changes
=======

Version 1.2.0 (released 2019-07-19)

- Adds full Elasticsearch v7 support
- Better prefixing integration
- Introduces index suffixes and write aliases
- Refactored the way indices and aliases are stored and created
- ``invenio_search.utils.schema_to_index`` is deprecated (moved to
``invenio-indexer``)
- Deprecates Elasticsearch v5

Version 1.1.1 (released 2019-06-25)

- Fixes prefixing for whitelisted aliases and the RecordSearch class.
Expand All @@ -16,23 +26,19 @@ Version 1.1.1 (released 2019-06-25)
Version 1.1.0 (released 2019-02-25)

- Deprecates Elasticsearch v2

- Adds support for Elasticsearch indices prefix

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.

Expand Down
2 changes: 1 addition & 1 deletion invenio_search/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = '1.1.1'
__version__ = '1.2.0'

0 comments on commit 62522a2

Please sign in to comment.