Releases: bzikarsky/react-gearman
Releases · bzikarsky/react-gearman
1.0.5
28 Apr 14:13
Compare
Sorry, something went wrong.
No results found
1.0.3
28 Apr 08:55
Compare
Sorry, something went wrong.
No results found
Ignore any incoming jobs once the worker is shutting down
1.0.2
28 Apr 07:58
Compare
Sorry, something went wrong.
No results found
Update to latest react (and other libs) versions
Fix a few bugs
0.7.0
28 Jan 14:50
Compare
Sorry, something went wrong.
No results found
Allow a worker to be configured in such a way that it only grabs jobs with a unique ID (required for some newer gearmand implementations)
0.6.0
23 Oct 08:07
Compare
Sorry, something went wrong.
No results found
Reject unresolved promises on lost client-connection
Fix deadlock when issuing a blocking command on a connection that had a failed blocking command before
Fix memory leak in blocking action due to event listener that was never removed
0.5.3
20 Dec 13:31
Compare
Sorry, something went wrong.
No results found
0.5.3 (pre-release)
Fix tests
0.5.1
17 Nov 14:38
Compare
Sorry, something went wrong.
No results found
0.5.1 (pre-release)
Fix a memory leak (thanks @brstgt )
Enforce system tests on travis
Also: I am very happy to add @brstgt as an official contributor to this project!
0.5.0
22 Sep 12:15
Compare
Sorry, something went wrong.
No results found
0.5.0 (pre-release)
Allow worker to work on jobs in parallel
Fix CPU hog bug
More tests :-)
A huge thanks to @brstgt for his contributions!
0.4.0
18 Sep 06:35
Compare
Sorry, something went wrong.
No results found
0.4.0 (pre-release)
Removed auto-magic serialization and deserialization of message data (#20 , #22 ), Thanks @brstgt
0.3.0
17 Sep 06:19
Compare
Sorry, something went wrong.
No results found
0.3.0 (pre-release)
Refactor async-client
Introduce code-style guidelines and enforce them