Skip to content

4.8.2

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 04 Jan 22:41
· 445 commits to master since this release

Documentation

  • Rewrite documents with yard #1635

Bug Fixes

  • Use prepended method instead of around_perform for ActiveJob integration #1631
  • Remove unnecessary ActiveJob inclusion #1655
  • Lock faraday to version 1.x #1664
    • This is a temporary effort to avoid dependency issue with faraday 2.0 and faraday will be removed from dependencies very soon.
      See this comment for more information about our plan to remove it.