Version 2.5.0 April 17, 2017
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 long 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. You can no longer use
len()on aPage. From now on you must explicitly call thecount()class method on a Page. See PR #202 for more information. - For
POST /v2/subscriptionsSendingNonefortotal_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.