Releases: EmbarkStudios/crash-handling
Releases · EmbarkStudios/crash-handling
crash-handler-0.6.3
Fixed
- PR#94 resolved a case of UB, resolving #93. Thanks @Chain-Fox!
- PR#96 resolved #92 by avoid creating a copy of the crash context on the stack, which on
aarch64-linuxwould result in a stack overflow in the signal handler.
Added
- PR#96 added testing of
aarch64-linuxto CI.
Changed
- PR#95 updated crates, and changed the edition to 2024.
sadness-generator-0.6.0
Changed
- Update MSRV to 1.62.0
minidumper-0.8.3
- Lint fix
crash-handler-0.6.2
Added
- PR#86 (carrying on from PR#85) added support for vectored exception handlers on Windows, which can catch heap corruption exceptions that the vanilla exception handler cannot catch. Thanks Tom!!
crash-context-0.6.2
Changed
- Update MSRV to 1.62.0
minidumper-0.8.2
Changed
- PR#83 updated
scrollto 0.12.
minidumper-0.8.1
crash-handler-0.6.1
crash-context-0.6.1
Added
- PR#76 added support for
i686-linux-androidandx86_64-linux-android. Thanks @gabrielesvelto!
minidumper-0.8.0
Changed
- PR#70 removed
winapiin favor of embedded bindings.