Skip to content

0.2.0

Compare
Choose a tag to compare
@aviramha aviramha released this 10 Jun 09:25
· 292 commits to master since this release

Added

  • Add support for serializing pydantic's BaseModel instances using ormsgpack.OPT_SERIALIZE_PYDANTIC.

Fixed

  • orjson.packb with option argument as ormsgpack.OPT_NON_STR_KEYS serializes bytes key into tuple of integers
    instead of using bin type. This also resulted in assymetrical packb/unpackb.

Misc

  • Added --no-index to pip install ormsgpack to avoid installing from PyPI on CI.