Skip to content

Releases: gocardless/gocardless-pro-java

Upgrade OkHttp

11 Jan 11:50
Compare
Choose a tag to compare
  • Upgrades OkHttp to 2.7.2.

Add "created at" filtering for customer bank accounts

07 Jan 10:26
Compare
Choose a tag to compare
  • Adds createdAt parameter for filtering customer bank accounts.
  • Documentation improvements.

Add automatic retries

05 Jan 10:42
Compare
Choose a tag to compare
  • Adds automatic retries for all requests that can be safely retried. In the event of a network failure or internal server error, requests will be retried up to 3 times.

For POST requests, this involves adding an idempotency key to the request. These are automatically generated by default, but you can override them with the setIdempotencyKey methods.

To disable automatic retries (for example, because you have your own retry logic that you wish to use), you should use the executeWrapped method.

Add "created at" filtering for more resources, upgrade OkHttp

04 Jan 10:30
Compare
Choose a tag to compare
  • Upgrades OkHttp to 2.7.1.
  • Adds createdAt parameter for filtering creditor bank accounts.
  • Adds createdAt parameter for filtering refunds.
  • Adds createdAt parameter for filtering subscriptions.

Upgrade OkHttp

16 Dec 10:43
Compare
Choose a tag to compare
  • Upgrades OkHttp to 2.7.0.

Upgrade Guava

10 Dec 14:38
Compare
Choose a tag to compare
  • Upgrades Guava to 19.0.
  • Documentation improvements.

Upgrade Gson

25 Nov 15:45
Compare
Choose a tag to compare
  • Upgrades Gson to v2.5.

Upgrade OkHttp

23 Nov 15:58
Compare
Choose a tag to compare
  • Upgrades OkHttp to v2.6.0.
  • Documentation improvements.

Add new states to payments

19 Nov 14:29
Compare
Choose a tag to compare
  • Adds the pending_customer_approval and customer_approval_denied states to payments.

Bump SLF4J

11 Nov 16:42
Compare
Choose a tag to compare