Skip to content

Commit

Permalink
Add release notes for 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 11, 2024
1 parent 0189828 commit 6da36f5
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
46 changes: 46 additions & 0 deletions 2024/05/10/cakephp_508.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
CakePHP 5.0.8
=============

The CakePHP core team is happy to announce the immediate availability of CakePHP
5.0.8. This is a maintenance release for the 5.0 branch that fixes several
community reported issues.

Bugfixes
--------

You can expect the following changes in 5.0.8. See the `changelog
<https://github.com/cakephp/cakephp/compare/5.0.7...5.0.8>`_ for every commit.

- Added connection role to logged queries.
- Improved compatibility with 4.x finders. You can now call finder with named
parameters but have the finder implemented with an ``$options`` array.
- Eagerloaders now propagate connection roles.
- Error logs from fallback failures in ``WebExceptionRenderer`` now include
stack traces making debugging easier.
- Update documentation for ``SelectQuery``.
- ``cake i18n extract`` now allows ``--path`` and ``--plugin`` to be provided at
the same time.

Contributors to 5.0.8
----------------------

Thank you to all the contributors that helped make this release happen:

* ADmad
* Alejandro Ibarra
* Corey Taylor
* Jonathan Guillot
* Mark Scherer
* Mark Story
* othercorey
* wowDAS Markus Ramšak

As always, we would like to thank all the contributors that opened issues,
created pull requests or updated the documentation.

Download a `packaged release on github
<https://github.com/cakephp/cakephp/releases>`_.

.. author:: markstory
.. categories:: release, news
.. tags:: release, news
1 change: 1 addition & 0 deletions master.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Sitemap
.. toctree::
:maxdepth: 1

2024/05/10/cakephp_508
2024/04/27/cakephp_455
2024/04/05/cakephp_507
2024/03/08/cakephp_506
Expand Down

0 comments on commit 6da36f5

Please sign in to comment.