Skip to content

Releases: bugsnag/panicwrap

v1.3.4

10 Aug 11:18
Compare
Choose a tag to compare

Bug fixes

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

v1.3.3

13 Jul 14:06
Compare
Choose a tag to compare

Bug fixes

v1.3.2

25 Mar 15:52
Compare
Choose a tag to compare

Bug fixes

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

v1.3.1

12 Jan 09:30
Compare
Choose a tag to compare

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

Bug fixes

  • Fix windows support by removing undefined syscall

v1.3.0

05 Jan 12:19
Compare
Choose a tag to compare

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

17 Dec 10:27
Compare
Choose a tag to compare

Bug fixes

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

v1.2.1

04 Dec 15:22
Compare
Choose a tag to compare

Bug fixes

v1.2.0

08 Aug 19:57
Compare
Choose a tag to compare

Bug fixes