All Versions
2
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.4.1 Changes

    • The HasClient instance for Delete cts () now does not care at all about content types provided.

    0.4

    • Delete now is like Get, Post, Put, and Patch and returns a response body
    • ๐Ÿ‘Œ Support content-type aware combinators and Accept/Content-type headers
    • โž• Added a lot of tests
    • ๐Ÿ‘Œ Support multiple concurrent threads
    • ๐Ÿ‘‰ Use ServantError to report Errors instead of String
    • ๐Ÿ‘‰ Make the clients for Raw endpoints return the whole Response value (to be able to access response headers for example)
    • ๐Ÿ‘Œ Support for PATCH
    • ๐Ÿ‘‰ Make () instances expect No Content status code, and not try to decode body.
    • โž• Add support for response headers
  • v0.2.2 Changes

    • โž• Add TLS support
    • โž• Add matrix parameter support