Ormsgpack Versions Save

Msgpack serialization/deserialization library for Python, written in Rust using PyO3 and rust-msgpack. Reboot of orjson. msgpack.org[Python]

1.5.0

4 weeks ago

Changed

  • Add support for numpy datetime64 and float16 types
  • Optimize serialization of dataclasses
  • Optimize deserialization of arrays and maps

1.4.2

3 months ago

Fixed

  • Fix crash on termination with Python 3.11 (#223)

Changed

  • Add Linux aarch64 and armv7 wheels (#100, #207)

1.4.1

6 months ago

Fixed

  • Fix performance regression in dict serialization introduced in 1.3.0

1.4.0

6 months ago

Fixed

  • Fix crash in non optimized builds

Changed

  • Add support for MessagePack Extension type
  • Add support for numpy 16-bit integers

1.3.0

7 months ago

Changed

  • Drop support for Python 3.7
  • Add support for Python 3.12
  • Add support for Pydantic 2
  • Add packb option OPT_SORT_KEYS to serialize dictionaries sorted by key
  • Update dependencies

1.2.6

1 year ago

Fixed

  • once_cell poisoning on parallel initialization by (@Quitlox)[https://github.com/Quitlox] in (#153)[https://github.com/aviramha/ormsgpack/pull/153]

1.2.5

1 year ago

Fixed

  • aarch64 build on macOS. Took src/serialize/writer.rs from upstream orjson. by @ijl
  • Fix release on aarch64 to match orjson's upstream.

Misc

  • update dependencies

1.2.4

1 year ago

1.2.4 16/11/2022

Misc

  • Fix CI (upgrade maturin, warnings, etc.)

1.2.3

1 year ago

1.2.3 - 26/06/2022

Misc

  • Updated dependencies. partially by @tilman19
  • Handle clippy warnings.

1.2.2

2 years ago

1.2.2 - 19/4/2022

Misc

  • Update dependencies