Skip to content

Releases: VanOns/laravel-environment-importer

v0.8.3

24 Nov 17:53
252d8d2

Choose a tag to compare

What's changed

🐛 Bug fixes

  • fix: limit skip ssl option to mysql

v0.8.2

24 Nov 17:32
85856e7

Choose a tag to compare

What's changed

🐛 Bug fixes

  • fix: use proper checks to set skip ssl

v0.8.1

24 Nov 17:25
64df42d

Choose a tag to compare

What's changed

🚀 Features

  • Allow remote skipping ssl for mysql/mariadb #16 (by @dnwjn)

v0.8.0

24 Nov 15:09
efc338d

Choose a tag to compare

What's changed

🚀 Features

  • Configurable local and remote db connection types #15 (by @dnwjn)
  • Add functionality for ssh tunnel timeout #14 (by @dnwjn)
  • Configurable shell timeout #13 (by @dnwjn)
  • Database processors #10 (by @dnwjn)

v0.7.2

30 Oct 16:51
143f786

Choose a tag to compare

What's changed

🐛 Bug fixes

  • fix: disable mysql column statistics #12 (by @dnwjn)

v0.7.1

02 Oct 09:52
6a525c2

Choose a tag to compare

What's changed

🐛 Bug fixes

  • fix: properly retrieve and use user model #9 (by @dnwjn)

🛠 Changes

v0.7.0

04 Jul 10:55
e0be320

Choose a tag to compare

What's changed

🛠️ New configuration option

  • Added the db_import_binary_path config variable with the LEI_DB_IMPORT_BINARY_PATH env variable, which defines the path to the binary used for importing the database. Defaults to /usr/bin.

🚀 Features

v0.6.0

09 May 14:41
54712c3

Choose a tag to compare

What's changed

⚠️ Breaking changes

  • The configuration for the AnonymizeUsers processor has changed. Make sure to update your config file accordingly, so
    that it follows the following format:

    \VanOns\LaravelEnvironmentImporter\Processors\AnonymizeUsers::class => [
        'preserve_emails' => ['@example.com', '[email protected]'],
        'email_domain' => 'example.com',
        'password_override' => 'password',
    ]

🚀 Features

  • Add support for configurable email domain and password override #7 (by @dnwjn)

v0.5.0

07 May 12:16
87eb265

Choose a tag to compare

What's changed

🚀 Features

  • Add functionality for email notifications #6 (by @dnwjn)

v0.4.0

15 Apr 08:25
c0f806c

Choose a tag to compare

What's changed

⚠️ Breaking changes

  • The sensitive_tables config key has been renamed to empty_tables. A fallback has been put in place that will use the old key, in case the new key is empty, but it is recommended to update your config.

🚀 Features