Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 956 Bytes

CHANGELOG.md

File metadata and controls

20 lines (11 loc) · 956 Bytes

Changelog

2.0.0 (2022-09-26)

⚠ BREAKING CHANGES

  • Removes httparty; Only uses Faraday

Features

  • adds configuration and test helpers (dbcbcb6)
  • allows input of Faraday connection (cf9d528)
  • Removes httparty; Only uses Faraday (7d27e24)
  • takes farday connection input; httpx default (11566e7)

Bug Fixes

  • test helper can take leading slash (157f043)