Skip to content
/ mailer Public
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/mailer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.15
Choose a base ref
...
head repository: symfony/mailer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.16
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 4, 2022

  1. [Mailer] Stream timeout not detected due to checking only string resu…

    …lt of function fgets
    Sezil authored and fabpot committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    554b8c0 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.4

    * 4.4:
      [Mailer] Stream timeout not detected due to checking only string result of function fgets
      don not set http_version instead of setting it to null
      [DependencyInjection] don't move locator tag for service subscriber
      Fix the notification email theme for asynchronously dispatched emails
      Update actions in the CI to move away from the deprecated runtime
      Use 6.3 for new features
      [HttpFoundation] Check IPv6 is valid before comparing it
      Run tests with UTC to avoid daylight saving time messing with assertions
      Bump Symfony version to 4.4.49
      Update VERSION for 4.4.48
      Update CONTRIBUTORS for 4.4.48
      Update CHANGELOG for 4.4.48
    nicolas-grekas committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    501ac1c View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.4' into 6.0

    * 5.4:
      [Messenger] Use :memory: for SQLite tests
      [Mailer] Stream timeout not detected due to checking only string result of function fgets
      don not set http_version instead of setting it to null
      [DependencyInjection] don't move locator tag for service subscriber
      Fix search scope when performing fallback mapping driver detection
      Fix the notification email theme for asynchronously dispatched emails
      Update the CI setup to use the new output file
      Update actions in the CI to move away from the deprecated runtime
      Use 6.3 for new features
      [HttpFoundation] Check IPv6 is valid before comparing it
      Run tests with UTC to avoid daylight saving time messing with assertions
      Bump Symfony version to 5.4.16
      Update VERSION for 5.4.15
      Update CHANGELOG for 5.4.15
      Bump Symfony version to 4.4.49
      Update VERSION for 4.4.48
      Update CONTRIBUTORS for 4.4.48
      Update CHANGELOG for 4.4.48
      [DependencyInjection] Don't autoconfigure tag when it's already set with attributes
    nicolas-grekas committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    aa47b34 View commit details
    Browse the repository at this point in the history
Loading