Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/process
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.19
Choose a base ref
...
head repository: symfony/process
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.0
Choose a head ref
  • 12 commits
  • 7 files changed
  • 4 contributors

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    31d7ad3 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Merge branch '6.0' into 6.1

    * 6.0:
      [6.0] cs fixes
      [5.4] cs fixes
      [5.3] cs fixes
      [Cache] Fix saving items with no expiration through ProxyAdapter
      CS fixes
      fix merge
      Remove pointless assignment
      [HttpClient] Fix tracing requests made after calling withOptions()
      [Cache] disable lock on CLI
      Revert "feature #41989 [Cache] make `LockRegistry` use semaphores when possible (nicolas-grekas)"
      [HttpKernel] fix how configuring log-level and status-code by exception works
      [VarDumper] add more "transient-on-macos" groups
    nicolas-grekas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    36294ab View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Merge branch '6.0' into 6.1

    * 6.0:
      [Profiler] relax return type for memory data collector
      A sprintf is missing
      Fix param annotation in HttpKernelBrowser
      [Cache] fix compat with apcu < 5.1.10
      Expand FormView key to include int
      [PropertyInfo] PhpStan extractor nested object fix
      [Console] Fix autocompletion of argument with default value
      Run `open_basedir` tests in separate processes
    derrabus committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    ef68415 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Merge branch '6.0' into 6.1

    * 6.0: (22 commits)
      Bump license year
      Bump license year
      [Validator] Error using CssColor with doctrine annotations
      [HttpClient] Turn negative timeout to a very long timeout
      Features goes to 6.x branch
      [Translation] [LocoProvider] Fix use of asset ids
      fix lowest required PropertyInfo component release
      [Validator] throw when Constraint::_construct() has not been called
      Bump Symfony version to 6.0.3
      Update VERSION for 6.0.2
      Update CHANGELOG for 6.0.2
      Bump Symfony version to 5.4.3
      Update VERSION for 5.4.2
      Update CHANGELOG for 5.4.2
      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
      ...
    fabpot committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    7a306d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Merge branch '6.0' into 6.1

    * 6.0: (27 commits)
      [DoctrineBridge] fix tests
      [HttpKernel] Fix session test cases for symfony
      [FrameworkBundle] Fix missing arguments when a serialization default context is bound
      [Runtime] Fix --env and --no-debug with dotenv_overload
      [Cache] fix merge
      cs fix
      [Finder] Fix finding VCS re-included files in excluded directory
      [Yaml] Improve the deprecation warnings for octal numbers to suggest migrating
      Fix Choice constraint with associative choices array
      [Form] UrlType should not add protocol to emails
      [Dotenv] Fix bootEnv() override with .env.local.php when the env key already exists
      Silence isatty warnings during tty detection
      [Serializer] Fix AbstractObjectNormalizer not considering pseudo type false
      [Notifier] Fix encoding of messages with FreeMobileTransport
      [Cache] workaround PHP crash
      [Console] Fix PHP 8.1 deprecation in ChoiceQuestion
      [HttpKernel] Fix compatibility with php bridge and already started php sessions
      [Notifier] smsapi-notifier - correct encoding
      Replaced full CoC text with link to documentation
      Making the parser stateless
      ...
    nicolas-grekas committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    9ad2336 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Merge branch '6.0' into 6.1

    * 6.0:
      [DoctrineBridge] Fix compatibility with doctrine/orm 3 in Id generators
      Bump Symfony version to 6.0.5
      Update VERSION for 6.0.4
      Update CHANGELOG for 6.0.4
      Bump Symfony version to 5.4.5
      Update VERSION for 5.4.4
      Update CHANGELOG for 5.4.4
      Update VERSION for 5.3.15
      Update CHANGELOG for 5.3.15
      Remove 5.3 from PR template
      Bump Symfony version to 4.4.38
      Update VERSION for 4.4.37
      Update CONTRIBUTORS for 4.4.37
      Update CHANGELOG for 4.4.37
      [Process] Update PHPDoc to use proper placeholder syntax
      Fixed functional testing description
    derrabus committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    42eca5c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    d5aec60 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Bump minimum version of PHP to 8.1

    nicolas-grekas authored and fabpot committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    e0d623c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Merge branch '6.0' into 6.1

    * 6.0:
      Make FormErrorIterator generic
      [symfony/mailjet-mailer] Fix invalid mailjet error managment
      typehint of DkimOptions algorithm wrong
      Remove extra space in NotificationEmail
      Fix the usage of the Valid constraints in array-based forms
      Fix return value of `NullToken::getUser()`
      [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
    derrabus committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    6f576dc View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Merge branch '6.0' into 6.1

    * 6.0:
      bug #45043 [ErrorHandler] ignore ``@return`` when there is an ``@template`` (nicolas-grekas)
      [Finder] fix tests on Windows
    nicolas-grekas committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    10216a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Merge branch '6.0' into 6.1

    * 6.0: (22 commits)
      Add missing license header
      Add missing license header
      [Workflow] Catch error when trying to get an uninitialized marking
      Add missing license header
      Allow usage of Provider domains if possible
      Use reference date in reverse transform Fixes #40997
      Fix env resolution in lock configuration
      Fix Symfony not working on SMB share #45990
      [Messenger] DoctrineTransportFactory works with notify and decorated PostgreSQL driver
      [Cache] make LockRegistry use static properties instead of static variables
      fix: return-path has higher priority for envelope address than from address (fixes #41322)
      [HttpClient] Fix sending content-length when streaming the body
      [Console] Header with column max width is now well wrap with separator
      Fix use_cookies framework session configuration
      [FrameworkBundle] [Command] Fix `debug:router --no-interaction` error …
      [Intl] Update the ICU data to 71.1 - 5.4
      [Intl] Update the ICU data to 71.1 - 4.4
      Add tests to messenger connection get for OraclePlatform
      [RateLimiter] Adding default empty value
      [DependencyInjection] Add TaggedIteratorArgument unit tests
      ...
    nicolas-grekas committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    453a55e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    3187184 View commit details
    Browse the repository at this point in the history
Loading