Improvements
- RFC 9112: validate Host header in HTTP server request parser by @annihilatorq in #2676
- Add additional write_file_yaml overloading with a buffer argument by @YanzhaoW in #2696
Fixes
- reject lone surrogate escapes in yaml double-quoted scalars by @uwezkhan in #2665
- reject foreign column headers in colwise csv struct readers by @uwezkhan in #2690
- Reject truncated JSON arrays in null-terminated reads by @stephenberry in #2691
- bound lazy beve object key length to remaining input by @uwezkhan in #2692
- read_yaml overwrites container contents instead of appending by @stephenberry in #2697
Full Changelog: v7.8.4...v7.9.0