v2.6.3
This release provides fixes for many things, specially:
- Regression in commit order calculation
- BC-break in
EntityManager#find()
using optimistic lock outside of
transaction - PHP 7.3 compatibility issues
- Total issues resolved: 8
- Total pull requests resolved: 26
- Total contributors: 26
Documentation
- 7472: fix incorrect phpdoc typehint thanks to @seferov
- 7465: Fixes tiny typo in the 'Working with DateTime instances' documentation thanks to @unguul
- 7444: Fixed URLs of doctrine-mapping.xsd in docs thanks to @Naitsirch
- 7441: $hydrationMode throughout can be a string as well as int (for custom modes) thanks to @asgrim
- 7435: Fix a typo on Documentation thanks to @oguzdumanoglu
- 7434: Removed FAQ paragraph stating public variables are disallowed thanks to @Naitsirch and @flaushi
- 7423: Update association-mapping.rst thanks to @ThomasLandauer
- 7421: JIRA to Github issues on Limitations and Known Issues thanks to @seferov
- 7412: Some formatting improvements thanks to @ThomasLandauer
- 7411: Autoload error when following the Getting Started Guide thanks to @ThomasLandauer
- 7401: [docs] Fix docblock in
inheritance-mapping.rst
thanks to @bobdenotter - 7397: Update getting-started.rst thanks to @eibt
- 7394: Class 'Doctrine\Common\Persistence\Mapping\Driver\AnnotationDriver' not found thanks to @ekosynth
- 7378: Typo fix thanks to @BenMorel
- 7377: Fix query andX doctype thanks to @sserbin
- 7374: Deprecation message in documentation for YAML thanks to @SenseException and @iltar
- 7360: Document getPartialReference() properly thanks to @lcobucci
Bug
- 7471: Fix parameter value processing for objects with unloaded metadata thanks to @alcaeus
- 7367: Fix for BC break in 2.6.2 when calling EM::find() with LockMode::OPTIMISTIC outside of a TX thanks to @timdev
- 7328: Handle removed parameters by tree walker in Paginator thanks to @plfort
- 7325: Make code php 7.3 lint-compatible thanks to @paxal
- 7317: [XML] Fix default value of many-to-many order-by to ASC thanks to @alexdenvir
- 7260: Fix the handling of circular references in the commit order calculator thanks to @stof
- 6830: fix applying column options on foreign key columns thanks to @Tobion
Improvement
- 7428: CI: Test against PHP 7.3 thanks to @Majkl578
- 7363: Fix compatibility with phan thanks to @philippe-unitiz
- 7345: Correct DOMDocument constructor in test thanks to @guilliamxavier
- 7307: Fix remaining usages of deprecated ClassLoader and Inflector from doctrine/common thanks to @Majkl578 and @simonwelsh