Skip to content

Releases: VanOns/laravel-environment-importer

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', 'john@doe.com'],
        '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

v0.3.2

20 Mar 10:17
8a5a5eb

Choose a tag to compare

What's changed

🐛 Bug fixes

  • Don’t throw on buffer error #4 (by @dnwjn)

v0.3.1

18 Mar 17:05
59eed2f

Choose a tag to compare

What's changed

🐛 Bug fixes

  • fix(files): simplify import_paths structure

v0.3.0

18 Mar 16:52
63738b7

Choose a tag to compare

What's changed

🚀 Features

  • Allow excludes in import_paths #3 (by @dnwjn)

v0.2.0

18 Mar 09:49
17d5ce0

Choose a tag to compare

What's changed

🚀 Features

  • Add functionality to configure ssh auth #2 (by @dnwjn)

🛠 Changes

  • chore(deps-dev): update orchestra/testbench requirement from ^7.0|^8.17|^9.0 to ^7.0|^8.17|^9.0|^10.0 #1 (by @dependabot[bot])