Skip to content

Releases: Daursu/laravel-zero-downtime-migration

Laravel 11 compatibilty

06 Jul 23:03
40e312b
Compare
Choose a tag to compare

Added Laravel 11 compatibility

Release 2.0.0 - Query batching support

15 Dec 04:02
4ebfa5c
Compare
Choose a tag to compare

This release adds support for query batching (see #36). In addition, support for PHP 7 and older Laravel versions (<7.0) has been dropped. For older versions of Laravel, please continue using the 1.x branch.

Laravel 10 compatibilty

07 Feb 08:02
14138c3
Compare
Choose a tag to compare

Added Laravel 10 compatibility

Stable version

31 Jul 18:01
66161c7
Compare
Choose a tag to compare

Notes

This major version introduces a breaking change, see upgrade guide in README

  • Renamed the options key to params to avoid conflicts with Laravel configuration #32

Minor fixes

30 Jul 20:37
8c2faf0
Compare
Choose a tag to compare

This release fixes a bug that prevents the username/password being leaked to the console if it contains regex special characters (see #30)

Security update

11 Apr 22:21
4aa3f18
Compare
Choose a tag to compare

This release fixes an edge case where credentials are logged to the console when the migration fails to execute.

Laravel 9 support

03 Mar 02:44
38e504e
Compare
Choose a tag to compare

Minor fix to allow Symfony ^6.0

Laravel 9 support

11 Feb 03:10
8e64840
Compare
Choose a tag to compare
  • Added Laravel 9 support

Minor changes

02 Jan 03:40
bea646c
Compare
Choose a tag to compare
  • Migrated away from Travis to GitHub actions
  • Added PHP 8.0 unit tests

Laravel 8 support

11 Sep 00:40
6969363
Compare
Choose a tag to compare

Added Laravel 8 support