Skip to content

Releases: doctrine/migrations

3.0.0-beta1

23 May 08:47
42f7c90
Compare
Choose a tag to compare
3.0.0-beta1 Pre-release
Pre-release
  • Allow to use --write-sql to save the migration execution log to file #979 (goetas)
  • Display more informative messages for migration aliases #978 (goetas)
  • Move status info fetching into MigrationStatusInfosHelper #976 (goetas)
  • Allow to define lazy services in the dependency factory #975 (goetas)
  • Auto update metadata table when migrating #973 (goetas)
  • Extract MigrationsRepository interface #972 (goetas)
  • Moved migration sorting from MigrationRepository to MigrationPlanCalculator #969 (goetas)
  • Add command to display current version #965 (goetas)
  • Sort executed migrations #974 (goetas)
  • Migrate to Doctrine's fork of jdorn/sql-formatter #971 (greg0ire)
  • Use SymfonyStyle to output text in console #968 (emodric)
  • Fix typos #964 (pgrimaud)
  • Fix message on which migrations are going to be executed or migrated #962 (goetas)
  • Allow to change configurations in the dependency factory #959 (goetas)
  • Remove deprecated --show-versions param #956 (goetas)

3.0.0-alpha.1

29 Mar 14:18
ed5b127
Compare
Choose a tag to compare
3.0.0-alpha.1 Pre-release
Pre-release

Merged pull requests:

  • Remove superfluous parameters check on executeUpdate #953 (goetas)
  • Make the down() migration optional #952 (goetas)
  • Revert "Ignore unfixable error" #950 (greg0ire)
  • Upgrade dependencies #949 (greg0ire)
  • Document some BC breaks introduced in v3.x #945 (goetas)
  • Merge 2.3.x into master #937 (goetas)
  • Merge 2.2.x into 2.3.x #936 (goetas)
  • Drop application name as it has no real use case #933 (goetas)
  • Extract migration factory interface #925 (goetas)
  • Merge 2.3.x into master #920 (goetas)
  • Various improvements in test suite #914 (goetas)
  • Merge release 2.2.1 into 2.3.x #907 (doctrinebot)
  • Use executeUpdate instead of executeQuery for write operation #888 (goetas)
  • mikey179/vfsStream is not used anymore in #877 (goetas)
  • Fix of branch name for doctrine website build #872 (SenseException)
  • Add warning for diffCommand #948 (goetas)
  • Mark console commands as final classes #944 (goetas)
  • Better handling of the table initialization #940 (goetas)
  • Mark the execute() method as protected to match the symfony signature #938 (goetas)
  • Depend directly on the symfony stopwatch component #934 (goetas)
  • Introduce query value object to wrap sql queries #919 (goetas)
  • Extended details on up to date migrations #917 (goetas)
  • phar file should be built for php 7.2 #912 (goetas)
  • Rename configuration namespace #911 (goetas)
  • Introduce version comparator #910 (goetas)
  • Add List migrations command #908 (goetas)
  • Drop helperset usage in favor of the DependencyFactory #898 (goetas)
  • Split migration planner and extract relative interfaces #897 (goetas)
  • Update to doctrine/coding-standard v7 #896 (carusogabriel)
  • Expose the connection in DependencyFactory #893 (goetas)
  • Version is not a number but a FQCN #892 (goetas)
  • Support multiple versions in ExecuteCommand #891 (goetas)
  • Depend explicitly on doctrine/event-manager #883 (goetas)
  • Allow dump schema when migrations in other namespaces are present #881 (goetas)
  • Drop php 7.1 and allow phpunit 8 #879 (goetas)
  • Handle migrated versions metadata table auto-update #878 (goetas)
  • Make configuration and dependency injection container immutable #876 (goetas)
  • Migrations 3.0 #858 (goetas)

Fixed bugs:

  • TableMetadataStorage uses the repository to provide migrations for ta… #929 (goetas)
  • Fix logger + tests #928 (goetas)
  • Fix migration timing/memory-usage display #916 (thePanz)
  • Import the right ExistingConfiguration class #915 (goetas)
  • Bugs in 3.0-dev #932 (goetas)
  • Use interfaces where possible as service names #894 (goetas)
  • Initialize schema table even on reset #890 (goetas)
  • Executed at must be an integer #889 (goetas)
  • Mark as executed only if all queries pass #882 (goetas)

Closed issues:

  • Less verbose output for the migrate command #834
  • How to handle metadata table creation #935
  • The entity manager is not available #931
  • Display a warning if running diff command with previous non-executed migrations #930)
  • Have to specifiy file/database connection while I already have #780
  • Eliminate HelperSet usage in console-related code #743
  • MigrationStatusInfosHelper::getFormattedVersionAlias() doesn't show full class name + sub-namespace #742
  • Add standalone list command for listing migrations #734
  • Use dependency injection for console commands #726
  • Passing "prev" or "next" to migrate command not working #557

2.2.1

10 Jan 07:42
2.2.1
a398713
Compare
Choose a tag to compare

Release 2.2.1

2.2.1

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Bug

Documentation

2.2.0

13 Nov 11:07
2.2.0
8e12425
Compare
Choose a tag to compare

Release 2.2.0

2.2.0

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 5

Enhancement

Improvement

2.1.2

10 Nov 21:53
2.1.2
d4e050a
Compare
Choose a tag to compare

Release 2.1.2

2.1.2

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Documentation

2.1.1

30 Jul 19:12
2.1.1
a89fa87
Compare
Choose a tag to compare

2.1.0

06 Jun 15:58
v2.1.0
ebe6f89
Compare
Choose a tag to compare

2.0.3

06 Jun 15:30
v2.0.3
0e28a16
Compare
Choose a tag to compare

2.0.3

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

Contributors

v2.0.2

25 Apr 22:19
v2.0.2
43280c1
Compare
Choose a tag to compare

2.0.2

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

Bug

Contributors

v2.0.1

23 Apr 14:47
v2.0.1
2d5c114
Compare
Choose a tag to compare

2.0.1

  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 3

Bug