Skip to content

Releases: brianlmoon/net_gearman

1.0.2: Updating license for Packagist

22 Feb 00:56
59d944c

Choose a tag to compare

Update to the license in composer.json for Packagist.

1.0.1

25 Oct 01:13

Choose a tag to compare

Updating minimum PHP version and making a stable release.

1.0.0-beta

03 Feb 20:02

Choose a tag to compare

Updates:

  • Better connection handling for workers
  • Tasks can now use a different server list than the Client. This is handy if you have different servers for handling different jobs. This allows for that work to be done in parallel rather than having to be handled by multiple clients.