2.10.0 (05-17-2017)
- resource_class option should be class_name and other mislabeled options PR
- Upgrade rake to fix warnings PR
- Purchases endpoint PR
- Removal of X-Records header PR
Upgrade Notes:
This release will upgrade us to API version 2.6. There are two breaking changes:
- To speed up your listing requests we’re no longer automatically computing the record counts for each requests. For our larger sites this could halve the response time. If you still need a count it will be computed with a separate request. From now on, when you call
Pager#count, it will send aHEADrequest to the server. Ensure you aren't calling that method in places where you expect the value
to be cached for you. For more info see PR #324. - For
POST /v2/subscriptionsSendingnilfortotal_billing_cyclesattribute will now override plantotal_billing_cyclessetting and will make subscription renew forever.
Omitting the attribute will cause the setting to default to the value of plantotal_billing_cycles.