Releases: bugsnag/panicwrap
Releases · bugsnag/panicwrap
v1.3.4
Bug fixes
- Fix build support for arm64-based macOS by updating build settings for
dup2()
v1.3.2
Bug fixes
- Add build support from arm64-based macOS by updating build settings for
dup2()
v1.3.1
This release removes the dependency on osext
for everyone running go1.8+.
Bug fixes
- Fix windows support by removing undefined syscall
v1.3.0
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
Bug fixes
- Fix compatibility with go1.7-1.8 by removing dependency on "math/bits" package