3.0.2
版本发布时间: 2020-12-23 23:22:24
doctrine/migrations最新发布版本:3.8.1(2024-08-28 21:18:25)
Release Notes for 3.0.2
3.0.2
- Total issues resolved: 1
- Total pull requests resolved: 16
- Total contributors: 16
Enhancement
-
1101: Allow PHP 8 on branch 3.0.x thanks to @nicolas-grekas
-
1079: A whole slew of changes for 3.0.x! See the summary. thanks to @TomHAnderson
-
1097: Merge release 2.3.1 into 3.0.x thanks to @github-actions[bot]
-
1059: Move website config to default branch thanks to @SenseException
-
1058: Repeated $config value thanks to @Dazag
-
1051: Fix code sample in custom integrations docs page thanks to @pawel-lewtak
-
1039: Check PHP_OS_FAMILY for Windows in Tests thanks to @chrisguitarguy
-
1028: Update MigrateCommand.php thanks to @ThomasLandauer
-
1004: Migration fails when using SELECT queries in
addSql
thanks to @bcremer
CI
- 1084: Use composer v1 when running the low deps CI jobs thanks to @goetas
Documentation
-
1076: Update configuration.rst to include the
organize_migrations
setting. thanks to @bfoosness - 1056: Add missing closing double quote thanks to @rShipelov
- 1033: Note BC Break in migrations template thanks to @havvg
- 1027: Issue1024 thanks to @shepard8
- 1018: Explain that the name config property has been removed thanks to @goetas
Bug
- 1060: Cast to integer to avoid Spanner GCP incompatibility thanks to @gabrielfs7
- 1043: Set dependencyFactory before configure is called in DoctrineCommand thanks to @jkrzefski