Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 09 Feb 19:58
· 18 commits to main since this release
44b58fc

Fixed

  • StreamReaderBuffer will always read sufficient bytes (or up to EOF) before returning the slice or index requested with the get() method. Previously, less bytes might have been read causing improper parsing when using parse_incremental.