Releases: limenet/laravel-elastica-bridge
Releases · limenet/laravel-elastica-bridge
v1.8.1
switch alias in atomic operation
v1.7.0
- Change document ID to be usable as part of the URL path #15
- Added support for UUIDs as primary keys #15
- Test against Elasticsearch 8 #15
- Increase PHPStan strictness #15
- Housekeeping and refactoring #15
v1.5.0
- Added
elastica-bridge:delete
#8
- Added
IndexInterface::ingoreIndexingErrors()
#9
- Fixed some indexing errors #10
v1.4.5
- Improve performance when event listener is disabled
v1.4.3
- Bugfixes and improvements relating to cleaning up / migrating non-blue-green indices to blue-green indices
v1.4.2
- When blue/green indices are enabled and an index with the base name (i.e. without the blue/green suffix) exists, that index is deleted automatically to ensure indexing works as expected