Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 2.04 KB

changelog.md

File metadata and controls

48 lines (30 loc) · 2.04 KB

= Recurly Ruby Client Library CHANGELOG

== Version 0.4.11 (August 22, 2011)

  • Fix parsing transparent post results on a 422 response.

== Version 0.4.10 (August 19, 2011)

  • Rails 3.1 compatibility
  • Update parsing of errors on BillingInfo so credit card errors appear on the CreditCard object.
  • Added support for Recurly.js

== Version 0.4.8 (July 21, 2011)

  • Update custom XML parser for transparent post results to be compatible with Rails 3.1 RC.
  • Subscription#change can raise an invalid Active Resource exception: reuse the same error handling as Base#save.

== Version 0.4.7 (April 21, 2011)

  • Fix Transaction.refund(amount_in_cents) to pass argument as "amount_in_cents" instead of "amount".
  • Fix error message on timeframe for Subscription.change() argument.

== Version 0.4.6 (April 21, 2011)

  • Changed "unit_amount" to "unit_amount_in_cents" on Subscription object.
  • Added "vat_number" to BillingInfo.
  • Added "unit_amount_in_cents" and "quantity" to Charge and Credit objects.
  • Fixed sending custom user agent string.

== Version 0.4.5 (April 5, 2011)

== Version 0.4.4 (April 4,2011)

  • Transparent Post: Fixed parsing transparent post errors with no attribute information.
  • Transparent Post: Folded in fixes from Eric Lee.

== Version 0.4.3 (April 3, 2011)

  • Transparent Post: Replaced the default XML parsing with an improved XML parsing method to read inline error information. ActiveResource's default XML parsing cannot parse errors and objects nested in the same response.
  • Parsing error information from 404, 412, and 500s in ActiveResource exceptions.

== Version 0.4.0 (March 3, 2011)

  • Added (beta) support for Transparent Post.
  • Updated credentials to support using api-production.recurly.com or api-sandbox.recurly.com. Please update your configuration files. This change should improve DNS lookups.