Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Releases: spreedly/spreedly-elixir

v2.2.0

30 Jan 18:01
Compare
Choose a tag to compare
  • Upgrade HTTPoison from 1.3 to 1.6
  • Fix HTTPoison function name conflicts

v2.1.3

29 Oct 15:41
Compare
Choose a tag to compare
  • [Beta] Support the Dispatch endpoint for experimental failover retry logic.

v2.1.2

03 Jun 14:40
Compare
Choose a tag to compare
  • Remove hard-coded API security credentials from the remote test suite.

v2.1.1

11 Jan 22:42
Compare
Choose a tag to compare
  • Handle 5xx level responses from Spreedly
  • Include links to Spreedly documentation when available (response codes dependent)

v2.1.0

03 Oct 16:26
Compare
Choose a tag to compare
  • Upgrade Httpoison from 0.13 to 1.3

v2.0.5

24 Aug 18:04
Compare
Choose a tag to compare

v2.0.4

20 Jun 15:52
Compare
Choose a tag to compare

v2.0.3

07 May 15:18
Compare
Choose a tag to compare
  • Handle error responses that do not include a JSON response body such as HTML error responses for invalid routes.
  • Handle response code 429 Too many requests which is returned if limiting is exceeded.
  • Handling response code 408 Request timeout which is returned if a downstream service (third party gateway) does not respond in a timely fashion.

v2.0.2

07 May 14:12
Compare
Choose a tag to compare
  • Allow add_gateway to accept a map of params #9, thanks to @Thalagyrt
  • Added support for redacting gateways with redact_gateway #12, thanks to @directionalpad
  • New configuration property to allow projects to override the default HTTPoison (Hackney) receive timeout.