Skip to content

Releases: Nexucis/es-php-index-helper

7.1.0

18 Feb 13:44
5c6e48e
Compare
Choose a tag to compare

[Enhancement]: Support PHP 8.

7.0.0 Support ElasticSearch 7.X

23 Jun 10:14
add8501
Compare
Choose a tag to compare

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 method updateMappings, following the elasticsearch recommendation

6.1.1

19 Jan 14:38
Compare
Choose a tag to compare

Changelog

Feature

  • [Dev]: Support elastic lib with version between 6.0.1 and 7.0.0

6.1.0 Improve the searchDocument method

28 Aug 22:04
9e3d1ad
Compare
Choose a tag to compare

Changelog

Feature

  • [Public] : add a new method advancedSearchDocument that takes an object SearchParameter 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

04 Dec 20:55
Compare
Choose a tag to compare

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 by createIndexByAlias

5.1.0 Improve Document Operation

20 Nov 22:52
Compare
Choose a tag to compare

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

20 Nov 22:52
Compare
Choose a tag to compare

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

12 Nov 00:05
Compare
Choose a tag to compare

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

12 Nov 00:07
Compare
Choose a tag to compare

Changelog

This is the first release. I hope you'll enjoy it !