From 1492915785ce15a803be818ec9b06be4f9c3f83d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 18 Nov 2024 10:12:53 +0000 Subject: [PATCH] TASK: Add changelog for 8.3.12 [skip ci] See https://jenkins.neos.io/job/flow-release/457/ --- .../PartV/ChangeLogs/8312.rst | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Neos.Flow/Documentation/TheDefinitiveGuide/PartV/ChangeLogs/8312.rst diff --git a/Neos.Flow/Documentation/TheDefinitiveGuide/PartV/ChangeLogs/8312.rst b/Neos.Flow/Documentation/TheDefinitiveGuide/PartV/ChangeLogs/8312.rst new file mode 100644 index 0000000000..f3886cbc8f --- /dev/null +++ b/Neos.Flow/Documentation/TheDefinitiveGuide/PartV/ChangeLogs/8312.rst @@ -0,0 +1,48 @@ +`8.3.12 (2024-11-18) `_ +================================================================================================ + +Overview of merged pull requests +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +`BUGFIX: Fix unit test for changed logging `_ +------------------------------------------------------------------------------------------------------------ + +* See: `#3408 `_ + +* Packages: ``Flow`` ``Flow.Log`` + +`BUGFIX: Always add space between IP and severity in file logs `_ +-------------------------------------------------------------------------------------------------------------------------------- + +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 `_ +--------------------------------------------------------------------------------------------------- + +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 `_ +---------------------------------------------------------------------------------------------- + +This drops code that was only executed on PHP < 8.0, and thus will never ever be run again. + +* Packages: ``Flow`` + +`Detailed log `_ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~