Release Notes for 3.6.8
3.6.8
- Total issues resolved: 0
- Total pull requests resolved: 15
- Total contributors: 5
Bugfixes
- 12516: Do not require an active transaction for
LockMode::NONEinQuery::setLockMode()thanks to @ruudk - 12491: Fix broken AUTOGENERATE_FILE_NOT_EXISTS_OR_CHANGED proxy setting. thanks to @demiankatz
- 12400: Fix Cache::MODE_REFRESH not writing to query cache thanks to @isaackaara
- 12297: Initialize lazy ghost objects before persist thanks to @soyuka
Improvements
- 12524: Ignore deprecation from DBAL thanks to @greg0ire
- 12517: Use TableEditor::setOptions() when schema editor exists thanks to @greg0ire
- 12509: Avoid table mutation thanks to @greg0ire
- 12488: Migrate to schema and column editor API thanks to @greg0ire
- 12483: Add alternative to mutation thanks to @greg0ire
Static Analysis
Test Suite
-
12534: Use stubs when appropriate thanks to @greg0ire
-
12532: Towards phpunit 12 thanks to @greg0ire
-
12514: Migrate some tests to table editor API thanks to @greg0ire
-
12473: Disable deprecation deduplication thanks to @greg0ire
-
12531: Fix usage of RequiresPhp thanks to @greg0ire