Release Notes for 2.11.2
2.11.x bugfix release (patch)
2.11.2
- Total issues resolved: 0
- Total pull requests resolved: 21
- Total contributors: 12
Bug
- 9574: Make sure MemcachedAdapter is supported before tring to use it thanks to @flack
- 9537: Make error message suggestion accurate thanks to @kiler129
- 9523: Bring
FilterCollection
to a "clean" state after hash computation thanks to @mpdude - 9457: PDO is not a required extension thanks to @derrabus
- 9452: Check requirements for metadata drivers thanks to @derrabus
Documentation
- 9569: Fixing
:doc:
link thanks to @ThomasLandauer - 9563: Remove reference to removed class thanks to @greg0ire
- 9555: Adding PHP attributes thanks to @ThomasLandauer
- 9513: Fix syntax typo in attributes reference in documentation thanks to @Einenlum
- 9487: Fix
#[DiscriminatorMap]
params thanks to @steveclifton - 9446: Remove trailing underscore thanks to @greg0ire
Static Analysis
- 9557: Parser: SimpleArithmeticExpression should return ArithmeticTerm thanks to @janbarasek
- 9546: Update baselines for Lexer 1.2.3 thanks to @derrabus
- 9504: Fix AbstractQuery::setParameter phpdoc thanks to @dmaicher
- 9493: Added "false" value to $columnPrefix type declaration. thanks to @DmytryHo
- 9491: PHPStan 1.4.6, Psalm 4.20.0 thanks to @derrabus
CI
- 9539: Drop minor version number thanks to @greg0ire
- 9470: Run Postgres 14 and MariaDB 10.6 in CI thanks to @derrabus