Releases: doctrine/migrations
3.1.3
Release Notes for 3.1.3
3.1.x bugfix release (patch)
3.1.3
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Bug
3.1.2
Release Notes for 3.1.2
3.1.x bugfix release (patch)
3.1.2
-
Total issues resolved: 0
-
Total pull requests resolved: 3
-
Total contributors: 3
-
1150: cache some metadata state to avoid querying all the time the database… thanks to @goetas
-
1147: Fix phpstan workflow thanks to @greg0ire
-
875: Update the default migration template to adhere to PSR 12 formatting thanks to @natewiebe13
3.1.1
Release Notes for 3.1.1
3.1.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Documentation
3.0.4
2.3.3
Release Notes for 2.3.3
2.3.3
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 3
Bug
3.1.0
Release Notes for 3.1.0
3.1.0
- Total issues resolved: 0
- Total pull requests resolved: 7
- Total contributors: 3
Enhancement
-
1050: Add a schema_provider option that enables the diff command for DBAL thanks to @veewee
-
1010: #998: Show query and time information when using --query-time thanks to @bobvandevijver
-
1023: Allow alternative connection/entity-manager via --em or --conn option thanks to @goetas
-
1009: #996: Add verbosity notice to command help thanks to @bobvandevijver
-
997: Fix --write-sql command option description thanks to @bobvandevijver
-
994: Site meta and branch alias thanks to @goetas
3.0.3
Release Notes for 3.0.3
3.0.3
-
Total issues resolved: 0
-
Total pull requests resolved: 3
-
Total contributors: 2
-
1125: use @internal instead of the type "@var internal" thanks to @goetas
-
1100: Remove using the deprecated option "--no-suggest" composer 2.0. thanks to @Yozhef
Bug
3.0.2
Release Notes for 3.0.2
3.0.2
- Total issues resolved: 1
- Total pull requests resolved: 16
- Total contributors: 16
Enhancement
-
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
-
1004: Migration fails when using SELECT queries in
addSql
thanks to @bcremer
CI
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
2.3.2
Release Notes for 2.3.2
2.3.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
- 1102: Allow PHP 8 thanks to @nicolas-grekas
2.3.1
Release Notes for 2.3.1
2.3.x bugfix release (patch)
2.3.1
- Total issues resolved: 0
- Total pull requests resolved: 7
- Total contributors: 2
Bug
- 1096: Address MasterSlaveConnection rename thanks to @greg0ire
- 1071: Revert "Merge pull request #888 from goetas/update-query" thanks to @lyrixx
CI
- 1088: Run roave-bc-check on PRs only thanks to @greg0ire
- 1085: Run PHPUnit after merging thanks to @greg0ire
- 1073: Migrate to Github Actions thanks to @greg0ire
Enhancement
- 1072: Upgrade phpunit thanks to @greg0ire
Improvement
- 1069: Upgrade cs lib thanks to @greg0ire