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: laravel/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2e986ac
Choose a base ref
...
head repository: laravel/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1ccd992
Choose a head ref
  • 16 commits
  • 22 files changed
  • 13 contributors

Commits on Nov 25, 2025

  1. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    1622ea7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a0bba View commit details
    Browse the repository at this point in the history
  3. Modernize types casting (#57914)

    Co-authored-by: Lucas Michot <lucas@zaiple.com>
    lucasmichot and Lucas Michot authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    bf3d9bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71d2dda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbaa9fa View commit details
    Browse the repository at this point in the history
  6. [12.x] add support for no mode in postgres full text search (#57915)

    * add support no mode in postgres full text search
    
    * formatting
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    opheus2 and taylorotwell authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    cef4a7b View commit details
    Browse the repository at this point in the history
  7. [12.x] Guard RedisStore::scan() results against boolean failures (#57911

    )
    
    Guard the scan() unpacks so PHP 8.5 can no longer blow up when Redis returns false.
    
    Fixes: #57908
    CicerBro authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    5defc4c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. [12.x] Fix CallQueuedClosure::displayName after batch chain (#57597) (#…

    …57881)
    
    This fixes a fatal error (`Call to undefined method Closure::getClosure()`) when a Closure is placed immediately after a Bus::batch call within a Bus::chain.
    
    The issue arose because the Closure object was passed as a raw `\Closure` instance to `CallQueuedClosure::displayName`, which incorrectly assumed it was always wrapped in a `SerializableClosure` and tried to call `getClosure()`.
    
    This patch adds a check to safely extract the underlying Closure, preventing the crash.
    
    Fixes #57597
    CreareWorks authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    5c986f2 View commit details
    Browse the repository at this point in the history
  2. Pass Laravel context through with schedule tasks (#57918)

    * Pass Laravel context through with schedule tasks
    
    * Hydrate only in console when resolving context
    
    * Update ContextServiceProvider.php
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    jradtilbrook and taylorotwell authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    e17bf44 View commit details
    Browse the repository at this point in the history
  3. [12.x] Test Improvements (#57926)

    * [12.x] Test Improvements
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    ---------
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    crynobone authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    b80abb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f40cdc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b249385 View commit details
    Browse the repository at this point in the history
  6. [12.x] Pause a queue for given seconds (#57917)

    * add a method to pause a queue for given seconds
    
    * Update facade docblocks
    
    * Update QueueManager.php
    
    * Update QueueManager.php
    
    * Update pause queue method documentation
    
    * Update pauseFor method parameter type to support multiple types
    
    * Update QueueManager.php
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    rodrigopedra and taylorotwell authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    9538b23 View commit details
    Browse the repository at this point in the history
  7. Update facade docblocks

    taylorotwell authored and github-actions[bot] committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    fc05bbb View commit details
    Browse the repository at this point in the history
  8. contract (#57934)

    taylorotwell authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    c387cbd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ccd992 View commit details
    Browse the repository at this point in the history
Loading