Skip to content

workflow v0.11.4

Latest
Compare
Choose a tag to compare
@Barenboim Barenboim released this 22 May 10:12
· 4 commits to master since this release
fa85db0

New Features

  • Add WFSelectorTask.
  • Support setting DNS message's records. Enable users to make a fully functional DNS server by using WFDnsServer.
  • Enable setting specific SSL_CTX for each network task.
  • WFMySQLConnection and WFKafkaClient enable setting a specific SSL_CTX.
  • JSON parser adds 'json_value_copy()'.

Improvements

  • More compatible with some rediculous HTTP server.
  • Simplify Communicator's codes.

Bug Fixes

  • Fix bug when creating a client task with IPv6 address string.
  • Fix kafka client bug when a broker is IPv6.
  • Fix DNS parser potensial recursive bug.