Skip to content
Permalink
5.4

Commits on Jul 8, 2021

  1. 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
    fabpot committed Jul 8, 2021
  2. 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"
    fabpot committed Jul 8, 2021

Commits on Jul 7, 2021

  1. Fix CS

    Signed-off-by: Alexander M. Turek <me@derrabus.de>
    derrabus committed Jul 7, 2021
  2. Merge branch '5.3' into 5.4

    * 5.3:
      [DomCrawler] Backport type fixes
    derrabus committed Jul 7, 2021
  3. Merge branch '5.2' into 5.3

    * 5.2:
      [DomCrawler] Backport type fixes
    derrabus committed Jul 7, 2021
  4. Merge branch '4.4' into 5.2

    * 4.4:
      [DomCrawler] Backport type fixes
    derrabus committed Jul 7, 2021
  5. 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
    derrabus committed Jul 7, 2021
  6. [DomCrawler] Backport type fixes

    Signed-off-by: Alexander M. Turek <me@derrabus.de>
    derrabus committed Jul 7, 2021
  7. 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
    Tobion committed Jul 7, 2021
  8. Merge branch '5.3' into 5.4

    * 5.3:
      [ExpressionLanguage] Fix test case
    nicolas-grekas committed Jul 7, 2021
  9. Merge branch '5.2' into 5.3

    * 5.2:
      [ExpressionLanguage] Fix test case
    nicolas-grekas committed Jul 7, 2021
  10. Merge branch '4.4' into 5.2

    * 4.4:
      [ExpressionLanguage] Fix test case
    nicolas-grekas committed Jul 7, 2021
  11. Merge branch '5.3' into 5.4

    * 5.3:
      Fix bad merge
    nicolas-grekas committed Jul 7, 2021
  12. Merge branch '5.2' into 5.3

    * 5.2:
      Fix bad merge
    nicolas-grekas committed Jul 7, 2021
  13. Fix bad merge

    nicolas-grekas committed Jul 7, 2021
  14. Merge branch '5.3' into 5.4

    * 5.3:
      [Cache] fix bad merge
    nicolas-grekas committed Jul 7, 2021
  15. Merge branch '5.2' into 5.3

    * 5.2:
      [Cache] fix bad merge
    nicolas-grekas committed Jul 7, 2021
  16. [Cache] fix bad merge

    nicolas-grekas committed Jul 7, 2021
  17. Merge branch '5.3' into 5.4

    * 5.3:
      [Cache] backport type fixes
      [Cache] Remove MemcachedTrait
    nicolas-grekas committed Jul 7, 2021
  18. Merge branch '5.2' into 5.3

    * 5.2:
      [Cache] backport type fixes
      [Cache] Remove MemcachedTrait
    nicolas-grekas committed Jul 7, 2021
  19. Merge branch '4.4' into 5.2

    * 4.4:
      [Cache] backport type fixes
    nicolas-grekas committed Jul 7, 2021
  20. 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
    nicolas-grekas committed Jul 7, 2021
  21. 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
    nicolas-grekas committed Jul 7, 2021
  22. [Cache] Remove MemcachedTrait

    Signed-off-by: Alexander M. Turek <me@derrabus.de>
    derrabus committed Jul 7, 2021

Commits on Jul 6, 2021

  1. Merge branch '5.3' into 5.4

    * 5.3:
      [Security] Make fixture compatible with both 5.x and 6.x
    chalasr committed Jul 6, 2021
  2. 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
    chalasr committed Jul 6, 2021
  3. 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
    chalasr committed Jul 6, 2021
  4. 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
    nicolas-grekas committed Jul 6, 2021
  5. Merge branch '5.3' into 5.4

    * 5.3:
      Prepare PasswordUpgraderInterface implementations for 6.0 signatures
      [Console] SymfonyStyle - add string type to confirm() $question by contract
    nicolas-grekas committed Jul 6, 2021
  6. Merge branch '5.2' into 5.3

    * 5.2:
      [Console] SymfonyStyle - add string type to confirm() $question by contract
    nicolas-grekas committed Jul 6, 2021
  7. 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
    nicolas-grekas committed Jul 6, 2021
Older