Releases: laravel/vapor-core
Releases · laravel/vapor-core
v2.14.2
v2.14.1
What's Changed
- [2.x] Fixes terminating container by @nunomaduro in #99
Full Changelog: v2.14.0...v2.14.1
v2.14.0
Merge pull request #95 from laravel/feat/octane [2.x] Allows environments to use "Octane"
v2.13.1
[2.x] Allows persisting database sessions between queue jobs (#97) * Allows to persist database connections on queue lambda * Apply fixes from StyleCI * Fixes comparision * Update QueueHandler.php * Update QueueHandler.php Co-authored-by: Taylor Otwell <[email protected]> Co-authored-by: Taylor Otwell <[email protected]>
v2.13.0
Allows to return a custom json 503 (#94) * Allows to return a custom json 503 * Apply fixes from StyleCI * Adds missing import Co-authored-by: Taylor Otwell <[email protected]>
v2.12.3
Avoids having `strings` as `content-length` (#92)
v2.12.2
v2.12.1
v2.12.0
Revert "Allows access to the underlying lambda event (#87)" This reverts commit f19ec0be4edfbe2a35c4e4db9f376e580b7b2745.
v2.11.0
Allows access to the underlying lambda event (#87) * Adds access to the underlying event * Ensure an event exists when not running on Vapor * Apply fixes from StyleCI (#88) * Renames Event to LambdaEvent