Skip to content

Latest commit

 

History

History
104 lines (82 loc) · 4.76 KB

CHANGELOG.md

File metadata and controls

104 lines (82 loc) · 4.76 KB

Change Log

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.

3.1.1 - 2023-01-31

  • Improve PHP8 compatibility

3.1.0 - 2023-01-04

  • Allow to cancel delayed jobs (PR #99)
  • Remove proctitle extension suggestion, as it is not needed on PHP7+

3.0.0 - 2023-01-03

  • Reduce dependency coupling (PR #94)
  • Clean up code
  • Support Symfony components v4 and v5
  • Bump minimum PHP version to 7.1

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

  • Add JOB_DONE event (PR #58)
  • Allow remote shutdown of workers (PR #50)
  • Improve documentation

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

1.0.0 - 2013-10-09

  • First public release of php-resque