Skip to content

Releases: vbmithr/ocaml-msgpck

1.7

05 Jun 16:56
Compare
Choose a tag to compare

CHANGES:

  • bugfix: fix buffer overflows by not using _unsafe ocplib-endian functions (@c-cube)
  • read_all: bugfix (pos vs n_read) (@c-cube)
  • test: fix for 32bit archs

1.6

20 Mar 14:04
Compare
Choose a tag to compare
1.6

CHANGES:

  • bugfix: bug when serializing big Int values
  • bugfix: 32 bits architectures now also try to pack parsed ints into int type
  • ocamlformat

1.5

10 Jan 17:22
Compare
Choose a tag to compare
1.5

CHANGES:

  • use Buffer's binary encodings of integers (>= 4.08.0)
  • bugfix: 32 bits architecture now working as well
  • bugfix: fix computation of size for the Bytes type