Skip to content

1.2.0

Compare
Choose a tag to compare
@mariano mariano released this 12 May 11:37
· 70 commits to master since this release

Changed

  • JobInterface is now a simpler interface. Its load() and dump() methods
    have been moved to a MarshalInterface, effectively changing how custom Job
    classes work.
  • Disque\Queue\MarshalException has been moved to
    Disque\Queue\Marshal\MarshalException.
  • The setJobClass() method in Queue has been removed. Instead use
    setMarshaler(), which should be given an instance of
    Disque\Queue\Marshaler\MarshalerInterface.