Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Apr 26, 2023
1 parent e1b98e4 commit c80e28f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions WHATSNEW.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Version: 6.3.3
==============

* Fixed: exception thrown at end of migration if the migration steps include sql executing transaction commits

* Fixed: correctly abort a migration when it leaves a database transaction pending (nb: this can be detected
only for transactions started using Doctrine, not for transactions started using sql `begin` statements)

* Improved: reporting of errors happening before/during/after migration execution, esp. anything related to transactions

* Improved: when generating migrations, try harder to reset the repository to the originally connected user in case of
exceptions being thrown

BC notes (for developers extending the bundle):

* `MigrationService::getFullExceptionMessage` gained a 2nd parameter: `$addLineNumber = false`
* `AfterMigrationExecutionException` produces a different error message when passed `0` for the `$step` parameter
* service `ez_migration_bundle.migration_service` requires an added `setConnection` call in its definition


Version: 6.3.2
==============

Expand Down

0 comments on commit c80e28f

Please sign in to comment.