Releases: laravel/vapor-core
Releases · laravel/vapor-core
v2.40.0
fix: Avoid Filtering Failed Jobs Timestamp in Memory (#193) * fix: Avoid Filtering Failed Jobs Timestamp in Memory To display queue metrics, Vapor loads all `failed_jobs` and filters the period (1m, 5m, 10m, 30m, 1h, 24h, 7d, 30d) in memory. When the failed_jobs table has a large number of rows, usually as a result of not pruning failed_jobs on a regular-basis, it would cause Queue Metrics to fail with HTTP status 502. `getTable` was made public via https://github.com/laravel/framework/pull/56384 Note: In another PR, we could also filter all the other filter options (id, queue, query) * Update VaporQueueListFailedCommand.php --------- Co-authored-by: Taylor Otwell <[email protected]>
v2.39.0
- Add API Gateway request timestamp to server variables by @mortenhauberg in #192
v2.38.2
v2.38.1
v2.38.0
- Fix missing write permission for changelog updater by @olivernybroe in #189
- [2.x] Fixes support for S3-Compatible Storage like Herd minio by @pintend in #190
v2.37.11
- Laravel 12.x Compatibility by @olivernybroe in #187