Skip to content

Releases: designmynight/laravel-elasticsearch

Change array check

02 Jul 13:05
eb99a78
Compare
Choose a tag to compare
Merge pull request #118 from designmynight/4.3.0-change-array-check

fix: change to not empty check rather than count.

Correct exceptions

02 Jul 11:51
Compare
Choose a tag to compare
4.3.4

fix: remove return type.

v4.3.3

27 May 15:58
Compare
Choose a tag to compare

More changes for laravel 6

v4.3.1

27 May 14:49
Compare
Choose a tag to compare

Make compatible with laravel 6

v4.2.1

03 Jun 18:38
4921f1c
Compare
Choose a tag to compare
v4.2.1 Pre-release
Pre-release

Error handling on inserts

Breaking Changes

\DesignMyNight\Elasticsearch\QueryException has been moved to \DesignMyNight\Elasticsearch\Exceptions\QueryException
Insert commands will now throw a \DesignMyNight\Elasticsearch\Exceptions\BulkInsertQueryException if ES reports an error in the bulk command it executes. The first 10 errors are returned within the exception's message

v4.3.2

27 May 13:51
Compare
Choose a tag to compare

Make compatible with Laravel 6

v4.3.0

25 May 15:42
Compare
Choose a tag to compare

Make compatible with Laravel 6

v6.2.4

06 Apr 23:04
3688a8e
Compare
Choose a tag to compare

v6.2.4

v6.2.3

06 Apr 22:10
bd42b8a
Compare
Choose a tag to compare

v6.2.3

Add refresh option for deleteByQuery requests

04 Nov 16:16
af64a80
Compare
Choose a tag to compare