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/notifier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 33e9149
Choose a base ref
...
head repository: symfony/notifier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ae192b1
Choose a head ref
  • 15 commits
  • 16 files changed
  • 5 contributors

Commits on Jun 2, 2025

  1. Allow Symfony ^8.0

    nicolas-grekas committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    22d28ef View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

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

Commits on Jun 20, 2025

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

Commits on Jul 2, 2025

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

Commits on Jul 24, 2025

  1. Fix typos

    nicolas-grekas committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    c33e5a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:
      [Serializer] Make data provider return type match its PHPDoc
      fix fixture files locations
      resolve conflict
      [Console] Fix `TreeHelper::addChild` when providing a string
      [Serializer] Handle invalid mapping type property type
      [Config] Do not generate unreachable configuration paths
      [WebProfilerBundle] Fix missing indent on non php files opended in the profiler
      [Serializer] Add missing CHANGELOG entry
      [Validator] Add `min` and `max` in both error messages of `LengthValidator`
      remove docblocks for deprecated argument types
      [ObjectMapper] skip reading uninitialized values
      [Security] Support union type for `#[CurrentUser]` attribute
      Fix typos
      [Serializer] Add CDATA_WRAPPING_NAME_PATTERN support to XmlEncoder
      [JsonPath] Fix parsing invalid Unicode codepoints
      [FrameworkBundle] Fix cache warmers tests
      [AssetMapper] Add support for loading JSON using import statements
      [BrowserKit] Add PHPUnit constraints: `BrowserHistoryIsOnFirstPage` and `BrowserHistoryIsOnLastPage`
    xabbuh committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    9b2971a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. run tests using PHPUnit 11.5

    xabbuh committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    4c46b6d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:
      run tests using PHPUnit 11.5
      make data provider static
      [Lock] Fix using fractional TTLs on all platforms
      [Lock] Fixes an issue with PostgreSQL when using fractional TTLs
      [Console][Table] Fix unnecessary wrapping
      [DependencyInjection] Deprecate registering a service without a class when its id is a non-existing FQCN
      disable detecting modified indexes with DBAL 4.3
      [cache] RedisTrait::doFetch should use pipeline instead of mget for Relay\Cluster
      relax assertions for forward compatibility with Symfony 7.4
      [Console][Table] Fix invalid UTF-8 due to text wrapping
    nicolas-grekas committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    4d34c1c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    e2e1ecd View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:
      replace PHPUnit annotations with attributes
    nicolas-grekas committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    57e96c0 View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.4' into 8.0

    * 7.4:
      CS fixes
    nicolas-grekas committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    ea682e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      Fix remaining SplObjectStorage deprecation
      Remove calls to no-op functions, deprecated in PHP 8.5
      Remove deprecated calls to deprecated methods of SplObjectStorage
      [Messenger] Show package installation hint also for amqps
      [TypeInfo] Fix converting list to string
    nicolas-grekas committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    1ac94c1 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:
      Fix remaining SplObjectStorage deprecation
      Remove calls to no-op functions, deprecated in PHP 8.5
      Remove deprecated calls to deprecated methods of SplObjectStorage
      [Messenger] Show package installation hint also for amqps
      [TypeInfo] Fix converting list to string
    nicolas-grekas committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    1c84036 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

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

Commits on Nov 5, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4: (21 commits)
      [ObjectMapper] lazy loading
      [Filesystem] Unify logic for isAbsolute() in Path
      [DependencyInjection] Include return type in AppReference shape
      [Finder] Make method calls explicit in ExcludeDirectoryFilterIterator
      [Cache] Remove unset call on undefined variable in PhpArrayAdapter
      [Twig] Ensure WrappedTemplatedEmail::getReturnPath() returns a string
      [Routing] Simplify importing routes defined on controller services
      Fix tests
      [DependendcyInjection] Improve shape for "from_callable" definitions
      [PHPDoc] Fix various PHPDoc syntax errors
      [Console] Add missing VERBOSITY_SILENT case in CommandDataCollector
      [Notifier] Remove unused $transportName argument in EmailChannel::notify()
      [Translation] Remove an unused argument passed to parseNode() method
      [HttpClient] Reject 3xx pushed responses
      [Serializer] Use Asia/Tokyo instead of Japan in tests
      [ProxyManagerBridge] Remove comment that reference github discussion
      [JsonPath] Remove unused "nothing" property from JsonCrawler
      [ErrorHandler] Improve PHPDoc precision in SerializerErrorRenderer
      [Routing] Fix matching the "0" URL
      [Form] Fix EnumType choice_label logic for grouped choices
      ...
    nicolas-grekas committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    ae192b1 View commit details
    Browse the repository at this point in the history
Loading