Tags: innakonon/migrations
Tags
### Release Notes for [3.0.3](https://github.com/doctrine/migrations/… …milestone/38) ### 3.0.3 - Total issues resolved: **0** - Total pull requests resolved: **3** - Total contributors: **2** - [1125: use @internal instead of the type "@var internal"](doctrine#1125) thanks to @goetas - [1100: Remove using the deprecated option "--no-suggest" composer 2.0.](doctrine#1100) thanks to @Yozhef #### Bug - [1054: Fix circular ref in dependency resolution](doctrine#1054) thanks to @goetas
### Release Notes for [3.0.2](https://github.com/doctrine/migrations/… …milestone/34) ### 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](doctrine#1101) thanks to @nicolas-grekas - [1079: A whole slew of changes for 3.0.x! See the summary.](doctrine#1079) thanks to @TomHAnderson - [1097: Merge release 2.3.1 into 3.0.x](doctrine#1097) thanks to @github-actions[bot] - [1059: Move website config to default branch](doctrine#1059) thanks to @SenseException - [1058: Repeated $config value](doctrine#1058) thanks to @Dazag - [1051: Fix code sample in custom integrations docs page](doctrine#1051) thanks to @pawel-lewtak - [1039: Check PHP&doctrine#95;OS&doctrine#95;FAMILY for Windows in Tests](doctrine#1039) thanks to @chrisguitarguy - [1028: Update MigrateCommand.php](doctrine#1028) thanks to @ThomasLandauer - [1004: Migration fails when using SELECT queries in `addSql`](doctrine#1004) thanks to @bcremer CI -- - [1084: Use composer v1 when running the low deps CI jobs](doctrine#1084) thanks to @goetas #### Documentation - [1076: Update configuration.rst to include the `organize&doctrine#95;migrations` setting.](doctrine#1076) thanks to @bfoosness - [1056: Add missing closing double quote](doctrine#1056) thanks to @rShipelov - [1033: Note BC Break in migrations template](doctrine#1033) thanks to @havvg - [1027: Issue1024](doctrine#1027) thanks to @shepard8 - [1018: Explain that the name config property has been removed](doctrine#1018) thanks to @goetas #### Bug - [1060: Cast to integer to avoid Spanner GCP incompatibility](doctrine#1060) thanks to @gabrielfs7 - [1043: Set dependencyFactory before configure is called in DoctrineCommand](doctrine#1043) thanks to @jkrzefski
### Release Notes for [2.3.2](https://github.com/doctrine/migrations/… …milestone/37) ### 2.3.2 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Enhancement - [1102: Allow PHP 8](doctrine#1102) thanks to @nicolas-grekas
### Release Notes for [2.3.1](https://github.com/doctrine/migrations/… …milestone/36) 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](doctrine#1096) thanks to @greg0ire - [1071: Revert "Merge pull request doctrine#888 from goetas/update-query"](doctrine#1071) thanks to @lyrixx CI -- - [1088: Run roave-bc-check on PRs only](doctrine#1088) thanks to @greg0ire - [1085: Run PHPUnit after merging](doctrine#1085) thanks to @greg0ire - [1073: Migrate to Github Actions](doctrine#1073) thanks to @greg0ire #### Enhancement - [1072: Upgrade phpunit](doctrine#1072) thanks to @greg0ire #### Improvement - [1069: Upgrade cs lib](doctrine#1069) thanks to @greg0ire
### Release Notes for [2.3.0](https://github.com/doctrine/migrations/… …milestone/30) ### 2.3.0 - Total issues resolved: **0** - Total pull requests resolved: **6** - Total contributors: **6** #### Documentation - [1032: Let composer decide the best version](doctrine#1032) thanks to @PowerKiKi - [1020: Add badges into README about license and packagist](doctrine#1020) thanks to @matks - [999: Allow using on PHP 7.1 with Composer 2](doctrine#999) thanks to @nicolas-grekas #### Enhancement - [981: Add "from-empty-schema" option for "diff" command](doctrine#981) thanks to @guilliamxavier - [954: Make compared tables order idempotent](doctrine#954) thanks to @julienfalque #### Improvement - [888: Use executeUpdate instead of executeQuery for write operation](doctrine#888) thanks to @goetas
Release [3.0.1](https://github.com/doctrine/migrations/milestone/33) 3.0.1 ===== - Total issues resolved: **0** - Total pull requests resolved: **7** - Total contributors: **3** Bug --- - [1015: Migrate returns 0 as exit codes for empty plans as in 2.x](doctrine#1015) thanks to @goetas - [989: Allow legacy cli-config.php configurations](doctrine#989) thanks to @goetas Documentation ------------- - [1007: fix typo](doctrine#1007) thanks to @martin-heralecky - [1006: Document table metadata configs are optional](doctrine#1006) thanks to @goetas - [1005: 3.0 BC breaks documentation](doctrine#1005) thanks to @goetas Improvement ----------- - [993: Document the migration command](doctrine#993) thanks to @goetas Enhancement ----------- - [988: Re-enable alpha1 meaningful message when "latest" already reached.](doctrine#988) thanks to @bugalot
Release [3.0.0](https://github.com/doctrine/migrations/milestone/20) 3.0.0 ===== - Total issues resolved: **16** - Total pull requests resolved: **61** - Total contributors: **17** Tests ----- - [984: Address deprecations from doctrine/persistence](doctrine#984) thanks to @greg0ire - [914: Various improvements in test suite](doctrine#914) thanks to @goetas Enhancement ----------- - [979: Allow to use --write-sql to save the migration execution log to file](doctrine#979) thanks to @goetas - [978: Display more informative messages for migration aliases](doctrine#978) thanks to @goetas - [976: Move status info fetching into MigrationStatusInfosHelper](doctrine#976) thanks to @goetas - [975: Allow to define lazy services in the dependency factory](doctrine#975) thanks to @goetas - [973: Auto update metadata table when migrating](doctrine#973) thanks to @goetas - [972: Extract MigrationsRepository interface](doctrine#972) thanks to @goetas - [969: Moved migration sorting from MigrationRepository to MigrationPlanCalculator](doctrine#969) thanks to @goetas - [965: Add command to display current version](doctrine#965) thanks to @goetas - [948: Add warning for diffCommand](doctrine#948) thanks to @goetas - [944: Mark console commands as final classes](doctrine#944) thanks to @goetas - [940: Better handling of the table initialization](doctrine#940) thanks to @goetas - [938: Mark the execute() method as protected to match the symfony signature](doctrine#938) thanks to @goetas - [934: Depend directly on the symfony stopwatch component](doctrine#934) thanks to @goetas - [926: Allow to decorate dependency factory services](doctrine#926) thanks to @goetas - [923: Change of the visibility from "public" to "protected" on Command folder WIP](doctrine#923) thanks to @Karimgasmi47 - [919: Introduce query value object to wrap sql queries](doctrine#919) thanks to @goetas - [917: Extended details on up to date migrations](doctrine#917) thanks to @goetas - [912: phar file should be built for php 7.2](doctrine#912) thanks to @goetas - [911: Rename configuration namespace](doctrine#911) thanks to @goetas - [910: Introduce version comparator](doctrine#910) thanks to @goetas - [908: Add List migrations command](doctrine#908) thanks to @goetas - [898: Drop helperset usage in favor of the DependencyFactory](doctrine#898) thanks to @goetas - [897: Split migration planner and extract relative interfaces](doctrine#897) thanks to @goetas - [896: Update to doctrine/coding-standard v7](doctrine#896) thanks to @carusogabriel - [893: Expose the connection in DependencyFactory](doctrine#893) thanks to @goetas - [891: Support multiple versions in ExecuteCommand](doctrine#891) thanks to @goetas - [886: &doctrine#91;up-to-date&doctrine#93; print the names of executed unavailable migrations](doctrine#886) thanks to @dbu - [883: Depend explicitly on doctrine/event-manager](doctrine#883) thanks to @goetas - [881: Allow dump schema when migrations in other namespaces are present](doctrine#881) thanks to @goetas - [880: Use executeUpdate instead of executeQuery for write operation](doctrine#880) thanks to @goetas - [879: Drop php 7.1 and allow phpunit 8](doctrine#879) thanks to @goetas - [878: Handle migrated versions metadata table auto-update ](doctrine#878) thanks to @goetas - [876: Make configuration and dependency injection container immutable](doctrine#876) thanks to @goetas - [834: Less verbose output for the migrate command](doctrine#834) thanks to @stof - [805: dir&doctrine#95;name does not support multiple directories](doctrine#805) thanks to @precious-coder - [742: MigrationStatusInfosHelper::getFormattedVersionAlias() doesn't show full class name + sub-namespace](doctrine#742) thanks to @Majkl578 - [734: Add standalone list command for listing migrations](doctrine#734) thanks to @jwage - [726: Use dependency injection for console commands](doctrine#726) thanks to @jwage - [722: Eliminate dependency on doctrine/common](doctrine#722) thanks to @jwage - [557: Passing "prev" or "next" to migrate command not working](doctrine#557) thanks to @trickeyone - [974: Sort executed migrations](doctrine#974) thanks to @goetas - [968: Use SymfonyStyle to output text in console](doctrine#968) thanks to @emodric - [962: Fix message on which migrations are going to be executed or migrated](doctrine#962) thanks to @goetas - [961: Show current version with the command line](doctrine#961) thanks to @loverg-c - [959: Allow to change configurations in the dependency factory](doctrine#959) thanks to @goetas - [956: Remove deprecated --show-versions param](doctrine#956) thanks to @goetas - [955: StatusCommand --show-versions option](doctrine#955) thanks to @dmaicher - [953: Remove superfluous parameters check on executeUpdate ](doctrine#953) thanks to @goetas - [952: Make the down() migration optional](doctrine#952) thanks to @goetas Bug --- - [967: &doctrine#91;3.0-alpha&doctrine#93; Seamless 2.0 -> 3.0 upgrade, keeping migration versions data](doctrine#967) thanks to @pamil - [960: Reduce primary key max length to 191 chars](doctrine#960) thanks to @goetas - [932: Bugs in 3.0-dev](doctrine#932) thanks to @goetas - [929: TableMetadataStorage uses the repository to provide migrations for ta…](doctrine#929) thanks to @goetas - [928: Fix logger + tests](doctrine#928) thanks to @goetas - [915: Import the right ExistingConfiguration class](doctrine#915) thanks to @goetas - [894: Use interfaces where possible as service names](doctrine#894) thanks to @goetas - [890: Initialize schema table even on reset](doctrine#890) thanks to @goetas - [889: Executed at must be an integer](doctrine#889) thanks to @goetas - [882: Mark as executed only if all queries pass](doctrine#882) thanks to @goetas Documentation ------------- - [945: Document some BC breaks introduced in v3.x](doctrine#945) thanks to @goetas - [780: Have to specifiy file/database connection while I already have](doctrine#780) thanks to @MichaelBelgium Discussion ---------- - [935: How to handle metadata table creation](doctrine#935) thanks to @goetas BC Break -------- - [933: Drop application name as it has no real use case](doctrine#933) thanks to @goetas - [858: Migrations 3.0](doctrine#858) thanks to @goetas - [743: Eliminate HelperSet usage in console-related code](doctrine#743) thanks to @Majkl578 Improvement ----------- - [925: Extract migration factory interface](doctrine#925) thanks to @goetas duplicate --------- - [913: Mark registerMigrationInstance as private](doctrine#913) thanks to @goetas - [904: Add the abortIf check when generating a migration.](doctrine#904) thanks to @VincentLanglet Enhancement,WIP --------------- - [899: Use named constructors for the DependencyFactory](doctrine#899) thanks to @goetas Documentation,Enhancement ------------------------- - [892: Version is not a number but a FQCN](doctrine#892) thanks to @goetas Won't fix --------- - [866: Implement sharding already in the migrations](doctrine#866) thanks to @goetas - [854: Fix migration direction calculation fails.](doctrine#854) thanks to @jamesleesaunders Discussion,Improvement ---------------------- - [857: Tight coupling in Version, Configuration and MigrationRepository](doctrine#857) thanks to @goetas WIP --- - [856: Allow multiple migration directories and namespaces](doctrine#856) thanks to @goetas
Merge pull request doctrine#979 from goetas/write-path Allow to use --write-sql to save the migration execution log to file
Merge pull request doctrine#953 from goetas/execute-update-call Remove superfluous parameters check on executeUpdate
Release [2.2.1](https://github.com/doctrine/migrations/milestone/29) 2.2.1 ===== - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** Bug --- - [887: &doctrine#91;2.2.x&doctrine#93; Allow to throw Exception in Migrations](doctrine#887) thanks to @VincentLanglet Documentation ------------- - [870: Fixed typo in the "--no-interaction" argument](doctrine#870) thanks to @mattchete