Skip to content

v2.10.0

Compare
Choose a tag to compare
@markus-wa markus-wa released this 15 Jul 10:18
· 492 commits to master since this release
b0d84be

Changes

  • Return error for Parser.Close() if closing underlying resources fails (i.e. when closing the bit-reader)

Fixes

  • Fixed (hopefully) an issue where the parser would not work with io.Reader's that don't have all data available from the beginning (e.g. HTTP streaming or Gzip) - see #299