Releases: brianlmoon/net_gearman
Releases · brianlmoon/net_gearman
1.0.2: Updating license for Packagist
Update to the license in composer.json for Packagist.
1.0.1
Updating minimum PHP version and making a stable release.
1.0.0-beta
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.