Skip to content

Releases: babenkoivan/elastic-migrations

v4.0.0

18 Jun 07:03
Compare
Choose a tag to compare

Added

  • Laravel 11 support

v3.4.1

10 May 06:37
39dc516
Compare
Choose a tag to compare

Fixed

  • Skip elastic_migrations table creation if it already exists

v3.4.0

19 Oct 20:22
Compare
Choose a tag to compare

Added

  • --pending option to the elastic:migrate:status command

v3.3.0

04 Mar 10:58
Compare
Choose a tag to compare

Added

  • Laravel 10 support

v3.2.0

17 Feb 07:56
Compare
Choose a tag to compare

Added

  • Laravel Idea code generation support
  • Primary key for the migrations table

v3.1.0

28 Jul 07:16
Compare
Choose a tag to compare

Added

  • Multiple connections support

v3.0.0

27 Jul 06:51
Compare
Choose a tag to compare

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

16 Jan 11:32
cddfd32
Compare
Choose a tag to compare

Fixed

  • The fresh command uses now deleteAll instead of truncate

v2.0.0

05 Oct 17:02
Compare
Choose a tag to compare

Added

  • New connection setting allows you to configure the database connection to be used
  • Index facade now supports raw methods: createRaw, createIfNotExistsRaw, putMappingRaw, putSettingsRaw and pushSettingsRaw

Changed

  • Dropped support for PHP 7.2
  • Index::putSettingsHard() was renamed to Index::pushSettings()

v1.6.2

01 Oct 06:27
358e205
Compare
Choose a tag to compare

Changed

  • Command dependencies are moved to the handle method