Skip to content

2.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 21:46
· 151 commits to master since this release
2.8.0

Breaking changes

  • Any exception raised when calling an on_breach callback will
    be re-raised instead of being absorbed unless swallow_errors is set.
    In the case of swallow_errors the exception will now be logged
    at ERROR level instead of WARN
  • Reduce log level of rate limit exceeded log messages to INFO