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/redis-messenger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.0-RC1
Choose a base ref
...
head repository: symfony/redis-messenger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.0
Choose a head ref
  • 18 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 13, 2024

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

    * 5.4:
      Work around parse_url() bug (bis)
      fix PHP 7.2 compatibility
      silence PHP warnings issued by Redis::connect()
      Bump Symfony version to 5.4.48
      Update VERSION for 5.4.47
      Update CHANGELOG for 5.4.47
      [Routing] Fix: lost priority when defining hosts in configuration
      fix dumping tests to skip with data providers
    nicolas-grekas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4a8fdc5 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.4' into 7.1

    * 6.4:
      Work around parse_url() bug (bis)
      Bump Symfony version to 6.4.16
      fix PHP 7.2 compatibility
      silence PHP warnings issued by Redis::connect()
      Update VERSION for 6.4.15
      Update CHANGELOG for 6.4.15
      Bump Symfony version to 5.4.48
      Update VERSION for 5.4.47
      Update CHANGELOG for 5.4.47
      [Routing] Fix: lost priority when defining hosts in configuration
      fix dumping tests to skip with data providers
    nicolas-grekas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9bea52b View commit details
    Browse the repository at this point in the history
  4. fix merge

    xabbuh committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    437746d View commit details
    Browse the repository at this point in the history
  5. Merge branch '6.4' into 7.1

    * 6.4:
      fix merge
      fix merge
    nicolas-grekas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e221f11 View commit details
    Browse the repository at this point in the history
  6. Merge branch '7.1' into 7.2

    * 7.1:
      fix merge
      fix merge
      Bump Symfony version to 7.1.9
      Work around parse_url() bug (bis)
      Update VERSION for 7.1.8
      Update CHANGELOG for 7.1.8
      Bump Symfony version to 6.4.16
      fix PHP 7.2 compatibility
      silence PHP warnings issued by Redis::connect()
      Update VERSION for 6.4.15
      Update CHANGELOG for 6.4.15
      Bump Symfony version to 5.4.48
      Update VERSION for 5.4.47
      Update CHANGELOG for 5.4.47
      [Routing] Fix: lost priority when defining hosts in configuration
      fix dumping tests to skip with data providers
    nicolas-grekas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f99cca8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    162e597 View commit details
    Browse the repository at this point in the history
  8. Merge branch '6.4' into 7.1

    * 6.4:
      [HttpFoundation] Fix test
      [HttpFoundation] Revert risk change
      [Notifier] Fix GoIpTransport
      [HttpClient] Fix catching some invalid Location headers
    nicolas-grekas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a614293 View commit details
    Browse the repository at this point in the history
  9. Merge branch '7.1' into 7.2

    * 7.1:
      [HttpFoundation] Fix test
      [HttpFoundation] Revert risk change
      [Notifier] Fix GoIpTransport
      [HttpClient] Fix catching some invalid Location headers
    nicolas-grekas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c2a907c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. fix version check to include dev versions

    for example, our Windows builds on the 7.1 branch use version 6.0.0-dev of
    the redis extension
    xabbuh committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7dd88fc View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.1

    * 6.4:
      Removed body size limit
      fix version check to include dev versions
    nicolas-grekas committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    5005cd0 View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.1' into 7.2

    * 7.1:
      Removed body size limit
      prevent failures around not existing TypeInfo classes
      fix version check to include dev versions
    nicolas-grekas committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    cd21617 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

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

Commits on Nov 25, 2024

  1. Merge branch '6.4' into 7.1

    * 6.4:
      [DoctrineBridge] Fix Connection::createSchemaManager() for Doctrine DBAL v2
      [HttpClient] Various cleanups after recent changes
      do not add child nodes to EmptyNode instances
      consider write property visibility to decide whether a property is writable
      add comment explaining why HttpClient tests are run separately
      silence warnings issued by Redis Sentinel on connection issues
    nicolas-grekas committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ee27680 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1:
      [DoctrineBridge] Fix Connection::createSchemaManager() for Doctrine DBAL v2
      [HttpClient] Various cleanups after recent changes
      do not add child nodes to EmptyNode instances
      consider write property visibility to decide whether a property is writable
      add comment explaining why HttpClient tests are run separately
      silence warnings issued by Redis Sentinel on connection issues
    nicolas-grekas committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e685e20 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. fix test

    Do not yield Redis Sentinel test data if the required environment variables
    are not configured.
    xabbuh committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f0b9704 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.1

    * 6.4:
      fix test
      [Messenger] fix `Envelope::all()` conditional return docblock
    xabbuh committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8513247 View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.1' into 7.2

    * 7.1:
      fix test
      [Messenger] fix `Envelope::all()` conditional return docblock
    xabbuh committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3895c75 View commit details
    Browse the repository at this point in the history
Loading