Skip to content

Releases: christoph-kluge/bref-sqs-laravel

Added support for bref/bref 1.3.*

10 Feb 11:32
Compare
Choose a tag to compare

Changes

Adds Laravel 8.32.0+ {--rest} options support

10 Aug 22:18
Compare
Choose a tag to compare

Changes

  • Added rest option to SqsWorkCommand for laravel version 8.32.0 (7853add by korridor)

Laravel 8: Adds support for chained jobs

05 Mar 17:06
Compare
Choose a tag to compare

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

17 Feb 07:31
Compare
Choose a tag to compare

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)

19 Sep 20:46
Compare
Choose a tag to compare
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

14 Jan 18:06
Compare
Choose a tag to compare
0.0.3

Added version support inside the readme

Adopted composer.json to support laravel's autoloading

13 Jan 22:21
Compare
Choose a tag to compare
0.0.2

Fixed composer.json to autoload the proper service provider

Initial extraction into a separate project

13 Jan 22:16
Compare
Choose a tag to compare
0.0.1

Initial commit to support natively sqs event sourcing via bref