Releases: NGTOne/php-warren
Version 1.2.2
Version 1.2.1
This version is a minor hotfix for 1.2.0, which adds correct dependency information to the composer.json
.
Version 1.2.0
This release adds proper handling of OS-level signals to the consumer. Now, if one of the specified signals is received, Warren will wait until after the current task has been executed to process it. If Warren is waiting for a message (i.e. is currently idle), the signal will be handled immediately.
Version 1.1.0
This release adds error handling functionality: the ability to provide separate mechanisms for handling operational and communications errors and exceptions, using the Warren\ErrorHandler
interface. Currently, two implementations are available: EchoingErrorHandler
, which prints a message, and RethrowingErrorHandler
, which re-throws the provided error.
Version 1.0.1
Not much here. Just making sure composer.json
contains the correct license information.
Version 1.0.0
The initial release of Warren! Very exciting.