Tags: jblotus/migrations
Tags
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) th 10000 anks 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
Release [2.2.0](https://github.com/doctrine/migrations/milestone/26) 2.2.0 ===== - Total issues resolved: **0** - Total pull requests resolved: **5** - Total contributors: **5** Enhancement ----------- - [869: Update supported PHP versions](doctrine#869) thanks to @alcaeus - [867: Merge release 2.1.2 into master](doctrine#867) thanks to @doctrinebot - [864: Allow Symfony 5 components](doctrine#864) thanks to @l-vo - [839: Lazy console commands](doctrine#839) thanks to @vudaltsov Improvement ----------- - [840: Add option allow-empty-diff for diff command](doctrine#840) thanks to @jawira
Release [2.1.2](https://github.com/doctrine/migrations/milestone/28) 2.1.2 ===== - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** Documentation ------------- - [860: Fix the installation instruction](doctrine#860) thanks to @stof
2.1.1 - Total issues resolved: 0 - Total pull requests resolved: 4 - Total contributors: 2 Bug --- - [843: Handle missing jdorn/sql-formatter dependency in dump-schema command](doctrine#843) thanks to @webimpress Documentation ------------- - [842: Fixed docs for required params in the configuration](doctrine#842) thanks to @webimpress - [841: Fixed default name in the documentation: Doctrine Database Migrations](doctrine#841) thanks to @webimpress - [830: &doctrine#91;DOCS&doctrine#93; Added use statement for `Events`](doctrine#830) thanks to @evertharmeling
2.1.0 ===== - Total issues resolved: **2** - Total pull requests resolved: **7** - Total contributors: **8** Improvement ----------- - [827: Display descriptions while migrating](doctrine#827) thanks to @lcobucci - [823: Fix DiffGenerator](doctrine#823) thanks to @enumag - [804: removed internal from factory](doctrine#804) thanks to @AlessandroMinoccheri - [797: Update to doctrine/coding-standard 6.0](doctrine#797) thanks to @patrickjahns Enhancement ----------- - [808: Handle deleted migration classes doctrine#795](doctrine#808) thanks to @jschaedl and @jwage - [799: handle unregistered migrations in up-to-date check](doctrine#799) thanks to @dbu - [784: &doctrine#91;Command&doctrine#93; Add option to Diff](doctrine#784) thanks to @roukmoute - [781: Remove `abortIf` with an option in command](doctrine#781) thanks to @roukmoute Contributors ------------ - [@lcobucci](https://github.com/lcobucci) - [@enumag](https://github.com/enumag) - [@jschaedl](https://github.com/jschaedl) - [@jwage](https://github.com/jwage) - [@AlessandroMinoccheri](https://github.com/AlessandroMinoccheri) - [@dbu](https://github.com/dbu) - [@patrickjahns](https://github.com/patrickjahns) - [@roukmoute](https://github.com/roukmoute)
2.0.3 ===== - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** Bug --- - [826: Fix XML configuration support for custom templates](doctrine#826) thanks to @lcobucci Contributors ------------ - [@lcobucci](https://github.com/lcobucci)
PreviousNext