Skip to content

Releases: brianlmoon/net_gearman

2.3.1

31 Jul 14:52
669b0fe

Choose a tag to compare

Send port to the setServerVersion function.

2.3.0

14 May 18:14
dfebe2e

Choose a tag to compare

Pass monitor function into askWork to allow for custom behavior if desired.

Bug fix

22 Nov 00:54

Choose a tag to compare

Fixes a deprecated error in PHP 8.1+

PHP 8.1 Error Fixes

09 Feb 20:51
eeeb70f

Choose a tag to compare

This addresses some deprecation errors on PHP 8.1

Timeout fix

24 Feb 20:29

Choose a tag to compare

Fix timeout adjustment. It was not fixed correctly in 2.1.0 as intended.

Minor fixes and new callback for clients for connection status

24 Feb 17:25
905fbcd

Choose a tag to compare

  • Add status callback to Client to passively know when connections fail
  • Add a sleepConnection call in worker when no job is returned from the job server
  • Initialize job params when empty to avoid notice
  • Update phpunit

Timeout fix

24 Feb 20:29

Choose a tag to compare

Fix timeout adjustment. It was not fixed correctly in 2.1.0 as intended.

2.1.0

05 Oct 21:23
0f61d29

Choose a tag to compare

Merge pull request #48 from brianlmoon/php8-updates

PHP 8 Support

2.0.1 Support for gearmand 1.1.19

01 Dec 21:07
a092a78

Choose a tag to compare

Updated to support gearmand 1.1.19. In gearmand version 1.1.19 and greater, the timeout is expected to be in milliseconds. Before that version, it is expected to be in seconds.
gearman/gearmand#196

2.0.0: PHP 7, Better Connection Handling, and More

20 Aug 15:49

Choose a tag to compare

  • Updated required PHP version to 7.0.0
  • Fixed issue with IPv6 IP addresses in worker manager response
  • Removed old PEAR related files
  • Fixes for MacOS socket error handling
  • Better connection closing to avoid lag closing connections
  • Added PHP Unit to composer and PHP Unit config files
  • Various smaller bug fixes