go-codec v1.1.10 Release Notes

Release Date: 2020-10-03 // over 3 years ago
  • ๐Ÿš€ This is a production release of go-codec.

    ๐ŸŽ The main benefits are much expanded testing and associated code fixes, re-factoring and performance improvements:

    • โœ‚ removed some code cruft
    • โœ… expand tests and fix issues around extensions support in codecgen
    • ๐Ÿšง clean up codebase for easier maintenance
    • ๐ŸŽ and many general performance improvements ...

    ๐Ÿ“ฆ The main goal has always been to provide the most feature-rich and performant package
    for encoding and decoding of multiple popular binary and text formats in a consistent way.

    We believe we continue to achieve that!