Releases: babenkoivan/elastic-migrations
Releases · babenkoivan/elastic-migrations
v4.0.0
v3.4.1
Fixed
- Skip
elastic_migrations
table creation if it already exists
v3.4.0
Added
--pending
option to theelastic:migrate:status
command
v3.3.0
Added
- Laravel 10 support
v3.2.0
Added
Laravel Idea
code generation support- Primary key for the
migrations
table
v3.1.0
Added
- Multiple connections support
v3.0.0
Added
- Elasticsearch 8 support
- Multiple directories support via
MigrationStorage::registerPaths($paths)
Changed
- The namespace has been changed to
Elastic\Migrations
- Configuration has been refactored, all options have been renamed
v2.0.1
Fixed
- The fresh command uses now
deleteAll
instead oftruncate
v2.0.0
Added
- New
connection
setting allows you to configure the database connection to be used Index
facade now supports raw methods:createRaw
,createIfNotExistsRaw
,putMappingRaw
,putSettingsRaw
andpushSettingsRaw
Changed
- Dropped support for
PHP 7.2
Index::putSettingsHard()
was renamed toIndex::pushSettings()
v1.6.2
Changed
- Command dependencies are moved to the
handle
method