|
| 1 | +CakePHP 5.2.8 |
| 2 | +============== |
| 3 | + |
| 4 | +The CakePHP core team is happy to announce the immediate availability of CakePHP |
| 5 | +5.2.8. This is a maintenance release for the 5.2 branch that fixes several |
| 6 | +community reported issues and regressions. 5.2.8 also contains a fix for |
| 7 | +a potential security issue in the query builder. When using **already executed** queries as |
| 8 | +subquery expressions, bound parameter values were overwritten which could lead |
| 9 | +to inccorrect query results. Other usage of subqueries are not impacted. |
| 10 | + |
| 11 | +I'd like to welcome `josbeir <https://github.com/josbeir>`_ to the CakePHP team. |
| 12 | +They have been actively been developing a refesh of the documentation. You can |
| 13 | +see a development preview of the documentation at |
| 14 | +`newbook.cakephp.org <https://newbook.cakephp.org/>`_. |
| 15 | + |
| 16 | +Bugfixes |
| 17 | +-------- |
| 18 | + |
| 19 | +You can expect the following changes in 5.2.8. See the `changelog |
| 20 | +<https://github.com/cakephp/cakephp/compare/5.2.7...5.2.8>`_ for every commit. |
| 21 | + |
| 22 | +* Improved type checks and null coalescing operator usage. |
| 23 | +* Fixed route generation when routes are defined with null ``prefix`` values. |
| 24 | +* Improved type annotations in collection classes. |
| 25 | +* Fixed more compatibility issues with PHP 8.5. |
| 26 | +* Fixed loading nested associations with ``Table::loadInto()``. |
| 27 | +* Fixed usage of ``lock`` option for ``PaginatorHelper::sort()``. |
| 28 | +* Fixed an access before initialization in ``RedisEngine``. |
| 29 | + |
| 30 | +Contributors to 5.2.8 |
| 31 | +---------------------- |
| 32 | + |
| 33 | +A special thanks to **Kei Akiyama** for reporting the vulnerability in the query |
| 34 | +builder. As always, thank you to everyone who submitted a pull request: |
| 35 | + |
| 36 | +* ADmad |
| 37 | +* Arshid |
| 38 | +* Marcelo Rocha |
| 39 | +* Mark Scherer |
| 40 | +* Mark Story |
| 41 | +* othercorey |
| 42 | + |
| 43 | +As always, we would like to also thank all the contributors that opened issues, |
| 44 | +or updated the documentation. |
| 45 | + |
| 46 | +Download a `packaged release on github |
| 47 | +<https://github.com/cakephp/cakephp/releases>`_. |
| 48 | + |
| 49 | +.. author:: markstory |
| 50 | +.. categories:: release, news |
| 51 | +.. tags:: release, news |
0 commit comments