All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Merged 12 which allows to customize the cache key for the circuit breaker
- Relaxed version requirement for Faraday to include 2.x
- Relaxed version requirement for Stoplight to include 3.0
- Fixed
ArgumentError: Unknown option: data_store. Valid options are :timeout, threshold, fallback, notifiers, data_store,, error_handler
due to an extra comma introduced in the valid option list.
- Handle stoplight custom error handlers. Fixes #3
- Handles stoplight data store
- Introduces sentry/raven notifier