Uplink v0.9.2 Release Notes

Release Date: 2020-10-18 // over 3 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support for (de)serializing subclasses of pydantic's BaseModel
      (#200 by @gmcrocetti)

    ๐Ÿ›  Fixed

    • Using the @get, @post, @patch, etc. decorators should retain the
      ๐Ÿ“„ docstring of the wrapped method (#198)
    • ๐Ÿ‘ The Body and Part argument annotations should support uploading binary
      data (#180, #183, #204)