Skip to content

1.2.6

Compare
Choose a tag to compare
@ugorji ugorji released this 15 May 01:29
· 109 commits to master since this release

This is a production release of go-codec.

Changes include:

  • support EncodeOptions.NoAddressableReadonly option
  • streamline/reduce size of helper types
  • optimize side(En|De)code and (En|De)codeExt calls
  • decode a number from any number in the stream i.e.
    you can decode a float/integer/unsigned integer from any number in stream
  • clean up tests so they work completely regardless if we recover from panics
  • improve inlining of common functions

Please try it out and share your experiences.