Releases: zf-fr/zfr-eb-worker
Releases · zf-fr/zfr-eb-worker
5.1.0
5.0.0
- Now uses
Zend\ComponentInstaller
for config
4.0.2
4.0.1
4.0.0
QueuePublisherInterface
has been removed and replaced by a singleMessageQueueInterface
, tied to a single queue.- A new
MessageQueueRepositoryInterface
has been introduced to allow fetching message queues by name. - Added a new
Message
andDelayedMessage
abstraction for easier creation of messages.
3.3.0
- Add a new
SilentFailingListener
class that you can use if you don't want to handle a specific message. - Add a CLI command that simulate locally the Elastic Beanstalk worker. This new worker should only be used for
development, never in production. - Add a CLI command that allows to easily push messages to a given queue which respects the ZfrEbWorker structure.
3.2.0
3.1.0
3.0.0
- Naming was (again, sorry...) changed to better reflect usage. Especially:
- In the message added to SQS,
task_name
was renamedname
, andattributes
was renamedpayload
. - In the configuration, config key
tasks
was renamedmessages
- In the request, message payload is now retrieved using
worker.message_payload
key, while message name is retrieved
usingworker.message_name
key.
- In the message added to SQS,