Skip to content

Releases: recurly/recurly-client-python

2.2.17

02 Oct 22:42
Compare
Choose a tag to compare

Version 2.2.17 October 2, 2015

  • Add support for bulk coupons and coupon code generation
  • Add support for editing and restoring coupons

2.2.16

01 Oct 00:09
Compare
Choose a tag to compare

Version 2.2.16 September 30, 2015

  • Remove TLS 1.0 flag allowing proper TLS negotiation
  • Fix recursive call to str(self) in python 3

2.2.15

31 Aug 21:18
Compare
Choose a tag to compare

Version 2.2.15 August 31, 2015

  • Add coupon_codes to Subscription
  • Adding setup_fee_accounting_code to Plan
  • Add total_billing_cycles to Plan
  • Add redemption_resource to Coupon
  • Adding X-Api-Version support
  • Setting X-Api-Version to 2.1
  • Adding redemptions to Account
  • Adding redemptions to Invoice
  • Adding uuid to CouponRedemption
  • Add applies_to_non_plan_charges to Coupon

2.2.14

10 Aug 18:52
Compare
Choose a tag to compare

Version 2.2.14 August 10, 2015

  • Add gateway_error_code to TransactionError

2.2.13

31 Jul 21:05
Compare
Choose a tag to compare

Version 2.2.13 July 31, 2015

  • Require a version of six library >= 1.4.0
  • Add tax_exempt, tax_code, accounting_code to Transaction
  • Add duration to Coupon
  • Add temporal_unit to Coupon
  • Add temporal_amount to Coupon

2.2.12

26 Jun 00:01
Compare
Choose a tag to compare
  • Add ip_address to Transaction
  • Add closed_at to Invoice
  • Add refund_apply_order to Invoice for specifying credits or transactions
    to be refunded first

2.2.11

06 May 23:41
Compare
Choose a tag to compare
  • Add bank_account_authorized_at to Subscription

2.2.10

28 Apr 18:26
Compare
Choose a tag to compare
  • Add tax_type, tax_rate, tax_region to Adjustment
  • Added bank_account type and attributes to BillingInfo, these include:
    • name_on_account
    • account_type (checking or savings)
    • last_four
    • routing_number

2.2.9

19 Mar 20:03
Compare
Choose a tag to compare
  • Added original_adjustment() to Adjustment for retrieving the linked
    adjustment where the other came from for better accounting purposes

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