Releases: Nexucis/es-php-index-helper
Releases · Nexucis/es-php-index-helper
7.1.0
7.0.0 Support ElasticSearch 7.X
Changelog
Feature
- Upgrade elasticsearch-php dependency version from 6.0.X to 7.0.1
- Requirement of PHP 7.1 instead of 7.0 that is not supported since 1st Jan 2019
- [Public] add a new parameter
$includeTypeName
in the methodupdateMappings
, following the elasticsearch recommendation
6.1.1
6.1.0 Improve the searchDocument method
Changelog
Feature
-
[Public] : add a new method
advancedSearchDocument
that takes an objectSearchParameter
that allows the possibility to customize the searching in an advanced mode -
[Public] : Update elasticsearch-php dependency version from 6.0.0 to 6.0.1
-
[Dev]: composer wraps the way to start the test and the checktyle of the code
6.0.0 Support ElasticSearch 6.X
Changelog
Feature
- Upgrade elasticsearch-php dependency version from 5.3.1 to 6.0.0
- [Public] Add new method
deleteIndexByAlias
which cannot be taken an index as parameter
Breaking Changes
- [Public] Make
deleteIndex
protected - [Public] Rename
createIndex
bycreateIndexByAlias
5.1.0 Improve Document Operation
All modifications below are exactly the same that in the version 2.1.0
Changelog
- [Public] Add public method : getDocument
- [Public] Add refresh parameter to the following methods :
- addDocument
- updateDocument
- updateDocument
- [Internal] Add some verification in protected method copySettings
- [Test] Improve test on method : addDocument
2.1.0 : Improve Document Operation
Changelog
- [Public] Add public method : getDocument
- [Public] Add refresh parameter to the following methods :
- addDocument
- updateDocument
- deleteDocument
- [Internal] Add some verification in protected method copySettings
- [Test] Improve test on method : addDocument
5.0.0 : Support elasticsearch 5.X
Changelog
- Upgrade elasticsearch-php dependencie version from 2.3.1 to 5.3.1
- [Circleci] Improve
wait_es_up.sh
script` which didn't work anymore with the es version 5.5.2 - [Test] Update test with new mapping syntax
- [Documentation] Add supported version section in README
2.0.0 : First Release - Support ElasticSeach 2.X
Changelog
This is the first release. I hope you'll enjoy it !