Releases: christoph-kluge/bref-sqs-laravel
Releases · christoph-kluge/bref-sqs-laravel
Added support for bref/bref 1.3.*
Adds Laravel 8.32.0+ {--rest} options support
Laravel 8: Adds support for chained jobs
L8+ changed its internal behavior for the Queue->push()
method to provide better support for chained jobs.
This was not discovered before because the usage of $this->container
was not there. The previous push method was directly pushig into SQS.
Initial stable version ; Adds Laravel 8 Support
I am using this now throughout several laravel version for at least 1year. So far no issues discovered.
Since I'm supporting most laravel versions and also the most recent bref versions I would consider this as stable.
Bumps symfony/http-kernel from 4.4.2 to 4.4.13 (security vulnerability)
Bump symfony/http-kernel from 4.4.2 to 4.4.13 Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 4.4.2 to 4.4.13. - [Release notes](https://github.com/symfony/http-kernel/releases) - [Changelog](https://github.com/symfony/http-kernel/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/http-kernel/compare/v4.4.2...v4.4.13) Signed-off-by: dependabot[bot] <[email protected]>
Supporting laravel 5.8+ and Laravel 6.x
0.0.3 Added version support inside the readme
Adopted composer.json to support laravel's autoloading
0.0.2 Fixed composer.json to autoload the proper service provider
Initial extraction into a separate project
0.0.1 Initial commit to support natively sqs event sourcing via bref