Skip to content

v0.39.2 - Fix regression and read_text_into

Latest

Choose a tag to compare

@Mingun Mingun released this 20 Feb 17:05
· 16 commits to master since this release

What's Changed

New Features

  • #483: Implement read_text_into() and read_text_into_async().

Bug Fixes

  • #939: Fix parsing error of the tag from buffered reader, when the first byte < is the last in the BufRead internal buffer. This is the regression from #936.

Full Changelog: v0.39.1...v0.39.2