Skip to content

Releases: florimondmanca/msgpack-asgi

Version 1.1.0

26 Oct 10:08
6261b1e
Compare
Choose a tag to compare

1.1.0 - 2021-10-26

Added

  • Support custom encoding/decoding implementation via the packb=... and unpackb=... optional parameters, allowing the use of alternative msgpack libraries. (Pull #20)

Fixed

  • Properly re-write request Content-Type to application/json. (Pull #24)