Skip to content

Releases: sogou/workflow

workflow v0.9.6

03 Jun 14:22
45ebee2
Compare
Choose a tag to compare

Improvements

  • Add SSLWrapper.
  • Support http/https task with proxy.
  • Support MySQL SSL client.
  • Add vnswrr upstream policy.

Bug fixes

  • Fix upstream concurrency bug.
  • Fix MySQL multi-resultset for INSERTs
  • Fix Kafka client sasl auth bug.
  • Add -no-rtti compiling flag for kafka to be compatible with snappy 1.1.9.

workflow v0.9.5

12 Apr 12:41
3f273ad
Compare
Choose a tag to compare

Improvements

  • Support TLS SNI on both client and server sides;
  • Upstream skips select history;
  • Kafka supports sasl auth;

Bug Fixes

  • Fix default port bug;
  • MySQL fix decode overflow bug;
  • MySQL fix parsing suffixed ok_packet;
  • Kafka modify logic of versionapi;

workflow v0.9.4

17 Mar 13:41
2d79b80
Compare
Choose a tag to compare

Improvement

  • Add WFNameService and refactor "Upstream" modules.
  • Update the definition of WFServer::stop()'s finish time.
  • Kafka client supports offset storage.
  • Redis supports cluster command MOVED and ASK.
  • Supporting VCPKG.

Bug fixes

  • Crash when dismissing a named counter.
  • WFGoTask implementation.
  • MySQL int/ulonglong length overflow.

workflow v0.9.3

13 Jan 11:55
Compare
Choose a tag to compare

Improvements

  • Add Kafka client.
  • Improve client tasks performance.

Bugs fixes:

  • Fix several MySQL parser bugs.
  • Fix iovcnt==0 problem on macOS.

workflow v0.9.2

13 Nov 08:31
e282cfa
Compare
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
Compare
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
Compare
Choose a tag to compare

Features

  • First release.
  • Kafka client is not included.