Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Releases: Webador/SlmQueueSqs

Migration to Laminas

04 Dec 15:42
e86516d
Compare
Choose a tag to compare
Migration to Laminas Pre-release
Pre-release
  • Use Laminas instead of Zend.
  • Updated to work with SlmQueue 2.0.
  • Upgraded to latest PHPUnit

v1.1.1

23 Aug 12:11
a64cf32
Compare
Choose a tag to compare
  • allows to use v4 of aws/aws-sdk-php-zf2 (@datasage)

v1.1.0

12 Jun 10:38
ea7a57c
Compare
Choose a tag to compare

v1.0.0

22 Mar 09:09
1.0.0
Compare
Choose a tag to compare
  • Identical to previous release

v0.6.2

08 Aug 07:34
0.6.2
Compare
Choose a tag to compare
  • Update composer.json so that ZF2 AWS module v3 is required (#43)

v0.6.1

29 Jun 19:13
0.6.1
Compare
Choose a tag to compare
  • Add documentation about how to setup properly AWS 40
  • Fixes an issue in the queue factory 40

v0.6.0

28 Jun 13:48
0.6.0
Compare
Choose a tag to compare
  • [BC] Synchronize with SlmQueue release 0.6.0 which adds compatibility with PHP7, zend-servicemanager 3 and zend-eventmanager 3

v0.5.0

29 Dec 20:21
0.5.0
Compare
Choose a tag to compare
  • [BC] SlmQueueSqs is now based on AWS SDK v3. As a consequence, minimum PHP dependency has been bumped to 5.5.

v0.4.2

27 Oct 20:26
0.4.2
Compare
Choose a tag to compare
  • SlmQueueSqs now rethrow SQS exceptions instead of silently reinserting the job without notice.

v0.4.1

22 Oct 13:24
0.4.1
Compare
Choose a tag to compare
  • Fix a bug when batch pushing/batch deleting a multiple of 10 jobs into the queue.