Skip to content

Releases: gocardless/gocardless-pro-ruby

v2.3.0

18 Sep 15:00
Compare
Choose a tag to compare
  • Adds support for the new confirmation_url attribute in the Redirect Flow API

v2.2.0

01 Sep 09:15
Compare
Choose a tag to compare
  • Increase minimum faraday dependency to fix #29
  • Upgrade Rubocop to 0.49.1

v2.1.0

19 May 11:18
Compare
Choose a tag to compare

v2.0.0

04 May 15:52
Compare
Choose a tag to compare
  • Add safe retrying for requests where possible:
    • Automatically retry requests that fail due to network or GoCardless errors.
    • Automatically add an idempotency key for POST requests if not provided.
    • Breaking change: Automatically retrieve and return the existing resource in the event of a 409 idempotent_creation_conflict response. This changes previous behaviour - instead of seeing an exception at this point, the client will now automatically retrieve the original resource that was created with that idempotency key.
  • Add payout_type to Payout resource
  • Fix resource links navigation raising when the resource has no links

v1.1.0

20 Feb 17:54
Compare
Choose a tag to compare
  • Add scheme_identifiers and logo_url to Creditor resource
  • Add new_mandate to Event resource links
  • Improve and update documentation
  • Escape parameters when building URLs

v1.0.5

03 Aug 15:09
Compare
Choose a tag to compare

New Features

  • Added deducted_fees to Payouts

v1.0.4

07 Jul 16:30
Compare
Choose a tag to compare

New features

  • Support payments_require_approval on Mandates
  • Support arrival_date on Payouts
  • Make GoCardlessPro::Error more helpful, with a better #to_s detailing validation errors
  • Allow specifying connection_options when instantiating a client, to be passed to Faraday
  • Support "create" endpoints returning an array

v1.0.3

07 Nov 21:23
Compare
Choose a tag to compare

Bug Fixes

  • Handle missing links on resources

New Features

  • Support reference field on Refunds
  • Support default_sek_payout_account on Creditors
  • Support organisation in event links

v1.0.2

07 Nov 21:11
Compare
Choose a tag to compare

Bug Fixes

  • Fixes an issue where IDs in links were occasionally being initialised incorrectly

New Features

  • Exposes language on Customer resources

v1.0.1

04 Aug 12:57
Compare
Choose a tag to compare

Bug Fixes

This release updates the client to support adding linked resources in the API.