Skip to content

1.3.0

Compare
Choose a tag to compare
@mariano mariano released this 18 May 14:01
· 61 commits to master since this release

Added

  • Added support for WORKING.
  • Added processing() method to Queue API.
  • Added $password option to addServer() in Disque\Client.

Changed

  • By default when creating a new Disque\Client without arguments NO server
    is pre-loaded. You will have to manually add servers via addServer(), or
    specify them to the Disque\Client constructor.