Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@will-in-wi will-in-wi released this 29 May 16:01
· 123 commits to main since this release

Added

  • Drip::Client#url_prefix method to enable pointing client at different endpoints (mostly useful for internal testing and mocking).

Changed

  • Switched from Faraday to Net::HTTP. This also removes the Drip::Client#connection method, as it directly exposed Faraday.

Removed

  • Removed deprecated #create_purchase call.