Improvements
- Support other string key types in handle_unknown by @stephenberry in #1958
- Added PUT request support to HTTP client. by @klaussilveira in #1961
- Add Boost.Asio workflow by @azais-corentin in #1887
- Document with_signals for HTTP server by @stephenberry in #1952
- CSV support when lacking header by @stephenberry in #1945
- Extend csv fuzzer to cover also rowvise operations by @pauldreik in #1827
- Add fuzzer for json jmespath by @pauldreik in #1815
- Construct string_view explicitly by @CrackedMatter in #1963
Fixes
- made stencil spacing preservation more consistent inside section iteration ({{#items}} ... {{/items}}) by @StormLord07 in #1947
- Boost asio compatibility by @azais-corentin in #1948
- Fixed compile error when including both toml and json by @StormLord07 in #1949
- Bounds checking CSV read by @stephenberry in #1954
- Empty string char decoding by @stephenberry in #1957
- Add
usemethod for http_server by @stephenberry in #1968
Full Changelog: v5.7.1...v5.7.2