This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
Releases: spreedly/spreedly-elixir
Releases · spreedly/spreedly-elixir
v2.2.0
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.5
v2.0.4
- Add support for retrieving a list of created gateways in an environment.
- Add support for retrieving a list of all gateways options supported by Spreedly, with their properties.
v2.0.3
- 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
- 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.