Releases: cakephp/migrations
Releases · cakephp/migrations
3.6.1
3.6.0
What's Changed
-
Mode / Cache Parameter Support by @swiffer in #574
Users can now set the
cache=shared
option when using a sqlite connection to run tests migrations in-memory.
New Contributors
Full Changelog: 3.5.3...3.6.0
Migrations 3.5.3
What's Changed
- bake a valid drop migration by @LordSimal in #554
- update phpstan and psalm by @LordSimal in #555
- Remove single quotes from default value if present by @ajibarra in #557
- Change "Renaming a table" section to match Phinx documentation by @kalnado in #560
- Map Date/Time types to string to avoid issues importing seeds by @ajibarra in #561
- Improve help for
bake migrations
command by @markstory in #563 - Fixes #500 . If precision is 0 command adds it anyway. by @ajibarra in #562
New Contributors
- @LordSimal made their first contribution in #554
- @ajibarra made their first contribution in #557
- @kalnado made their first contribution in #560
Full Changelog: 3.5.2...3.5.3
Migrations 3.5.2
What's Changed
- Search upgrade preparation by @ndm2 in #536
- Update source files path. by @ndm2 in #538
- Improve help text for migration commands. by @markstory in #539
- Fix branch name in docs config by @othercorey in #542
- Bump actions/cache from 1 to 3 by @dependabot in #547
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #546
- Bump actions/checkout from 2 to 3 by @dependabot in #548
- Documentation: Unique index sample by @cnizzardini in #543
- Remove extra slash in docs config by @saeideng in #544
- Fix Migrator running migrations when nothing changes by @pabloelcolombiano in #551
New Contributors
- @dependabot made their first contribution in #547
- @cnizzardini made their first contribution in #543
Full Changelog: 3.5.1...3.5.2
Migrations 3.5.1
3.5.0
Improvements
- Bake int as int instead of string in seeds - by @saeideng in #531
- PHP 8.1 compatibility by @dereuromark in #504
Full Changelog: 3.4.0...3.5.0
Migrations 3.4.0
What's Changed
- Update README.md by @saeideng in #525
- Add
skip
option to Migrator::run() by @markstory in #527
Full Changelog: 3.3.0...3.4.0
Migrations 3.3.0
New Features
Migrator::runMany()
was added. This method complementsMigrator::run()
and allows you to run migrations for multiple connections, plugins and sources at once. Added by @pabloelcolombiano in #522
What's Changed
- Update composer.json by @dereuromark in #521
- Fix prefer-minimum tests by @othercorey in #523
Full Changelog: 3.2.0...3.3.0
Migrations 3.2.0
New Features
- Requires CakePHP 4.3.0
TestSuite\Migrator
added to support schema free fixtures that are in 4.3.0. @pabloelcolombiano, @othercorey, @markstory, @raul338 in #488, #494, #515, #516, #509, #518, #507
Fixes
- Add postgres back to test matrix. by @markstory in #496
- Update static analysis builds by @markstory in #497
- Use a prepared statement instead of interpolation by @markstory in #498
- Backport CI config to master by @markstory in #499
- Check PHP8 by @dereuromark in #503
- Improve Japanese documentation by @katayamahide in #505
- Don't recreate schema when in a phpunit separate process test by @markstory in #506
- Only create dirs in debug mode by @dereuromark in #512
- Fix flag handling when building connections by @markstory in #514
New Contributors
- @pabloelcolombiano made their first contribution in #488
- @katayamahide made their first contribution in #505
- @raul338 made their first contribution in #518
Full Changelog: 3.1.0...3.2.0
3.1.0
Improvements
- Updated deprecated default_database to default_environment
- Allow also short forms lat/lng as they are commonly used