Skip to content

Releases: bugsnag/bugsnag-ruby

v6.27.1

18 Jun 09:09
54acb0d
Compare
Choose a tag to compare

Fixes

  • Only read Rack request body if it's rewindable
    | #829
  • Fix circular require warning
    | #828

v6.27.0

23 May 11:00
5175335
Compare
Choose a tag to compare

Enhancements

  • Include the Warden scope in user metadata
    | #821
    | javierjulio
  • Add a block variant of add_on_error
    | #824

v6.26.4

25 Mar 10:13
990f835
Compare
Choose a tag to compare

Fixes

  • Fix Unicode encoding issues when using Exception#detailed_message (Ruby 3.2+)
    | #817
  • Fix compatibility with Ruby 3.4-dev
    | #815
    | k0kubun

v6.26.3

24 Jan 10:10
13040d4
Compare
Choose a tag to compare
  • Handle mailto links in Cleaner#clean_url
    | #813

v6.26.2

17 Jan 08:37
c052209
Compare
Choose a tag to compare

Fixes

  • Fix unhandled URI::InvalidURIError in Cleaner#clean_url
    | #811

v6.26.1

09 Jan 08:38
3084374
Compare
Choose a tag to compare

Fixes

  • Fix deprecation warning from Sidekiq error handler
    | #796
    | fukayatsu
  • Fix Resque integration when failure backend is already Resque::Failure::Multiple
    | #803
    | sj26
  • Redact URLs in automatic Rails breadcrumbs
    | #806

v6.26.0

21 Jul 08:24
bdfbf39
Compare
Choose a tag to compare

Enhancements

v6.25.2

07 Feb 09:26
e5afde5
Compare
Choose a tag to compare

Enhancements

v6.25.1

05 Jan 09:40
f8d6f4b
Compare
Choose a tag to compare

Fixes

  • Allow Gem paths to be stripped from file names in stacktraces when they contain a Regexp special character
    | #764

Enhancements

  • Use Exception#detailed_message instead of Exception#message when available
    | #761

v6.25.0

01 Dec 11:37
eefe5a0
Compare
Choose a tag to compare

Enhancements