Releases: bzikarsky/react-gearman
Releases · bzikarsky/react-gearman
1.0.3
Ignore any incoming jobs once the worker is shutting down
1.0.2
- Update to latest react (and other libs) versions
- Fix a few bugs
0.7.0
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
- 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
0.5.3 (pre-release)
Fix tests
0.5.1
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
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
0.4.0 (pre-release)
- Removed auto-magic serialization and deserialization of message data (#20, #22), Thanks @brstgt
0.3.0
0.3.0 (pre-release)
- Refactor async-client
- Introduce code-style guidelines and enforce them