Skip to content

Version 3.3.0

Latest
Compare
Choose a tag to compare
@will-in-wi will-in-wi released this 24 May 18:23

Added

  • Support for the cart, order, and product endpoints in the shopper activity API.

Changed

  • Drip::Client#url_prefix parameter no longer includes /vN part of the URL in order to prepare for Shopper Activity API. This breaks backwards compatibility for this option, but there is no expected production usage of this parameter.
  • Drip::Client#get, Drip::Client#post, Drip::Client#put, and Drip::Client#delete are deprecated. If you are using these to hit a Drip API endpoint, please file a ticket or PR to fix the use case.
  • Drip::Client#generate_resource is deprecated and will be removed in a future version.
  • Drip::Client#content_type is deprecated and will be removed in a future version. It is no longer used internally, effective immediately.
  • When using the block form of parameter initialization, a configuration object is provided instead of the client itself.
  • Calling configuration setters on Drip::Client is deprecated.
  • Drip::Client::REDIRECT_LIMIT constant is now private. This is supposed to be an implementation detail and shouldn't leak.

Removed

  • Drop support for Ruby 2.1.