workflow v1.1.0
Permanent link:
cppdashboard.dev/r/2026/08/workflow-v1-1-0C++ Parallel Computing and Asynchronous Networking Framework
Release notes
## What's Changed * Fix generating SSL target key bug. by @Barenboim in https://github.com/sogou/workflow/pull/1819 * Fix concurrent problem of SSL operations. by @Barenboim in https://github.com/sogou/workflow/pull/1820 * Make redis parser support string over 2GB. by @Barenboim in https://github.com/sogou/workflow/pull/1821 * Support sending IO vector over 2GB on TLS. by @Barenboim in https://github.com/sogou/workflow/pull/1822 * Add poller_ssl_read(). by @Barenboim in https://github.com/sogou/workflow/pull/1823 * Use atomic operation when generating timer index. by @Barenboim in https://github.com/sogou/workflow/pull/1825 **Full Changelog**: https://github.com/sogou/workflow/compare/v1.0.1...v1.1.0
Share this resource