Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

51 lines (34 loc) · 1.82 KB

Changelog

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.

Added

  • Merged 12 which allows to customize the cache key for the circuit breaker

Changed

  • Relaxed version requirement for Faraday to include 2.x

Changed

  • Relaxed version requirement for Stoplight to include 3.0

Fixed

  • 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.

Added

  • Handle stoplight custom error handlers. Fixes #3

Added

  • Handles stoplight data store

Added

  • Introduces sentry/raven notifier