Releases: Flowpack/Flowpack.ElasticSearch
Releases · Flowpack/Flowpack.ElasticSearch
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.
4.0.2
BUGFIX: Always deliver a string to createStream in RequestService
4.0.1
Adjust tests to be compatible to PHPUnit 8.0
4.0.0
- 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
This version supports Elasticsearch version 5 and 6.
2.0.4
Merge pull request #74 from mficzel/patch-1 TASK: Adjust version constraints for Neos 4
2.0.3
Use proper content type in request, fixing an issue with Elasticsearch 6.
These are the other changes of this version.
2.0.2
2.0.1
Fix issue with Transfer\Exception use statements.