Skip to content

Releases: bugsnag/panicwrap

v1.3.4

Choose a tag to compare

@kattrali kattrali released this 10 Aug 11:18

Bug fixes

  • Fix build support for arm64-based macOS by updating build settings for dup2()

v1.3.3

Choose a tag to compare

@kattrali kattrali released this 13 Jul 14:06

Bug fixes

v1.3.2

Choose a tag to compare

@kattrali kattrali released this 25 Mar 15:52

Bug fixes

  • Add build support from arm64-based macOS by updating build settings for dup2()

v1.3.1

Choose a tag to compare

@kattrali kattrali released this 12 Jan 09:30

This release removes the dependency on osext
for everyone running go1.8+.

Bug fixes

  • Fix windows support by removing undefined syscall

v1.3.0

Choose a tag to compare

@kattrali kattrali released this 05 Jan 12:19

Enhancements

  • Support capturing fatal errors from concurrent map writes, nil goroutines,
    out of memory errors, stack exhaustion, and others which use a different panic
    output format.

v1.2.2

Choose a tag to compare

@kattrali kattrali released this 17 Dec 10:27

Bug fixes

  • Fix compatibility with go1.7-1.8 by removing dependency on "math/bits" package

v1.2.1

Choose a tag to compare

@kattrali kattrali released this 04 Dec 15:22

Bug fixes

v1.2.0

Choose a tag to compare

@kattrali kattrali released this 08 Aug 19:57

Bug fixes