Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 11:18

2.2.0 (2024-12-29)

🚀 Features

  • raise more granular HttpException (HttpNotFound, HttpClientError, HttpServerError) (33588c8)
  • remove dependency on Slumber and integrate its functionality into Mantelo (33588c8)
  • return an empty string (versus b'' or None) when the body is empty (33588c8)

🐛 Bug Fixes

  • add missing type annotations (31d52d3)
  • allow DELETE to have a body (4cab8aa)
  • make HttpException handle responses with non-empty, non-JSON body (33588c8)

💬 Documentation

  • document "as_raw" to get the raw response (33588c8)
  • document dashes and .url (13852f1)