C++ Workflow v1.0.0 Release Notes
Release Date: 2026-02-09 // 4 months ago-
🆕 New Features
- ✂ Remove support for OpenSSL 1.0.x and below.
- 👌 Support range-based 'for' loop for ParallelWork.
👌 Improvements
- 👌 Support URLs longer than 2GB bytes.
- 🔄 Change crc32c module.
- Reject control characters in HTTP header.
- Interface name: create_fdsync_task() -> create_fdatasync_task().
🐛 Bug Fixes
- Incorrect 'errno' bug after 'get_connection()' failed.
Previous changes from v0.11.11
-
🆕 New Feature
- Full compatible with FreeBSD.
👌 Improvements
- 🐎 Optimize SSL performance.
- 🐎 Optimize upstream performance by reducing lock operations.
- ⚡️ Optimize speed of canceling a named timer.
- ⚡️ Optimize speed of switching to a handler thread.
- ⚡️ Optimize JSON parser.
🐛 Bug Fixes
- Fix WFTaskFactory::release_guard_safe() bug.