Skip to content

Releases: recurly/recurly-client-ruby

v2.5.2 (2016-05-02)

02 May 20:33
Compare
Choose a tag to compare
  • Remove Gemfile.lock, add more rubies to testing matrix PR
  • Remove autoload and reorder requires PR
  • Usage Based Billing PR

v2.5.1 (2016-02-18)

19 Feb 01:36
Compare
Choose a tag to compare
  • Add currency attribute to BillingInfo object so client can pass currency on create/update PR

2.5.0

14 Jan 19:17
Compare
Choose a tag to compare

v2.5.0 (2016-01-13)

  • Fix redemption destroy path for accounts with multiple redemptions PR

N.B. This release has API breaking changes around coupon redemptions.

2.4.9

18 Nov 19:08
Compare
Choose a tag to compare

v2.4.9 (2015-11-18)

  • Fixed array change tracking issue around redemptions PR

2.4.8

21 Oct 23:24
Compare
Choose a tag to compare

v2.4.8 (2015-10-21)

  • Add cc_emails attribute to Account PR
  • Add webhooks parsers PR
  • Fixed setup_fee_accounting_code spec PR

2.4.7

02 Oct 22:31
Compare
Choose a tag to compare

v2.4.7 (2015-10-02)

  • Ignore associations defined in xml but not in the Resource subclasses PR
  • Added support for editing and restoring coupons PR
  • Added support for bulk coupons and coupon code generation PR

v2.4.6

31 Aug 21:20
Compare
Choose a tag to compare

v2.4.6 (2015-8-31)

  • Added applies_to_non_plan_charges attribute to Coupon
  • Adding gateway_error_code to Transaction
  • Adding redemption_resource to Coupon
  • Added max_redemptions_per_account attribute to Coupon
  • Added redemptions attribute to Subscription
  • Added setup_fee_accounting_code attribute to Plan
  • Add support for Resource.find_each to be chained with other iterator methods without passing a block

v2.4.5 (2015-7-31)

31 Jul 20:35
Compare
Choose a tag to compare

v2.4.5 (2015-7-31)

  • Added ability to enter offline payment PR
  • Add tax_exempt, tax_code, and accounting_code support for one time transactions PR
  • Added duration, temporal_unit, and temporal_amount to 'Coupon' PR

v2.4.4 (2015-6-25)

26 Jun 00:06
Compare
Choose a tag to compare
  • Add refund_apply_order to Invoice when creating a refund PR
  • Fix association loading when fetching a resource via RJSv2 PR

v2.4.3 (2015-05-26)

26 May 17:21
Compare
Choose a tag to compare
  • Add bank_account_authorized_at to Subscription PR
  • Add ip_address to Transaction PR