Skip to content

1.3.1

Latest

Choose a tag to compare

@ugorji ugorji released this 28 Oct 12:02

Release 1.3.1

This is a production release of go-codec.

Changes include:

  • more robust handling of UnexpectedEOF vs EOF
  • return error from a Read call iff no more data can be read
  • more robust extension encoding and decoding (wrt checkExt parameter)
  • json: nextValueBytes should not include last read valid token when decoding a number