Skip to content

Releases: tinylib/msgp

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…

…ssage pack string.

Fix encoder and add unit test which validates expectation.

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.

1.0.1

10 May 17:24
Compare
Choose a tag to compare

Merges #172 and #176 into 1.0 to fix bugs #168 and #174. No API changes.

1.0

21 Dec 17:03
Compare
Choose a tag to compare
1.0

The code has seen very low churn for more than a year. Probably about that time.