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

Changelog History

  • v0.3.0 Changes

    • adds application/json as a content type for with_json_body calls
    • Prevented ibrowse options from flattening in HTTPotion calls
    • ๐Ÿ“š updated documentation for easier copy/paste
  • v0.2.7 Changes

    • ๐Ÿ›  Fixed typo in HTTPoison adapter, delegating to fixed message with depreciation warning.
  • v0.2.6 Changes

    • โž• Added hackney as an optional dependancy.
  • v0.2.0 Changes

    This push has breaking changes from 0.1.1

    ๐Ÿ”„ Changes:

    • โœ‚ Removed types on the response for HttpBuilder.Adapter, to be more flexible around errors.
    • โœ‚ Removed types on HTTPoison adapter so it doesn't assume response format.

    โž• Additions:

    • โž• Add HTTPoison adapter.
    • โž• Add IBrowse adapter.
    • โž• Add Hackney adapter.
    • โž• Add JSON Parser adapter, supporting Posion.

    • Added with_json_body option.

    • Added with_string_body option.

    • โž• Added marker to with_body to avoid namespace collision

    Deletions:

    • โœ‚ removed retry for now, until a proper backoff implementation can be added.
    • โœ‚ removed explicit streaming (implicitly still supported), as adapter cannot reasonably abstract all possible combinations.