-
-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/8.4' into 9.0
- Loading branch information
Showing
45 changed files
with
512 additions
and
345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 65 additions & 0 deletions
65
Neos.Flow/Documentation/TheDefinitiveGuide/PartV/ChangeLogs/8310.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
`8.3.10 (2024-08-14) <https://github.com/neos/flow-development-collection/releases/tag/8.3.10>`_ | ||
================================================================================================ | ||
|
||
Overview of merged pull requests | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
`BUGFIX: DateTime translation for validator <https://github.com/neos/flow-development-collection/pull/3374>`_ | ||
------------------------------------------------------------------------------------------------------------- | ||
|
||
This will close `#3323 <https://github.com/neos/flow-development-collection/issues/3323>`_ | ||
|
||
* Packages: ``Flow`` | ||
|
||
`BUGFIX: Streamline exit(1) to web response with HTTP status code 500 <https://github.com/neos/flow-development-collection/pull/3365>`_ | ||
--------------------------------------------------------------------------------------------------------------------------------------- | ||
|
||
With this critical error messages like the following now sends the HTTP status code 500 instead 200 in order to state something is not okay on the server side: | ||
|
||
``Flow could not create the directory "/var/www/html/Data/Persistent". Please check the file permissions manually or run "sudo ./flow flow:core:setfilepermissions" to fix the problem. (Error #1347526553)`` | ||
|
||
Resolved: `#3364 <https://github.com/neos/flow-development-collection/issues/3364>`_ | ||
|
||
|
||
* Packages: ``Flow`` | ||
|
||
`BUGFIX: Avoid insecure composer/composer versions <https://github.com/neos/flow-development-collection/pull/3366>`_ | ||
-------------------------------------------------------------------------------------------------------------------- | ||
|
||
This adjusts the dependency to ``~2.2.24 || ^2.7.7`` to avoid versions vulnerable to multiple command injections via malicious branch names. | ||
|
||
More details in: | ||
|
||
- https://blog.packagist.com/composer-2-7-7/ | ||
- https://github.com/advisories/GHSA-v9qv-c7wm-wgmf | ||
- https://github.com/advisories/GHSA-47f6-5gq3-vx9c | ||
|
||
|
||
* Packages: ``Flow`` | ||
|
||
`BUGFIX: First exception cannot be written in subcontext when booting <https://github.com/neos/flow-development-collection/pull/3362>`_ | ||
--------------------------------------------------------------------------------------------------------------------------------------- | ||
|
||
**Upgrade instructions** | ||
|
||
|
||
* Packages: ``Flow`` | ||
|
||
`BUGFIX: ReflectionService must always initialize <https://github.com/neos/flow-development-collection/pull/3360>`_ | ||
------------------------------------------------------------------------------------------------------------------- | ||
|
||
The ReflectionService lazy loads reflection data from cache, but every method making use of the data needs to call initialize. | ||
This change adds missing calls that seem to never happen first in regular flow applications. Still better to prevent broken reflection in case we optimize other uses in the future. | ||
|
||
* Packages: ``Flow`` | ||
|
||
`TASK: Update "egulias/email-validator" version constraints <https://github.com/neos/flow-development-collection/pull/3356>`_ | ||
------------------------------------------------------------------------------------------------------------------------------ | ||
|
||
Updates the version constraints of "egulias/email-validator" and allows to use 4.x versions. | ||
Also removes the support of the 2.x versions | ||
|
||
* Packages: ``Flow`` | ||
|
||
`Detailed log <https://github.com/neos/flow-development-collection/compare/8.3.9...8.3.10>`_ | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
9 changes: 9 additions & 0 deletions
9
Neos.Flow/Documentation/TheDefinitiveGuide/PartV/ChangeLogs/8311.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
`8.3.11 (2024-09-17) <https://github.com/neos/flow-development-collection/releases/tag/8.3.11>`_ | ||
================================================================================================ | ||
|
||
Overview of merged pull requests | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
|
||
`Detailed log <https://github.com/neos/flow-development-collection/compare/8.3.10...8.3.11>`_ | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
48 changes: 48 additions & 0 deletions
48
Neos.Flow/Documentation/TheDefinitiveGuide/PartV/ChangeLogs/8312.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
`8.3.12 (2024-11-18) <https://github.com/neos/flow-development-collection/releases/tag/8.3.12>`_ | ||
================================================================================================ | ||
|
||
Overview of merged pull requests | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
`BUGFIX: Fix unit test for changed logging <https://github.com/neos/flow-development-collection/pull/3409>`_ | ||
------------------------------------------------------------------------------------------------------------ | ||
|
||
* See: `#3408 <https://github.com/neos/flow-development-collection/issues/3408>`_ | ||
|
||
* Packages: ``Flow`` ``Flow.Log`` | ||
|
||
`BUGFIX: Always add space between IP and severity in file logs <https://github.com/neos/flow-development-collection/pull/3408>`_ | ||
-------------------------------------------------------------------------------------------------------------------------------- | ||
|
||
For all IP addresses of length 15 or longer (most ipv6 addresses) no space was added between the IP address and the Severity. | ||
|
||
This bugfix always adds a space character between IP and severity. | ||
|
||
**Review instructions** | ||
|
||
Check if IPv6 addresses are separated with a space in log files. | ||
|
||
|
||
* Packages: ``Flow`` ``Flow.Log`` | ||
|
||
`TASK: Use `SCAN` for redis flush <https://github.com/neos/flow-development-collection/pull/3387>`_ | ||
--------------------------------------------------------------------------------------------------- | ||
|
||
This should speed up flush operations and lower the load on Redis. | ||
|
||
**Review instructions** | ||
|
||
The functional tests run ``flush()``… | ||
|
||
|
||
* Packages: ``Cache`` | ||
|
||
`TASK: Drop code for PHP < 8 <https://github.com/neos/flow-development-collection/pull/3412>`_ | ||
---------------------------------------------------------------------------------------------- | ||
|
||
This drops code that was only executed on PHP < 8.0, and thus will never ever be run again. | ||
|
||
* Packages: ``Flow`` | ||
|
||
`Detailed log <https://github.com/neos/flow-development-collection/compare/8.3.11...8.3.12>`_ | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.