Releases: recurly/recurly-client-ruby
Releases · recurly/recurly-client-ruby
v2.5.2 (2016-05-02)
- 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)
- Add
currency
attribute to BillingInfo
object so client can pass currency on create/update PR
2.5.0
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
v2.4.9 (2015-11-18)
- Fixed array change tracking issue around redemptions PR
2.4.8
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
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
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)
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)
- 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)
- Add
bank_account_authorized_at
to Subscription
PR
- Add
ip_address
to Transaction
PR