You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
10
11
11
### Changed
12
12
-`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.
13
-
-`Drip::Client#get`, `Drip::Client#post`, `Drip::Client#put`, and `Drip::Client#delete`methods no longer auto-prepend `/v2` if the given path starts with `v2/` or `v3/`. This behavior is deprecated and will produce a warning. If you are using one of these methods and get this warning, just add `v2/` to the beginning of the path when you call it.
13
+
-`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.
14
14
-`Drip::Client#generate_resource` is deprecated and will be removed in a future version.
15
15
-`Drip::Client#content_type` is deprecated and will be removed in a future version. It is no longer used internally, effective immediately.
16
16
- When using the block form of parameter initialization, a configuration object is provided instead of the client itself.
17
17
- Calling configuration setters on `Drip::Client` is deprecated.
18
+
-`Drip::Client::REDIRECT_LIMIT` constant is now private. This is supposed to be an implementation detail and shouldn't leak.
0 commit comments