0.2.0
Added
- Add support for serializing pydantic's
BaseModel
instances usingormsgpack.OPT_SERIALIZE_PYDANTIC
.
Fixed
orjson.packb
withoption
argument asormsgpack.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
topip install ormsgpack
to avoid installing from PyPI on CI.