Skip to content

Releases: laravel/vapor-core

v2.14.2

05 Oct 09:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.14.1...v2.14.2

v2.14.1

05 Oct 09:36
076e149
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.14.0...v2.14.1

v2.14.0

04 Oct 09:31
1da09bf
Compare
Choose a tag to compare
Merge pull request #95 from laravel/feat/octane

[2.x] Allows environments to use "Octane"

v2.13.1

30 Sep 11:54
102d032
Compare
Choose a tag to compare
[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

30 Sep 11:54
1dbee6c
Compare
Choose a tag to compare
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

30 Aug 14:08
5865ee7
Compare
Choose a tag to compare
Avoids having `strings` as `content-length` (#92)

v2.12.2

16 Jun 08:12
b873037
Compare
Choose a tag to compare
    load secrets into (#89)

v2.12.1

08 Jun 16:27
Compare
Choose a tag to compare
   respect after_commit

v2.12.0

16 Apr 10:55
Compare
Choose a tag to compare
Revert "Allows access to the underlying lambda event (#87)"

This reverts commit f19ec0be4edfbe2a35c4e4db9f376e580b7b2745.

v2.11.0

14 Apr 14:11
f19ec0b
Compare
Choose a tag to compare
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