Skip to content

Releases: gocardless/gocardless-dotnet

v3.0.1

17 Dec 15:58
ab994a4
Compare
Choose a tag to compare

Setting ExpectContinue to false by default on internal Http client. This can be overridden by passing a new HttpClient into the create GoCardlessClient constructor.

v3.0.0

29 Nov 11:00
1c96ace
Compare
Choose a tag to compare

Removing support for .Net Framework 4.5.2 as uses TLS 1.0 by default which is not going to be supported by our API in the near future.

v2.18.0

25 Oct 11:17
2b8f662
Compare
Choose a tag to compare

Adding fx currency information to payment and payouts.

v2.17.0

16 Oct 14:18
7e2c2a8
Compare
Choose a tag to compare
  • Adding fx currency information to payment and payouts.

v2.16.0

06 Sep 09:09
03ebb63
Compare
Choose a tag to compare
  • Fixed issue in remove customer where an exception is thrown.

v2.15.0

26 Jul 09:53
c54c35e
Compare
Choose a tag to compare
  • Enable support for Canadian direct debit scheme
  • Enable support for United States direct debit scheme
  • Addition of the customer removal API
  • Support account_type in bank account API

v2.13.0

17 Jan 14:29
7fecc61
Compare
Choose a tag to compare
  • Update netstandard versions
  • Add support for subscription_created events

v2.12.0

10 Oct 13:44
445bf15
Compare
Choose a tag to compare
  • Enable support for New Zealand direct debit scheme
  • Add WebhookParser class for simplifying working with webhooks
  • Add CanCreateRefunds property to Creditor resource

v2.11.0

13 Jul 11:09
Compare
Choose a tag to compare

v2.10.1

05 Jul 12:55
Compare
Choose a tag to compare
  • Gracefully throw a GoCardless.Exceptions.ApiException when the API returns a non-JSON response (e.g. when you get a Cloudflare 5XX error), rather than a Newtonsoft.Json.JsonReaderException which exposes the library's internals