Skip to content

Latest commit

 

History

History
145 lines (74 loc) · 5 KB

CHANGELOG.md

File metadata and controls

145 lines (74 loc) · 5 KB

Changelog

All notable changes to laravel-backup-restore will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.4.1 - 2024-08-20

Fixed

  • Remove single quotes from restore command when restoring MySQL dump (#79)

v1.4.0 - 2024-08-07

Changed

  • Added support for spatie/laravel-backup v9 and drop support for v8 and PHP 8.1 (#76)

v1.3.2 - 2024-06-08

Changed

  • Show list of found files in db-dumps directory when NoDatabaseDumpsFound Exception is thrown. (#74)

v1.3.1 - 2024-03-20

Changed

  • Display file name being downloaded (#65)

v1.3.0 - 2024-02-07

Added

  • Add Support for Laravel 11 (#49)

v1.2.0 - 2024-01-31

Added

  • Add Support to import bz2 compressed database dumps (#61)

Changed

  • Better unpacked dump detection (#62)

v1.1.5 - 2024-01-09

Changed

  • Upgrade Pest to v2 (#50)

Fixed

  • Disable Process Timeout when importing Database backup (#55)

v1.1.4 - 2023-11-13

Fixed

  • Add --host Option to psql command (#46)

v1.1.3 - 2023-11-01

Changed

  • Update MySQL Importer to use CLI Arguments instead of Credentials File (#42)

Fixed

  • Respect dump_binary_path setting when importing database (#40)

v1.1.2 - 2023-10-27

Fixed

  • Use DIRECTORY_SEPARATOR to support Windows (#38)

v1.1.1 - 2023-10-17

Fixed

  • Use Database Connection name when generating import shell command (#34)

v1.1.0 - 2023-10-16

Added

  • Add Support for PHP 8.3 (#31)

Changed

  • Replace Symfony Process with Illuminate Process (#30)
  • Update Artisan Command to use Laravel Prompts (#19)

Removed

  • Drop Support for Laravel 9 (#29)

Fixed

  • Check if CLI Dependencies are available before starting restore process (#28)

v1.0.2 - 2023-08-22

Fixed

  • Use Driver Name when creating DbImporter instead of Connection Name (#24)

v1.0.1 - 2023-08-12

Changed

  • Show Connection Details in Confirmation Prompt (#20)

v1.0.0 - 2023-06-15

First stable release

v0.3.1 - 2023-05-27

Fixed

  • Update version constraint of spatie/temporary-directory for better compatibility with other packages.

v0.3.0 - 2023-05-20

Added

  • Add Health Checks (#11)

v0.2.0 - 2023-05-10

Added

  • Add --reset option to wipe database before importing backup #8

v0.1.0 - 2023-03-22

Added

  • Initial Version