Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes for 2.14.0
2.14.0
Improvement
Static Analysis
CommitOrderCalculator
thanks to @derrabusNew Feature
10313: Add TypedFieldMapper for automatic mapping of typed PHP fields to DBAL types thanks to @michnovka
10288: Allow enum discriminator columns thanks to @michnovka
10187: Leverage LazyGhostTrait when possible thanks to @nicolas-grekas
10040: Add lockMode to EntityManager#refresh() thanks to @michnovka
10302: Add assertions about non nullability thanks to @greg0ire
10256: Make use statements redundant thanks to @greg0ire
10162: Use error style for notifications thanks to @greg0ire
10153: Address dbal deprecations thanks to @greg0ire
10121: Address deprecation of Table::changeColumn() thanks to @greg0ire
10116: Address deprecations from DBAL thanks to @greg0ire
10105: Backport DBAL-related fixes thanks to @greg0ire
Test Suite
NonProxyLoadingEntityManager::refresh()
signature change thanks to @michnovkaDeprecation,Static Analysis
$not
constructor parameter to AST classes thanks to @derrabusDeprecation
CacheKey
thanks to @derrabusAnnotation
interface thanks to @derrabusDoctrine\ORM\Proxy\Proxy
and decouple a bit more fromDoctrine\Common\Proxy
thanks to @nicolas-grekasEntityManager::create()
thanks to @derrabusDocumentation,Improvement
Bug
AbstractSchemaManager::createSchema()
thanks to @derrabusDeprecation,Documentation