Skip to content

Releases: recurly/recurly-client-python

2.2.8

27 Jan 17:53
Compare
Choose a tag to compare
  • Added address attribute into preview calls and update invoice notes path
  • Added tests for new read-only attribute vat_location_valid on Account
  • Added invoice_number_prefix and invoice_number_with_prefix() on
    Invoice for use with the Country Invoice Sequencing feature
  • Added support for update_notes path on Subscription
  • Added refund_amount (open amount refunds) to Invoice
  • Added refund (line item refunds) to Invoice

2.2.7

09 Dec 00:51
Compare
Choose a tag to compare
  • Added ability to read and write invoice notes
  • Added tax_code to plan, add_ons, and adjustment
  • Added inspection on the details of a transaction: transaction.details
    and transaction.transaction_error
  • Removed support for SSLv3

2.2.6

03 Nov 17:17
Compare
Choose a tag to compare
  • Bug fix: subscription.invoice now returns the invoice for subscription
    change previewing

2.2.4

10 Sep 19:09
Compare
Choose a tag to compare
  • Added account entity use code: account.entity_use_code
  • Added bulk parameter
  • Added billing agreement support to BillingInfo

2.2.3

06 Aug 00:15
Compare
Choose a tag to compare
  • Added subscription change preview
  • Added remaining_billing_cycles to subscriptions

2.2.2

25 Jun 18:53
Compare
Choose a tag to compare

Add subscription.preview()

2.2.1

06 Jun 17:48
Compare
Choose a tag to compare
  • Added tests for invoice_description

2.2.0

06 Jun 00:43
Compare
Choose a tag to compare
  • Added subscription preview: subscription.preview()
  • Added tax details to adjustments: adjustment.tax_details
  • Removed taxable support on adjustments
  • Added tax_exempt to accounts, adjustments and plans
  • Added tax_rate, tax_type to invoices and subscriptions
  • Added tax_in_cents to subscriptions

2.1.15

09 May 20:57
Compare
Choose a tag to compare
  • Added support for downloading invoices as PDF
  • Added token_id support to BillingInfo

v2.1.13

21 Feb 16:37
Compare
Choose a tag to compare

Bug fix: Adjustment.get(uuid) now supported