Skip to content

Version 2.5.0 April 17, 2017

Compare
Choose a tag to compare
@bhelx bhelx released this 19 May 21:37
  • Remove parsing of X-Records header PR
  • Cardless Free Trial changes for 2.6 PR

Upgrade Notes

This release will upgrade us to API version 2.6. There are two breaking changes:

  1. 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 a Page. From now on you must explicitly call the count() class method on a Page. See PR #202 for more information.
  2. For POST /v2/subscriptions Sending None for total_billing_cycles attribute will now override plan total_billing_cycles setting and will make subscription renew forever.
    Omitting the attribute will cause the setting to default to the value of plan total_billing_cycles.