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/octane
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.5
Choose a base ref
...
head repository: laravel/octane
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.6
Choose a head ref
  • 8 commits
  • 17 files changed
  • 10 contributors

Commits on Mar 12, 2024

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    41051a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. [2.x] Make commands lazy (#857)

    * Make commands lazy
    
    * Fix soft dependency
    
    * Sort packages
    timacdonald committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6133c1c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. [2.x] Fixes Swoole PUT|PATCH|DELETE requests on Laravel 11 (#862)

    * Use InputBag instead of ParameterBag
    
    Use InputBag instead of ParameterBag
    
    * Adds tests
    
    * Runs only on Swoole
    
    ---------
    
    Co-authored-by: sy-records <52o@qq52o.cn>
    nunomaduro and sy-records committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    66cb38a View commit details
    Browse the repository at this point in the history
  2. [2.x] Closes monolog handlers by event listener if the worker stops (#…

    …854)
    
    * Implement close monolog handler listener including test
    
    * Fix code styling
    
    * Rename test case
    
    * Fix test class name
    
    * Negative unit test
    
    * Revert test
    
    * Revert test
    on-behalf-of: @e-solutions-GmbH <info@esolutions.de>
    
    * Update octane.php
    
    * formatting
    
    ---------
    
    Co-authored-by: NiroDeveloper <NiroDeveloper@users.noreply.github.com>
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    3 people committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    14a0eca View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Fix undefined array key "assets" (#864)

    * Fix undefined array key "assets"
    
    * Update InstallsFrankenPhpDependencies.php
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    sy-records and taylorotwell committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    605401e View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    StyleCIBot committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    518e768 View commit details
    Browse the repository at this point in the history
  3. Ensure HTTP server port is available (#852)

    * Ensure HTTP server port is available
    
    * Uses specific code for frankenphp
    
    * Update InteractsWithServers.php
    
    * Update StartRoadRunnerCommand.php
    
    ---------
    
    Co-authored-by: Nuno Maduro <enunomaduro@gmail.com>
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    3 people committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fbc86fb View commit details
    Browse the repository at this point in the history
  4. Fix code styling

    taylorotwell authored and github-actions[bot] committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a787730 View commit details
    Browse the repository at this point in the history
Loading