Skip to content

1.2.12

Latest
Compare
Choose a tag to compare
@ugorji ugorji released this 30 Nov 09:30
· 3 commits to master since this release

Release 1.2.12

This is a production release of go-codec.

Changes include:

  • expose (En|De)coder.HandleName()
  • cbor: fix indefinite stream conformance
  • codecgen: use base32 to generate field names
  • return io.ErrUnexpectedEOF (not io.EOF) when EOF is reached while needing more data

Please try it out and share your experiences.