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/amazon-mailer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.24
Choose a base ref
...
head repository: symfony/amazon-mailer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Choose a head ref
  • 20 commits
  • 8 files changed
  • 9 contributors

Commits on May 23, 2023

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

Commits on Jul 27, 2023

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

Commits on Dec 10, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      fix merge
      [VarDumper] Test intl formatter broken since dumper does not replace the nnbsp character by standard space
      [WebProfilerBundle] Fix intercept external redirects
      [Webhook] Added missing XML attribute in config XSD
      [String] Skip a test when an issue is detected in PCRE2
      [ExpressionLanguage] Fix null coalescing propagation
      [Mailer] Stop using the (local) AWS shared configuration in the PHPUnit tests.
      detect colors on not windows
      fix xterm detection
      refactor: hyper check
      Missing translations for Slovak (sk) #51954
      Remove redundant PHPdoc line
      properly handle SYMFONY_DOTENV_VARS being the empty string
      Avoid incompatibility with symfony/console 7
      bug #45057 [Messenger] Avoid reconnecting active Redis connections.
      [HttpKernel] Catch `TypeError` if the wrong type is used in `BackedEnumValueResolver`
      [Serializer] fix regression where nullable int cannot be serialized
      do not overwrite an application's default serialization context
    xabbuh committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    dc7e582 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

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

Commits on Jan 23, 2024

  1. Merge branch '6.4' into 7.0

    * 6.4:
      Fix implicitly-required parameters
      minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
      Fix bad merge
      List CS fix in .git-blame-ignore-revs
      Fix implicitly-required parameters
      List CS fix in .git-blame-ignore-revs
      Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
      [Messenger][AmazonSqs] Allow async-aws/sqs version 2
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    89a6808 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.0' into 7.1

    * 7.0:
      List CS fix in .git-blame-ignore-revs
      Fix implicitly-required parameters
      minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
      Fix bad merge
      List CS fix in .git-blame-ignore-revs
      Fix implicitly-required parameters
      List CS fix in .git-blame-ignore-revs
      Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
      [Messenger][AmazonSqs] Allow async-aws/sqs version 2
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ce2172a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Apr 18, 2024

  1. Merge branch '6.4' into 7.0

    * 6.4:
      Auto-close PRs on subtree-splits
      review German translation
    nicolas-grekas committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bb4d786 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.0' into 7.1

    * 7.0:
      Auto-close PRs on subtree-splits
      review German translation
    nicolas-grekas committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    95b6f7f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge branch '6.4' into 7.0

    * 6.4:
      Remove subtree split checks
      Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
    fabpot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9a54fa3 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.0' into 7.1

    * 7.0:
      Remove subtree split checks
      Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
    fabpot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    968976a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Prefix all sprintf() calls

    derrabus committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7a83922 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Update .gitattributes

    fabpot committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f3d3082 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Sep 23, 2024

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

Commits on Sep 25, 2024

  1. Merge branch '6.4' into 7.1

    * 6.4:
      Add PR template and auto-close PR on subtree split repositories
    nicolas-grekas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ec1fb92 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1:
      Add PR template and auto-close PR on subtree split repositories
    nicolas-grekas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b46db82 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. feature #58351 [Mailer] deprecate the TransportFactoryTestCase (xabbuh)

    This PR was merged into the 7.2 branch.
    
    Discussion
    ----------
    
    [Mailer] deprecate the TransportFactoryTestCase
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.2
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | yes
    | Issues        |
    | License       | MIT
    
    Commits
    -------
    
    e878066cac8 deprecate the TransportFactoryTestCase
    nicolas-grekas committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    7dd2250 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

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

Commits on Feb 26, 2025

  1. [Mailer] [Amazon] Support for custom headers in ses+api

    Updated the CHANGELOG to reflect the addition of custom headers support in the Amazon SES API mailer. This change will be available starting from version 7.3 instead of 7.2 as per #58761.
    Spomky committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    7266d42 View commit details
    Browse the repository at this point in the history
Loading