Skip to content

Releases: bzikarsky/react-gearman

1.0.5

28 Apr 14:13
Compare
Choose a tag to compare
Improve worker shutdown

1.0.3

28 Apr 08:55
Compare
Choose a tag to compare
Ignore any incoming jobs once the worker is shutting down

1.0.2

28 Apr 07:58
Compare
Choose a tag to compare
  • Update to latest react (and other libs) versions
  • Fix a few bugs

0.7.0

28 Jan 14:50
Compare
Choose a tag to compare

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
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • 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
Choose a tag to compare
0.5.3 Pre-release
Pre-release

0.5.3 (pre-release)

Fix tests

0.5.1

17 Nov 14:38
d5a283d
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

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
Choose a tag to compare
0.5.0 Pre-release
Pre-release

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
Choose a tag to compare
0.4.0 Pre-release
Pre-release

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
Choose a tag to compare
0.3.0 Pre-release
Pre-release

0.3.0 (pre-release)

  • Refactor async-client
  • Introduce code-style guidelines and enforce them