|
| 1 | +`8.3.22 (2025-03-10) <https://github.com/neos/neos-development-collection/releases/tag/8.3.22>`_ |
| 2 | +================================================================================================ |
| 3 | + |
| 4 | +Overview of merged pull requests |
| 5 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 6 | + |
| 7 | +`BUGFIX: Recognize removed-state while reducing <https://github.com/neos/neos-development-collection/pull/5457>`_ |
| 8 | +----------------------------------------------------------------------------------------------------------------- |
| 9 | + |
| 10 | +Please read Issue #3651, to get the problem. |
| 11 | + |
| 12 | +By adding the removed-state as 3rd priority while reducing NodeData results, we should always get the not-removed NodeData, if there are 2 (because of Node-move). |
| 13 | + |
| 14 | +I tested this fix on our projects, and it worked. I can't find something breaking. But since this is deep inside NodeData, I've no idea, if we could get unexpected side-effects on it. Thanks to @Nikdro for the change. |
| 15 | + |
| 16 | +Fixes: #3651 |
| 17 | + |
| 18 | +* Packages: ``ContentRepository`` |
| 19 | + |
| 20 | +`BUGFIX: Fix return type error with `getUriForThumbnail()` <https://github.com/neos/neos-development-collection/pull/5447>`_ |
| 21 | +---------------------------------------------------------------------------------------------------------------------------- |
| 22 | + |
| 23 | +In ``getUriForThumbnail()`` the result of ``getPublicPersistentResourceUri()`` is returned unchecked, but may be ``false``. This conflicts with the declared return type ``string``. |
| 24 | + |
| 25 | +In that case an exception is now thrown (similar to when a static resource thumbnail URI cannot be generated). |
| 26 | + |
| 27 | + |
| 28 | +* Packages: ``Media.Browser`` ``Neos`` ``Media`` |
| 29 | + |
| 30 | +`TASK: Update github actions to checkout@v4 and cache@v4 <https://github.com/neos/neos-development-collection/pull/5465>`_ |
| 31 | +-------------------------------------------------------------------------------------------------------------------------- |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +* Packages: ``Neos`` ``.github`` |
| 36 | + |
| 37 | +`Detailed log <https://github.com/neos/neos-development-collection/compare/8.3.20...8.3.22>`_ |
| 38 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
0 commit comments