Skip to content

Version 1.1.0

Latest
Compare
Choose a tag to compare
@florimondmanca florimondmanca released this 26 Oct 10:08
6261b1e

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)