Releases: doctrine/DoctrineMigrationsBundle
3.0.3
Release Notes for 3.0.3
3.0.x bugfix release (patch)
3.0.3
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Documentation
3.0.2
Release Notes for 3.0.2
3.0.2
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 4
Improvement
-
390: [3.0] Add support for PHP 8 thanks to @alcaeus
-
389: Merge 2.2.x into 3.0.x thanks to @alcaeus
Documentation
- 384: Fix YAML extensions of config files thanks to @michael-bouvy
- 358: Upgrade instructions for projects without an existing metadata table definition. thanks to @bartfeenstra
- 348: Document that container aware migrations are not special anymore thanks to @goetas
- 340: Document table name BC break thanks to @goetas
2.2.2
Release Notes for 2.2.2
2.2.2
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Improvement
2.2.1
Release Notes for 2.2.1
2.2.1
-
Total issues resolved: 0
-
Total pull requests resolved: 3
-
Total contributors: 3
-
370: Move website config to default branch thanks to @SenseException
-
367: Setup coding standard workflow thanks to @greg0ire
-
357: Resolve
symfony/config:5.1deprecation withsetDeprecatedmethod thanks to @andrew-demb
2.2.0
Release 2.2.0
2.2.0
- Total issues resolved: 1
- Total pull requests resolved: 3
- Total contributors: 4
Documentation
-
344: fix XML config example thanks to @xabbuh
-
315: Release 2.2 thanks to @emodric
-
270: Support check_database_platform option thanks to @andrew-demb
3.0.1
Release 3.0.1
3.0.1
-
Total issues resolved: 0
-
Total pull requests resolved: 1
-
Total contributors: 1
-
326: update doctrine/migration requirement to 3.0 thanks to @jderusse
3.0.0
Release 3.0.0
Get to know more about it on the official documentation.
3.0.0
-
Total issues resolved: 9
-
Total pull requests resolved: 12
-
Total contributors: 13
-
320: use setDefinition and not setService to customize services thanks to @riccardonar
-
317: Add new doctrine current command thanks to @goetas
-
316: Make migrations_paths optional thanks to @goetas
-
314: [3.0-alpha] Container-aware migrations thanks to @pamil
-
313: [3.0] Wrong version is shown when migrating down thanks to @emodric
-
312: [3.0.0-alpha1] Allow migrations_paths to contain config file-relative paths thanks to @9ae8sdf76
-
311: Configuration used by CLI commands is ignored thanks to @emodric
-
309: Drop application name thanks to @SenseException
-
298: Detect the entity manager in a compiler pass thanks to @goetas
-
278: Add support for doctrine/migrations 3.0 thanks to @goetas
-
264: Connection option thanks to @pyatnitsev
-
189: [Feature] Default connection configuration option for performing migration commands thanks to @scaytrase
-
177: Execute migrations before diff command thanks to @gtrias
-
152: Store migrations inside bundles and collect them from installed bundles thanks to @Koc
Enhancement
- 318: Allow bundle-relative paths in the migration path resolution thanks to @goetas
- 265: Add schema provider setting thanks to @thewilkybarkid
- 127: Configuring which finder to use thanks to @liquorvicar
Documentation
- 306: Update readme thanks to @riccardonar
- 304: Add notes on how to upgrade from 2.x to 3.0 thanks to @goetas
Bug
3.0.0-beta1
- Allow bundle-relative paths in the migration path resolution #318 (goetas)
- Lazy services and service factories #323 (goetas)
- Update comment on the schema_filter configuration #322 (Gwalchmei)
- Add new doctrine current command #317 (goetas)
- Make migrations_paths optional #316 (goetas)
- Drop application name #309 (SenseException)
- Add new doctrine:migrations:list command to docs #308 (dmaicher)
- Update default table name #307 (dmaicher)
- Update readme #306 (riccardonar)
3.0.0-alpha.1
Merged pull requests:
- Add support for doctrine/migrations 3.0 #278 (goetas)
- Add notes on how to upgrade from 2.x to 3.0 #304 (goetas)
- Drop usage of application name #299 (chr-hertel)
- Detect the entity manager in a compiler pass #298 (goetas)
- Remove unknown 2.2.x branch from config #303 (SenseException)
- Fix of branch names for doctrine website build #290 (SenseException)
- Merge release 2.1.2 into master #289 (doctrinebot)
Closed issues:
- Configuring which finder to use #127
- The parameter "doctrine_migrations.organize_migrations" must be defined. #180
- The entity manager is not available #297
- Doctrine Migrations causing Doctrine Entity Listener service error #225
- [Feature] Default connection configuration option for performing migration commands #189
- Execute migrations before diff command #177
- Store migrations inside bundles and collect them from installed bundles #152
2.1.2
Release 2.1.2
2.1.2
- Total issues resolved: 2
- Total pull requests resolved: 1
- Total contributors: 3
Bug
- 288: Fix type conversion of CLI options thanks to @alcaeus and @gondo