Skip to content

workflow v0.10.3

Compare
Choose a tag to compare
@Barenboim Barenboim released this 26 Aug 14:55
· 636 commits to master since this release
116e677

New Features

  • Add WFRepeaterTask
  • Redis server supports inline commands
  • Reconstruct kafka task error. Add WFKafkaTask::get_kafka_error()

Improvements

  • Reduce new/delete times when running any series
  • Optimize communicator's locking to improve client tasks' speed
  • Add 'append_output_body' interfaces for HttpMessage

Bug Fixes

  • Fix the bug that server does not accept any connection after fd number reached max
  • Fix dns task scheme checking bug
  • Fix kafka client bug of all SASL authentication fails
  • Fix compiling error on macOS with gcc