Skip to content

Releases: shamaton/msgpack

v2.2.2

08 Sep 01:57
5965c7f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

26 Aug 22:37
ead6a6b
Compare
Choose a tag to compare

What's Changed

fixed in 2226b13 , fa57eea , 7155d37

Full Changelog: v2.2.0...v2.2.1

v2.2.0

17 Mar 13:40
d1c8383
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

21 Oct 14:14
01ee57d
Compare
Choose a tag to compare
Merge pull request #32 from shamaton/case_crash

Return error when strange data is received

v2.1.0

05 Aug 03:53
a5e4750
Compare
Choose a tag to compare
Merge pull request #27 from shamaton/not_using_unsafe

Not using unsafe

v2.0.2

04 Aug 14:24
Compare
Choose a tag to compare
check nil data

v2.0.1

21 Jun 13:53
Compare
Choose a tag to compare
If float value comes, decodes to int as truncating the value.

v2.0.0

15 Feb 22:12
3d3cf4a
Compare
Choose a tag to compare
  • Add go modules, path is github.com/shamaton/msgpack/v2
  • Encode/Decode methods can no longer be used
  • Tag msgpack:"ignore" can no longer be used

v1.2.1: Merge pull request #22 from yanlevesque/master

14 Feb 12:30
88a73e8
Compare
Choose a tag to compare
Fix crash when receiving struct is different than value.

v1.2.0

05 Feb 04:17
Compare
Choose a tag to compare
update README.md