Thanks to visit codestin.com
Credit goes to github.com

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/dependency-injection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.3
Choose a base ref
...
head repository: symfony/dependency-injection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.5
Choose a head ref
  • 12 commits
  • 38 files changed
  • 3 contributors

Commits on Jan 31, 2022

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

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    8d76a70 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.4

    * 4.4:
      [Cache] Fix connecting to Redis via a socket file
      [DependencyInjection][FrameworkBundle] Fix using PHP 8.1 enum as parameters
      [PropertyAccessor] Add missing TypeError catch
      [FrameworkBundle] Fix log channel of TagAwareAdapter
      [HttpClient] Fix Content-Length header when possible
      [DependencyInjection] Don't dump polyfilled classes in preload script
    nicolas-grekas committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    7cfcb0e View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.4' into 6.0

    * 5.4:
      [Semaphore] fix tests
      [HttpClient] fix destructing CurlResponse
      [Cache] Fix connecting to Redis via a socket file
      [DependencyInjection][FrameworkBundle] Fix using PHP 8.1 enum as parameters
      [PropertyAccessor] Add missing TypeError catch
      [HttpKernel] Fixed error count by log not displayed in WebProfilerBundle
      Added `kernel.event_listener` to the default list of behavior describing tags, fixing AsEventListener attribute not working on decorators.
      [WebProfilerBundle] Fixes weird spacing in log message context/trace output
      [Notifier] fix Microsoft Teams webhook url
      [FrameworkBundle] Fix log channel of TagAwareAdapter
      [Postmark] ensure only a single tag can be used with Postmark
      [Mailer] allow Mailchimp to handle multiple TagHeader's
      [HttpClient] Fix Content-Length header when possible
      [DependencyInjection] Don't dump polyfilled classes in preload script
    nicolas-grekas committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    6c566c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Remove duplicated test

    jvasseur committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ae8d533 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Merge branch '4.4' into 5.4

    * 4.4:
      [Stopwatch] Fix test expectation
      [SecurityBundle] fix autoconfiguring Monolog's ProcessorInterface
      KernelTestCase resets internal state on tearDown
      [HttpKernel] Fix extracting controller name from closures
      [Intl] fix wrong offset timezone PHP 8.1
      Fix type binding
      Remove duplicated test
      Make document type nodes ignorable
      Initialize Symfony\Component\Security\Core\Exception\AccountStatusException:: property
    nicolas-grekas committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    8289596 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Merge branch '5.4' into 6.0

    * 5.4:
      [Messenger] Fix dealing with unexpected payload in Redis transport
      [Filesystem] Update some PHPDoc of the Path class
      [VarDumper] Fix dumping mysqli_driver instances
      Fix missing ReturnTypeWillChange attributes
      [Cache] Add missing log when saving namespace
      [HttpKernel] Reset services between requests performed by KernelBrowser
      [HttpKernel] Remove unused argument in ArgumentMetadataFactory
      [Stopwatch] Fix test expectation
      [SecurityBundle] fix autoconfiguring Monolog's ProcessorInterface
      KernelTestCase resets internal state on tearDown
      [Security/Http] Fix getting password-upgrader when user-loader is a closure
      [HttpKernel] Fix extracting controller name from closures
      [Intl] fix wrong offset timezone PHP 8.1
      Fix type binding
      Remove duplicated test
      [Dotenv] Fix reading config for symfony/runtime when running dump command
      [Serializer] Remove unnecessary break
      [Runtime] Fix dotenv_overload with commands
      Make document type nodes ignorable
      Initialize Symfony\Component\Security\Core\Exception\AccountStatusException:: property
    nicolas-grekas committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    e25596b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    9fd93fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    149e305 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. bug #45529 [DependencyInjection] Don't reset env placeholders during …

    …compilation (nicolas-grekas)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [DependencyInjection] Don't reset env placeholders during compilation
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #36466
    | License       | MIT
    | Doc PR        | -
    
    Resetting causes placeholders to be lost when the env-var-in-config is used by several bundles (from linked issue.)
    
    Commits
    -------
    
    fac5418cd8 [DependencyInjection] Don't reset env placeholders during compilation
    nicolas-grekas committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f6d1ca0 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.4

    * 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
    nicolas-grekas committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    17f31bc View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.4' into 6.0

    * 5.4:
      [Lock] Release Locks from Internal Store on Postgres waitAndSave*
      [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
    nicolas-grekas committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    481846c View commit details
    Browse the repository at this point in the history
Loading