5.4
Commits on Jul 8, 2021
-
feature #41989 [Cache] make
LockRegistry
use semaphores when possib……le (nicolas-grekas) This PR was merged into the 5.4 branch. Discussion ---------- [Cache] make `LockRegistry` use semaphores when possible | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 87632b7 [Cache] make `LockRegistry` use semaphores when possible
-
feature #41965 [Security] Deprecate "always authenticate" and "except…
…ion on no token" (wouterj) This PR was merged into the 5.4 branch. Discussion ---------- [Security] Deprecate "always authenticate" and "exception on no token" | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | yes | Tickets | Ref #41613 | License | MIT | Doc PR | n/a Commits ------- 4bba287 [Security] Deprecate "always authenticate" and "exception on no token"
Commits on Jul 7, 2021
-
minor #42018 [DomCrawler] Backport type fixes (derrabus)
This PR was merged into the 4.4 branch. Discussion ---------- [DomCrawler] Backport type fixes | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Discovered while working on #41981. Commits ------- 6996988 [DomCrawler] Backport type fixes
-
[DomCrawler] Backport type fixes
Signed-off-by: Alexander M. Turek <me@derrabus.de>
-
bug #41782 [FrameworkBundle] fix removing "action" from route names (…
…nicolas-grekas) This PR was merged into the 5.4 branch. Discussion ---------- [FrameworkBundle] fix removing "action" from route names | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #40024 | License | MIT | Doc PR | - Commits ------- 7f4a84f [FrameworkBundle] fix removing "action" from route names
-
* 5.3: [ExpressionLanguage] Fix test case
-
* 5.2: [ExpressionLanguage] Fix test case
-
* 4.4: [ExpressionLanguage] Fix test case
-
-
-
-
* 5.3: [Cache] backport type fixes [Cache] Remove MemcachedTrait
-
* 5.2: [Cache] backport type fixes [Cache] Remove MemcachedTrait
-
minor #42016 [Cache] backport type fixes (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- [Cache] backport type fixes | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Backported from #42015 Commits ------- a6a0091 [Cache] backport type fixes
-
-
minor #42014 [Cache] Remove MemcachedTrait (derrabus)
This PR was merged into the 5.2 branch. Discussion ---------- [Cache] Remove MemcachedTrait | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A This trait is not used anywhere. It had been removed once, with #31760. But it resurfaced, presumably because of a bad merge. It is flagged as ``@internal``, so I think we can safely delete it. Commits ------- 5fb4fd4 [Cache] Remove MemcachedTrait
-
Signed-off-by: Alexander M. Turek <me@derrabus.de>
Commits on Jul 6, 2021
-
* 5.3: [Security] Make fixture compatible with both 5.x and 6.x
-
minor #42008 [Security] Make fixture compatible with both 5.x and 6.x…
… (chalasr) This PR was merged into the 5.3 branch. Discussion ---------- [Security] Make fixture compatible with both 5.x and 6.x | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Last one needed to make #41982 green hopefully. Commits ------- 0a240eb [Security] Make fixture compatible with both 5.x and 6.x
-
bug #42006 [Cache] Adding missing class name in deprecation notice (w…
…eaverryan) This PR was merged into the 5.4 branch. Discussion ---------- [Cache] Adding missing class name in deprecation notice | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | none | License | MIT | Doc PR | not needed Hi! Just a missing placeholder for the `%s` - noticed in the symfony/ux test suite. Cheers! Commits ------- 6b4866a Adding missing class name in deprecation notice
-
-
-
minor #41999 Stop using service "session" in our tests (jderusse)
This PR was merged into the 5.4 branch. Discussion ---------- Stop using service "session" in our tests | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - This PR makes tests suite compatible with `symfony/framework-bundle:6.0` without `session` service Commits ------- e46aef0 Stop using service "session" in our tests
-
* 5.3: Prepare PasswordUpgraderInterface implementations for 6.0 signatures [Console] SymfonyStyle - add string type to confirm() $question by contract
-
* 5.2: [Console] SymfonyStyle - add string type to confirm() $question by contract
-
minor #42001 Prepare PasswordUpgraderInterface implementations for 6.…
…0 signature (chalasr) This PR was merged into the 5.3 branch. Discussion ---------- Prepare PasswordUpgraderInterface implementations for 6.0 signature | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Makes implementations compatible with both 5.x and 6.x to make #41982 green. Commits ------- 5ca9403 Prepare PasswordUpgraderInterface implementations for 6.0 signatures