-
Notifications
You must be signed in to change notification settings - Fork 322
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.12.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: laravel/octane
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 7 files changed
- 10 contributors
Commits on Aug 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4a46a6c - Browse repository at this point
Copy the full SHA 4a46a6cView commit details
Commits on Sep 7, 2025
-
FrankenPHP: show worker startup errors if
APP_DEBUG=true(#1055)* Explicitly checks for debug mode on error. * Explicitly checks for debug mode on worker start error. * style ci --------- Co-authored-by: a.stecher <a.stecher@sportradar.com>
Configuration menu - View commit details
-
Copy full SHA for 7cbb80a - Browse repository at this point
Copy the full SHA 7cbb80aView commit details
Commits on Sep 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0ad4024 - Browse repository at this point
Copy the full SHA 0ad4024View commit details
Commits on Sep 20, 2025
-
Replace Octane::writeError with die statements (#1057)
the autoloader still not exist so it can not find the class
Configuration menu - View commit details
-
Copy full SHA for 7b70211 - Browse repository at this point
Copy the full SHA 7b70211View commit details -
Configuration menu - View commit details
-
Copy full SHA for f76a44e - Browse repository at this point
Copy the full SHA f76a44eView commit details
Commits on Sep 23, 2025
-
Advance worker initialization in frankenphp-worker (#1059)
* Advance worker initialization in frankenphp-worker * Optimize debugMode * Update frankenphp-worker.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for 172e61d - Browse repository at this point
Copy the full SHA 172e61dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63d41c5 - Browse repository at this point
Copy the full SHA 63d41c5View commit details
Commits on Oct 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 21fd622 - Browse repository at this point
Copy the full SHA 21fd622View commit details
Commits on Oct 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f41a19a - Browse repository at this point
Copy the full SHA f41a19aView commit details
Commits on Oct 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c9ca504 - Browse repository at this point
Copy the full SHA c9ca504View commit details
Commits on Oct 24, 2025
-
fix(concurrency): skip Octane::concurrently when no tasks to prevent …
…false TaskTimeoutException (#1071) This patch prevents unnecessary calls to Octane::concurrently() when the $tasks array is empty. Without this guard, Octane sometimes triggers a misleading TaskTimeoutException: Task timed out after 30000 milliseconds — even when there are no actual tasks to run. This happens because Octane initializes the task pool regardless of input size, and an empty collection causes its internal wait cycle to expire. By returning an empty array early, we: avoid wasting resources initializing a no-op concurrent pool; prevent false timeouts and misleading error logs; improve the reliability of concurrency handling for cases where dynamic task lists may be empty.
Configuration menu - View commit details
-
Copy full SHA for 558abf7 - Browse repository at this point
Copy the full SHA 558abf7View commit details
Commits on Oct 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 20b741b - Browse repository at this point
Copy the full SHA 20b741bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.12.1...v2.13.1