Releases: Flowpack/Flowpack.ElasticSearch
Releases · Flowpack/Flowpack.ElasticSearch
5.2.0
What's Changed
- TASK: Replace links to elastic documentation by @dlubitz in #110
- Bugfix: multi fields mapping by @simstern in #109
- TASK: Remove include_type_name default parameter by @daniellienert in #112
- TASK: Update readme, declare the package compatible with ES 8.x by @daniellienert in #113
New Contributors
Full Changelog: 5.1.2...5.2.0
Bugfix Release 5.1.2
Fixes a couple of problems, cleans up some inconsistencies and fixes all tests.
5.1.1
What's Changed
- BUGFIX: Convert true / false to correct curlopt value by @daniellienert in #105
Full Changelog: 5.1.0...5.1.1
5.1.0
What's Changed
- TASK: add settings to control transport ssl checks if necessary by @davidspiola in #101
- FEATURE: Allow configuring a prefix for the index name via Settings by @kitsunet in #88
New Contributors
- @davidspiola made their first contribution in #101
Full Changelog: 5.0.5...5.1.0
5.0.5
Declare compatibility with Neos 8.x
TASK: Relax composer dependencies to allow Neos 8.x In addition dev-mater is allowed aswell.
5.0.3
5.0.2
BUGFIX: Use correct path to delete a document via id
5.0.1
TASK: Declare compatibility to Flow 7.0
TASK: Modify to work with Elasticsearch 7
5.0.0
!!! FEATURE: Support Elasticsearch version 6 & 7. The type is not longer stored in _type, which was removed with Elasticsearch version 7 but in the custom field neos_type
.