Skip to content

1.1.1

Compare
Choose a tag to compare
@ugorji ugorji released this 09 Apr 21:21
· 771 commits to master since this release

This is a production release of go-codec.

It includes fixes including:

  • 32-bit OS support
  • more robust chan encoding/decoding
  • at end of Encode(), call Flush() method of passed io.Reader if available
  • handle struct field of type *time.Time appropriately
  • improved error messages