1. 13 Mar, 2022 1 commit
    • Alexander M. Turek's avatar
      Merge branch '4.4' into 5.4 · 7dd62932
      Alexander M. Turek authored
      * 4.4:
        Remove extra space in NotificationEmail
        Fix the usage of the Valid constraints in array-based forms
        [DI] fix `ServiceSubscriberTrait` bug where parent has `__call()`
        [HttpClient] Fix reading proxy settings from dotenv when curl is used
        [Process] Don't return executable directories in PhpExecutableFinder
        Center icons vertically in trace list
      7dd62932
  2. 08 Mar, 2022 1 commit
  3. 28 Feb, 2022 1 commit
  4. 27 Feb, 2022 4 commits
  5. 24 Feb, 2022 1 commit
    • Nicolas Grekas's avatar
      Merge branch '4.4' into 5.4 · 7ac0d8d6
      Nicolas Grekas authored
      * 4.4:
        [Serializer] Fix passing null to str_contains()
        [DependencyInjection] Don't reset env placeholders during compilation
        [HttpClient] Fix overriding default options with null
        [DependencyInjection] Clarify that using expressions in parameters is not allowed
        [GHA] Cancel running CI jobs when a PR is updated
        [Validator] Improve tests for the Image and File constraints
        [Validator][Tests] Fix AssertingContextualValidator not throwing on remaining expectations
      7ac0d8d6
  6. 23 Feb, 2022 1 commit
  7. 04 Feb, 2022 3 commits
  8. 01 Feb, 2022 1 commit
  9. 22 Jan, 2022 2 commits
    • Fabien Potencier's avatar
      Merge branch '5.3' into 5.4 · a5a467b6
      Fabien Potencier authored
      * 5.3:
        Throw exception if incompatible version of psr/simple-cache is used
        [DependencyInjection] copy synthetic status when resolving child definitions
        [HttpClient] Fix Failed to open stream: Too many open files
        [Console] use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors
        [Cache] Set mtime of cache files 1 year into future if they do not expire
        [DependencyInjection] remove arbitratry limitation to exclude inline services from bindings
      a5a467b6
    • Fabien Potencier's avatar
      Merge branch '4.4' into 5.3 · 692eace5
      Fabien Potencier authored
      * 4.4:
        Throw exception if incompatible version of psr/simple-cache is used
        [DependencyInjection] copy synthetic status when resolving child definitions
        [HttpClient] Fix Failed to open stream: Too many open files
        [Console] use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors
        [Cache] Set mtime of cache files 1 year into future if they do not expire
        [DependencyInjection] remove arbitratry limitation to exclude inline services from bindings
      692eace5
  10. 19 Jan, 2022 1 commit
  11. 17 Jan, 2022 2 commits
    • Nicolas Grekas's avatar
      Merge branch '5.3' into 5.4 · 1a407ebb
      Nicolas Grekas authored
      * 5.3:
        [HttpClient] fix resetting DNS/etc when calling CurlHttpClient::reset()
        Fix invalid guess with enumType
        [HttpClient] Remove deprecated usage of GuzzleHttp\Promise\promise_for
      1a407ebb
    • Nicolas Grekas's avatar
      Merge branch '4.4' into 5.3 · 50e00e44
      Nicolas Grekas authored
      * 4.4:
        [HttpClient] fix resetting DNS/etc when calling CurlHttpClient::reset()
        Fix invalid guess with enumType
      50e00e44
  12. 13 Jan, 2022 1 commit
  13. 12 Jan, 2022 4 commits
    • plozmun's avatar
    • Nicolas Grekas's avatar
      Merge branch '5.3' into 5.4 · 5797d317
      Nicolas Grekas authored
      * 5.3:
        [HttpClient] Remove deprecated usage of `GuzzleHttp\Promise\queue`
        [PropertyAccess] Fix handling of uninitialized property of anonymous class
        [FrameworkBundle] Allow default cache pools to be overwritten by user
        [DependencyInjection] fix test
        ResolveBindingsPass remove loading of class iterable
        [FrameworkBundle] Avoid calling rtrim(null, '/') in AssetsInstallCommand
        [DependencyInjection] Fix nested env var with resolve processor
        Allow OutputFormatter::escape() to be used for escaping URLs used in <href>
        allow a zero time-limit
        [DependencyInjection] Ignore argument type check in CheckTypeDeclarationsPass if it's a Definition with a factory
        [Validators] Add translations for Slovak #43735
      5797d317
    • Nicolas Grekas's avatar
      Merge branch '4.4' into 5.3 · 6a4ab5fd
      Nicolas Grekas authored
      * 4.4:
        [HttpClient] Remove deprecated usage of `GuzzleHttp\Promise\queue`
        [PropertyAccess] Fix handling of uninitialized property of anonymous class
        [DependencyInjection] fix test
        ResolveBindingsPass remove loading of class iterable
        [FrameworkBundle] Avoid calling rtrim(null, '/') in AssetsInstallCommand
        [DependencyInjection] Fix nested env var with resolve processor
        Allow OutputFormatter::escape() to be used for escaping URLs used in <href>
        allow a zero time-limit
        [DependencyInjection] Ignore argument type check in CheckTypeDeclarationsPass if it's a Definition with a factory
        [Validators] Add translations for Slovak #43735
      6a4ab5fd
    • Graham Campbell's avatar
  14. 02 Jan, 2022 3 commits
    • Fabien Potencier's avatar
      Merge branch '5.3' into 5.4 · de370b6b
      Fabien Potencier authored
      * 5.3:
        Bump license year
        Bump license year
        [HttpClient] Turn negative timeout to a very long timeout
        Features goes to 6.x branch
        fix lowest required PropertyInfo component release
        [Validator] throw when Constraint::_construct() has not been called
        Bump Symfony version to 5.3.14
        Update VERSION for 5.3.13
        Update CHANGELOG for 5.3.13
        Bump Symfony version to 4.4.37
        Update VERSION for 4.4.36
        Update CONTRIBUTORS for 4.4.36
        Update CHANGELOG for 4.4.36
        Allow symfony/runtime plugin
      de370b6b
    • Fabien Potencier's avatar
      Merge branch '4.4' into 5.3 · 67999168
      Fabien Potencier authored
      * 4.4:
        Bump license year
        [HttpClient] Turn negative timeout to a very long timeout
        Features goes to 6.x branch
        [Validator] throw when Constraint::_construct() has not been called
        Bump Symfony version to 4.4.37
        Update VERSION for 4.4.36
        Update CONTRIBUTORS for 4.4.36
        Update CHANGELOG for 4.4.36
        Allow symfony/runtime plugin
      67999168
    • Fabien Potencier's avatar
      Bump license year · 09a4fef4
      Fabien Potencier authored
      09a4fef4
  15. 31 Dec, 2021 1 commit
  16. 29 Dec, 2021 5 commits
  17. 25 Dec, 2021 3 commits
    • Nicolas Grekas's avatar
      Merge branch '5.3' into 5.4 · 0ea5f172
      Nicolas Grekas authored
      * 5.3:
        [HttpClient] mark test transient
        [Mime] Fix test
        [Translation] Fix TranslationPullCommand with ICU translations
        Allow package-versions-deprecated plugin
        Update security.lb.xlf
        [Notifier] Use correct factory for the msteams transport
        Fix SessionListener without session in request
        Remove direct dependency on composer/package-versions-deprecated
        Remove the unused dependency on composer/package-versions-deprecated
        [Security/Http] Fix cookie clearing on logout
        [HttpClient] fix checking for recent curl consts
      0ea5f172
    • Nicolas Grekas's avatar
      Merge branch '4.4' into 5.3 · 6783f79a
      Nicolas Grekas authored
      * 4.4:
        [HttpClient] mark test transient
        [Mime] Fix test
        Allow package-versions-deprecated plugin
        Update security.lb.xlf
      6783f79a
    • Nicolas Grekas's avatar
      [HttpClient] mark test transient · d3e77ae2
      Nicolas Grekas authored
      d3e77ae2
  18. 21 Dec, 2021 1 commit
  19. 16 Dec, 2021 4 commits