Skip to content

Releases: FoxxMD/laravel-elasticbeanstalk-cron

Added Laravel 9.x Support

17 Jun 05:33
4c392c2
Compare
Choose a tag to compare

This release will now also support Laravel 9.x.

Fixed Cron Environment Variables

28 Sep 13:05
Compare
Choose a tag to compare

This release will fix bug on the environment variables used by the cron. The values were truncated when they contains spaces.

Fixed bugs on deploy to non leader instances

06 Sep 06:56
Compare
Choose a tag to compare

This release will fix bugs happens when we deploy our app into non leader instances, or even on load balanced single instance using rolling deployment with additional batch.

Laravel 5.x - 8.x, Amazon Linux 2 support

19 Aug 04:43
ddf5d8c
Compare
Choose a tag to compare

Modified to support Amazon Linux 2 and ending support for Amazon Linux 1
Amazon Linux 1 is going to be unsupported soon, it is advised to migrate to use Amazon Linux 2
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.migration-al.html

Laravel 5.x - 8.x, Last Amazon Linux 1 support

19 Aug 04:03
258be81
Compare
Choose a tag to compare

Updated to use broader Laravel version constraint.
This will be the last version to support Amazon Linux 1, the next release will only support Amazon Linux 2.

Laravel 8.x

09 Sep 14:06
11beff9
Compare
Choose a tag to compare

Add a tag to constrain to Laravel 8.x dependencies

Laravel 7.x

09 Sep 14:04
543654b
Compare
Choose a tag to compare

Add a tag to constrain for Laravel 7.x dependencies

Laravel 6.x

09 Sep 14:02
04baed3
Compare
Choose a tag to compare

Add a tag for constraining to Laravel 6.x

Laravel 5.x

09 Sep 14:01
Compare
Choose a tag to compare

Add a tag for constraining to Laravel 5.x dependencies

v0.3

14 Nov 19:44
Compare
Choose a tag to compare
Merge pull request #14 from FoxxMD/laravel55-autodiscovery

Implement Laravel 5.5's package auto discovery