All notable changes to laravel-elastica-bridge
will be documented in this file.
- Laravel 11 #25
- Laravel 10 #13
- Improve performance when event listener is disabled
- no notable changes
- Bugfixes and improvements relating to cleaning up / migrating non-blue-green indices to blue-green indices
- 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
- Update underlying skeleton (#3)
- Indexing lock (#4)
- Added support for Laravel 9 (#2)
- Listen to model events and propagate changes to Elasticsearch (#1)
- More tests
- Provide default implementation for
Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::toElasticsearch()
inElasticsearchableTrait
- Provide default implementation for
Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::shouldIndex()
inElasticsearchableTrait
- Remove unused method
Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::getModel()
- Added tests
- Rename
elasticsearch:index
toelastica-bridge:index
for consistency with package name andelastica-bridge:status
- Initial release