shiftonelabs/laravel-sqs-fifo-queue
Adds a Laravel queue driver for Amazon SQS FIFO queues.
3.0.3
7.1M downloads/mo
#1736 most downloaded on Packagist
shiftonelabs/laravel-sqs-fifo-queue
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 2.5 years
Nearly every release is documented
notes for 16 of 16 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
16 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
16 releases · Feb 2017 to Sep 2024
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 16-
3.0.321 Sep 2024Release notes
Open source →Fixed
- Fixed AWS SDK issue by ensuring
MessageGroupIdandMessageDeduplicationIdare sent as strings. (#28)
- Fixed AWS SDK issue by ensuring
-
3.0.221 Sep 2024Release notes
Open source →Changed
- Updated CI configs to add support for Laravel 11 and PHP 8.3.
- Updated readme with new version information.
-
3.0.111 May 2023Release notes
Open source →Fixed
- Fixed AWS SDK issue by ensuring
tokenis not included in root config options. (#24)
- Fixed AWS SDK issue by ensuring
-
3.0.009 Mar 2023Release notes
Open source →Added
- Added support for Laravel 9.x and Laravel 10.x.
- Added support for PHP 8.0, 8.1, and 8.2.
- Added a note on non-support of queued event listeners to the readme.
Removed
- Removed support for Laravel 4.1 - Laravel 8.x. These are all EOL and will never change, so version 2.1.0 will always work for them.
- Removed support for PHP 5.5 - PHP 7.4. These are all EOL and will never change, so version 2.1.0 will always work for them.
Changed
- Updated package dependencies to support new minimum Laravel and PHP versions.
- Updated CI configs to support new minimum Laravel and PHP versions.
-
2.1.006 Mar 2023Release notes
Open source →Added
- Added support for after_commit functionality that was added in Laravel 8.19.0.
-
2.0.204 Mar 2023Release notes
Open source →Changed
- Converted CI from Travis CI to Github Actions.
- Updated tests to handle changes made in AWS and Laravel 8.x.
- Updated CI config to stop running tests in Scrutinizer.
-
2.0.109 Sep 2020Release notes
Open source →Changed
- Updated CI configs to run tests on Laravel 8.x.
- Updated readme with new version information.
-
2.0.017 Jul 2020Release notes
Open source →Added
- Added support for queue suffixes that was added in Laravel 7.x.
- Added an
allow_delayconfig option to prevent thelater()method from throwing an exception. - Added tests for checking if the connector created the queue properly with the given config.
Fixed
- Fixed reading the message group and deduplicator set on queued notifications.
- Fixed reading the message group and deduplicator set on queued mailables.
-
1.2.030 Jun 2020Release notes
Open source →Added
Changed
- Updated readme with newer queue connection environment variable name as of Laravel 5.7.
- Updated readme wording about alternative AWS credentials.
Fixed
- Fixed spelling typo in the readme.
-
1.1.326 Jun 2020Release notes
Open source →Changed
- Updated ramsey/uuid dependency version to support Laravel 7.x.
- Updated CI configs to run tests on Laravel 7.x.
- Updated readme with new version information.
-
1.1.226 Jun 2020Release notes
Open source →Changed
- Support queuing job instances in Laravel 4 to support per job message groups.
- Updated readme with new support information.
- Updated CI config to remove composer memory limit and retry failed composer commands.
-
1.1.110 Dec 2019Release notes
Open source →Changed
- Support Laravel 6.x by converting string and array helpers to use support classes.
- Updated CI configs to support newest versions of Laravel and PHP.
- Updated readme with new version information.
- Added a missing test for invalid bound deduplicators.
- Cleaned up some unused use statements and variables in tests.
-
1.1.008 May 2018Release notes
Open source →Added
- New changelog.
- Support for automatic package discovery in Laravel 5.5+.
Changed
- Updated CI configs for increased test coverage.
- Allow
keyandsecretconfig keys to be omitted for alternative AWS credentials. - Updated readme with version information and message group information.
-
1.0.214 Feb 2017 -
1.0.114 Feb 2017Release notes
Open source →Fixed
- Fix FIFO connector not registering due to the deferred service provider.
-
1.0.013 Feb 2017