Releases: vbmithr/ocaml-msgpck
Releases · vbmithr/ocaml-msgpck
1.7
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
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
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