Skip to content

Releases: cakephp/migrations

CakePHP Migrations 4.6.3

07 Apr 16:57
895054b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.6.2...4.6.3

CakePHP Migrations 4.6.2

22 Mar 14:57
1501714
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.6.1...4.6.2

CakePHP Migrations 4.6.1

08 Mar 16:24
577308b
Compare
Choose a tag to compare

What's Changed

  • Fix deprecations from setConstraint() by @markstory in #817
  • Fix more usage of deprecated methods by @markstory in #818
  • 4.x: fix rollback not working with a simple change migration by @LordSimal in #820
  • Try to enable deprecations in tests so I can fix more of them by @markstory in #821
  • fix migration diff dump source by parsing source parameter by @maidzen in #819

New Contributors

Full Changelog: 4.6.0...4.6.1

CakePHP Migrations 4.6.0

01 Mar 18:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.0...4.6.0

CakePHP Migrations 4.5.1

17 Jan 14:26
675b494
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.0...4.5.1

CakePHP Migrations 4.5.0

24 Nov 03:19
32afa21
Compare
Choose a tag to compare

This release introduces new base classes for migrations - Migrations\BaseMigration, and seeds Migrations\BaseSeed. These new base classes will be used in newly generated migrations, snapshots and diffs if the builtin backend is enabled. These base classes are not compatible with phinx, and represent the forwards compatible path for applications.

In a future cakephp/upgrade release a rector rule will be added to change existing migrations to the new base classes.

What's Changed

Full Changelog: 4.4.2...4.5.0

CakePHP Migrations 4.4.2

08 Oct 14:23
40b5ef9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.1...4.4.2

CakePHP Migrations 4.4.1

16 Sep 15:17
d39616f
Compare
Choose a tag to compare

What's Changed

  • Correcting getGlobalSchemaName to use the correct schema by @challgren in #728
  • Disable foreign key checks when removing temp tables by @markstory in #743
  • Add hook method for migrations to skip creating a transaction by @markstory in #745
  • Fix compatibility break from phinx by @markstory in #748

Full Changelog: 4.4.0...4.4.1

CakePHP Migrations 4.4.0

23 Aug 21:40
6047ee0
Compare
Choose a tag to compare

Default backend update

Following the addition of the builtin backend in 4.3.0, the builtin backend is now the default in 4.4.0. If your migrations don't run correctly with 4.4.0 please open an issue. You can temporarily switch back to the phinx backend by setting Migrations.backend = 'phinx' in your config/app.php.

The phinx backend is planned for removal in the 5.0 release which will follow 4.4 after collecting feedback from the community for a few months.

What's Changed

Full Changelog: 4.3.2...4.4.0

CakePHP Migrations 4.3.2

30 Jul 14:42
ff26043
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.1...4.3.2