Skip to content

v0.1.1

Compare
Choose a tag to compare
@fxamacker fxamacker released this 01 Sep 18:55

cbor will only support Go 1.12 and newer. This allows cbor to use new API in reflect package for performance gain.

This release includes bug fixes, performance improvements, and documentation updates, detailed below.

Changelog:

  • Fix decoding nil into struct field of type pointer (commit 420e2c0)
  • Fix encoding byte array as CBOR byte string (commit a4fface)
  • Improve map encoding performance and memory allocation (commit 224b632)