Skip to content

Releases: sogou/workflow

workflow v0.9.2

13 Nov 08:31
e282cfa

Choose a tag to compare

Improvements:

  • Add WFGraphTask for building DAG.
  • Add WFDynamicTask.
  • Make SeriesWork derivable.
  • Improve MySQL client.

Bug Fixes:

  • Fix mysql protocol parsing bug.
  • Fix EncodeStream bug.

Last release before kafka protocol.

workflow v0.9.1

30 Sep 11:51
bdae28d

Choose a tag to compare

Improvements:

  • Complete English documents.
  • Optimize kernel codes. The message queue is a standalone module now.
  • Support MySQL character_set_results.
  • Add benchmark codes and documents.

Bug Fixes:

  • Fix crashing of MySQL client when the local host is disallowed.
  • Fix MySQL client's problem when using short connection.
  • Fix LRU cache bug when cache is full.
  • Fix upstream bug of division by zero.

workflow v0.9.0

17 Aug 07:51
7eadd33

Choose a tag to compare

Features

  • First release.
  • Kafka client is not included.