Skip to content

2.10.0 (05-17-2017)

Choose a tag to compare

@bhelx bhelx released this 19 May 19:49
  • 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:

  1. 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 a HEAD request 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.
  2. For POST /v2/subscriptions Sending nil 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.