Skip to content

Releases: Flowpack/Flowpack.ElasticSearch

5.0.1

19 Dec 07:19

Choose a tag to compare

TASK: Declare compatibility to Flow 7.0
TASK: Modify to work with Elasticsearch 7

5.0.0

31 May 08:29
48dc11f

Choose a tag to compare

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

4.0.2

22 Oct 05:46

Choose a tag to compare

BUGFIX: Always deliver a string to createStream in RequestService

4.0.1

20 Sep 08:47

Choose a tag to compare

Adjust tests to be compatible to PHPUnit 8.0

4.0.0

16 Sep 12:18

Choose a tag to compare

  • Exchange HTTP components to use Flow 6.0 PSR-7 components
  • Cleanup and type method interfaces

Changes since last release: 3.0.0...4.0.0

3.0.0

11 Mar 11:02

Choose a tag to compare

This version supports Elasticsearch version 5 and 6.

2.0.4

27 Apr 20:11
635a369

Choose a tag to compare

Merge pull request #74 from mficzel/patch-1

TASK: Adjust version constraints for Neos 4

2.0.3

05 Mar 07:57

Choose a tag to compare

Use proper content type in request, fixing an issue with Elasticsearch 6.

These are the other changes of this version.

2.0.2

05 Aug 10:56

Choose a tag to compare

Add support for Dynamic Index Settings. Now you can change the configuration of your index by implementing the IndexSettingProcessorInterface interface. This feature is useful to work with synonyms by example.

2.0.1

28 Mar 21:16

Choose a tag to compare

Fix issue with Transfer\Exception use statements.