Skip to content

Latest commit

 

History

History
76 lines (46 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

76 lines (46 loc) · 1.7 KB

1.3.4 (2021-08-10)

Bug fixes

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

1.3.3 (2021-07-13)

Bug fixes

1.3.2 (2021-03-25)

Bug fixes

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

1.3.1 (2021-01-12)

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

Bug fixes

  • Fix windows support by removing undefined syscall

1.3.0 (2021-01-05)

Features

  • 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.

1.2.2 (2020-12-17)

Bug fixes

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

1.2.1 (2020-12-04)

Bug fixes

1.2.0 (2017-08-08)

Bug fixes

1.1.0 (2016-01-18)

1.0.0 (2014-11-10)

Enhancements

  • Add ability to monitor a process