All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.2.0 - 2019-04-22
- Make signals configurable by event callback (PR #85)
- Provide predis native configuration (PR #88)
- Add travis support and CS check (PR #72)
- Use pcntl_async_signals if available (PR #65)
- Fix cli_set_process_title error on macOS (PR #92)
2.1.2 - 2017-09-19
- Fix job processing of the last queue (Issue #61)
2.1.1 - 2017-08-31
- Fix "undefined index" notice (Issue #59)
2.1.0 - 2017-08-31
2.0.0 - 2017-03-01
- Update required Symfony components to 2.7+ or 3.x
- Update required Predis version to 1.1.x
- Change worker wait log level from INFO to DEBUG (Commit 4915d51)
- Add option to allow phpiredis support (Commit 4e22e0fb)
- Add option to set Redis read/write timeout (PR #27)
- Change code style to PSR-2 (PR #25)
- Fix closures with whitespace in their declaration (Issue #30)
- Fix job stability by reconnecting to redis after forking (Commit cadfb09e)
- Fix crash if the status is not set (Commit cadfb09e)
- Improve code style to increase PSR-2 compliance (Commit 36daf9a)
- Add this changelog!
1.3.0 - 2016-01-22
- Remove optional proctitle extension dependency (PR #18)
1.2.4 - 2015-04-17
- Monolog line break fix
1.2.3 - 2015-04-02
- Monolog composer fix
1.2.2 - 2014-11-05
- Dev dependencies bug fix
1.2.1 - 2014-11-05
- Dependencies bug fix
1.2.0 - 2014-11-05
- Updated symfony dependencies
1.1.3 - 2014-06-23
- ob_clean fix
1.1.2 - 2014-06-23
- Config file error fix
1.1.1 - 2014-06-23
- Autoload directory fix
1.1.0 - 2014-02-18
- Bump lib versions for Monolog & Symfony
- First public release of php-resque