Skip to content

Releases: jmank88/ubjson

v1.3.1

18 Dec 17:19
a101db2
Compare
Choose a tag to compare

What's Changed

  • update pkg/errors; fix vet error by @jmank88 in #19
  • add support for go1.18 fuzzing; array fixes by @jmank88 in #20

Full Changelog: v1.3.0...v1.3.1

v1.3.0

18 Dec 17:15
2c84d52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

18 Dec 17:15
4fd8cac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

19 Feb 17:13
b17dce8
Compare
Choose a tag to compare
  • Disallow decoding containers strongly typed as No-Op: #12

v1.1.0

29 Jan 19:53
5294958
Compare
Choose a tag to compare
  • Struct tag support ubjson:"tag"
  • Discard unknown fields during decoding
  • Fuzz testing bug fixes
  • New Decoder option MaxCollectionAlloc prevents abuse by limiting the size of arrays/slices/maps

v1.0.1

26 Aug 13:43
Compare
Choose a tag to compare
  • bug fix: handle map value encoding errors
  • bug fix: disallow map keys which are not String kind
  • improvement: leverage go1.9 reflect.MakeMapWithSize
  • improvement: better error messages

v1.0.0

23 Aug 15:44
Compare
Choose a tag to compare

v1.0.0