What's Changed
- Fix array parameters with DBAL 4 by @derrabus in #10995
- Cover calling
AbstractQuery::setParameter()
with an array parameter by @derrabus in #10996 - Updated order of mapping attribute parameters by @soltmar in #10964
- Remove schema visitors by @derrabus in #11001
- Undeprecate autoloader class by @greg0ire in #10999
- Remove redundant check by @dbu in #11006
- Implement proxy name resolver by @greg0ire in #11009
- Copy Debug class from doctrine/common by @greg0ire in #11000
- Use native return type declarations in Debug class by @greg0ire in #11012
- Sever ties to common by @greg0ire in #10998
- Prepare CI for stable DBAL 4 by @derrabus in #11011
- Address split of doctrine/common by @greg0ire in #11007
- Fix the support for enum types in the ResultSetMappingBuilder by @stof in #11018
- Make phpdoc accurate by @greg0ire in #11015
- Enforce native type declarations by @greg0ire in #11013
- Make serialized SQL executors forward compatible by @greg0ire in #11027
- Restore backward compatibility with previous format by @greg0ire in #11048
- Recommend SEQUENCE until doctrine/dbal 4 is released by @greg0ire in #11044
- Dynamically resolve AUTO to SEQUENCE or IDENTITY by @greg0ire in #11045
- Deprecate annotation classes for named queries by @derrabus in #11056
- Drop support for unserializing old serialization formats by @greg0ire in #10986
- [GH-1569] Optimize eager fetch for collections to batch query by @beberlei in #8391
- Fix calls to removed lock methods by @derrabus in #11061
- Prepare 2.17.0 by @derrabus in #11059
Full Changelog: 3.0.0-beta1...3.0.0-beta2