Skip to content

Releases: tinylib/msgp

v1.2.3

26 Oct 10:30
4558fbf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

01 Oct 09:58
128abdb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

07 Sep 10:47
b78c5cd
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.2.0

03 Jul 16:15
2ad0d1b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.9...v1.2.0

v1.1.9

27 Oct 14:34
778f982
Compare
Choose a tag to compare

What's Changed

  • Support "allownil" for byte slices by @klauspost in #328
  • Added Read/WriteExtensionRaw by @mhr3 in #329
  • Optimize WriteExtensionRaw for stack buffers by @mhr3 in #330
  • Manage non-[]byte types when type-conversion needed from generated code by @pilebones in #312
  • chore: Upgrade dependencies + CI by @klauspost in #335

New Contributors

Full Changelog: v1.1.8...v1.1.9

v1.1.6

23 Jun 05:18
Compare
Choose a tag to compare

Capture some small changes since the v1.1.5 release.
The biggest user-facing change is the lack of diagnostics printed to stderr unless -v is passed explicitly.

v1.1.3

07 Nov 01:19
Compare
Choose a tag to compare
 Adding Power on support to travis

v1.1.2

09 Mar 23:38
Compare
Choose a tag to compare
JSON encoder may produce invalid utf-8 when provided invalid utf-8 me…

1.1.0

14 Dec 17:36
af6442a
Compare
Choose a tag to compare

Release for folks whose builds were broken by go mod asking for old tags.

1.0.2

28 Jun 15:39
Compare
Choose a tag to compare

Merges bugfix #181 into master.