Releases: ryantaylor/relic_link
Releases · ryantaylor/relic_link
1.2.1
1.2.0
Changes:
- Added a new
replay_url
endpoint to access signed replay download URLs from Relic's infrastructure provided you have a path and a valid game client access token.
1.1.0
Changes:
- 429 rate limit status code responses will now raise a
RelicLink::Errors::RateLimitError
exception.
1.0.0
Breaking Changes:
- API errors now raise error exceptions instead of silently passing error responses on to the caller.
0.1.2
Changes:
- Add configuration object to gem.
- Add ability to configure logger by passing a
logger:
parameter to theClient
constructor. - Add a default logger that logs at a
WARN
level (this eliminates tracing on successful requests but should keep in place for failures).
0.1.1
Changes:
- Add
faraday-mashify
middleware to stack, which means response bodies are now of typeHashie::Mash
. This should not be a breaking change because that class should be a superset of the standard RubyHash
, which means existing handling should function as before.
0.1.0
Initial release! Support for CoH3 API with no real error handling.