Skip to content

Releases: NGTOne/php-warren

Version 1.2.2

11 Apr 07:12
Compare
Choose a tag to compare

This version switches out GuzzleHttp for RingCentral, which has less stuff that's unnecessary for Warren (e.g. an HTTP client).

Version 1.2.1

07 Apr 16:51
Compare
Choose a tag to compare

This version is a minor hotfix for 1.2.0, which adds correct dependency information to the composer.json.

Version 1.2.0

07 Apr 16:46
Compare
Choose a tag to compare

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

29 Mar 20:19
Compare
Choose a tag to compare

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

20 Mar 20:03
Compare
Choose a tag to compare

Not much here. Just making sure composer.json contains the correct license information.

Version 1.0.0

20 Mar 19:53
Compare
Choose a tag to compare

The initial release of Warren! Very exciting.