Skip to content

Releases: bolshakov/stoplight

v2.1.3

01 Apr 13:39
684b019

Choose a tag to compare

  • #115: Added support for light names with colons (:) in them.

v2.1.2

23 Oct 22:19

Choose a tag to compare

v2.1.1

07 Feb 15:27

Choose a tag to compare

v2.1.0

04 Aug 13:07

Choose a tag to compare

  • #106: Added Sentry notifier.
  • #102: Added support for ActiveSupport::Testing::TimeHelpers.

v2.0.0

26 Apr 20:48

Choose a tag to compare

  • #97: Replaced error whitelists and blacklists with an error handler. Both with_whitelisted_errors and with_blacklisted_errors are gone now. Use with_error_handler instead. Thanks to @zeisler for helping make this change!
  • #96: Renamed "timeout" to "cool off time". Typically you can migrate by replacing with_timeout by with_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 all Exception subclasses. 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

01 Mar 17:31

Choose a tag to compare

v1.3.0

28 Jan 17:21

Choose a tag to compare

  • #89: Added ability to blacklist errors by using with_blacklisted_errors. Thanks @mrdziuban!
    • Also added with_whitelisted_errors as an alias for with_allowed_errors.
  • Removed support for Ruby 1.9.3, which was never officially supported.

v1.2.0

11 Sep 16:33

Choose a tag to compare

  • #78: Added a Bugsnag notifier. Thanks, @bolshakov!
  • Added a Honeybadger notifier.
  • #77: Added a logger notifier. Thanks again, @bolshakov!

v1.1.1

16 Jul 14:48

Choose a tag to compare

  • Introduced a generic notifier to reduce duplication between the IO and Slack
    notifiers.

v1.1.0

04 Jul 14:20

Choose a tag to compare