Releases: bolshakov/stoplight
Releases · bolshakov/stoplight
v3.0.0
What's Changed
#146 Drop ruby 2.5.x support by @bolshakov
#146 Add ruby 3.0.x support by @bolshakov
#150 Fix deprecated uses of Redis#pipelined by @casperisfine
Full Changelog: v2.2.1...v3.0.0
v2.2.0
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.0
- #97: Replaced error whitelists and blacklists with an error handler. Both
with_whitelisted_errorsandwith_blacklisted_errorsare gone now. Usewith_error_handlerinstead. Thanks to @zeisler for helping make this change! - #96: Renamed "timeout" to "cool off time". Typically you can migrate by replacing
with_timeoutbywith_cool_off_time. A big thanks to @zeisler for making this change! - #94: Fixed a bug that only rescued subclasses of
StandardError. Stoplights will now rescue allExceptionsubclasses. Thanks for fixing this bug, @zeisler! - Officially dropped support for Ruby 2.0, which left its security maintenance phase on 24 February 2016.
v1.4.0
v1.3.0
v1.2.0
- #78: Added a Bugsnag notifier. Thanks, @bolshakov!
- Added a Honeybadger notifier.
- #77: Added a logger notifier. Thanks again, @bolshakov!