Skip to content

Releases: brefphp/laravel-bridge

1.2.1

15 Dec 12:15
c009c8f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

26 Feb 13:18
0abe1e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.3...1.2.0

1.1.3

01 Nov 17:28
36111f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.1.3

1.1.2

19 Oct 15:21
016cfd8
Compare
Choose a tag to compare

What's Changed

  • Update the serverless.yml template: remove the deprecated package.exclude syntax + switch to PHP 8 by @t-richard in #56

Full Changelog: 1.1.1...1.1.2

1.1.1

11 Oct 13:16
14ca0c5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

21 Jul 13:35
Compare
Choose a tag to compare

New php artisan vendor:publish --tag=serverless-worker command to create worker.php.

The documentation also now uses Lift to create the SQS queue. That is much simpler than using CloudFormation.

1.0.1

15 Jun 11:20
159ec6d
Compare
Choose a tag to compare

Make sure view.compiled is correctly defined #39

1.0.0

26 Nov 18:40
4abfb13
Compare
Choose a tag to compare

Upgrade to Bref 1.0 and PHP 8.

There are no BC breaks in this package, however read the upgrade guide of Bref 1.0 to see if you need to update anything.

0.2.3

14 Nov 17:53
4a264c1
Compare
Choose a tag to compare

#19 SQS worker exceptions are now correctly reported to error handlers defined in Laravel

0.2.2

17 Sep 06:37
81e2fe0
Compare
Choose a tag to compare

#13 Support Laravel 8