v1.3.0
版本发布时间: 2023-10-25 00:29:11
uber-go/goleak最新发布版本:v1.3.0(2023-10-25 00:29:11)
Fixed
- Built-in ignores now match function names more accurately. They will no longer ignore stacks because of file names that look similar to function names. (#112)
Added
- Add an
IgnoreAnyFunction
option to ignore stack traces that have the provided function anywhere in the stack. (#113) - Ignore
testing.runFuzzing
andtesting.runFuzzTests
alongside other already-ignored test functions (testing.RunTests
, etc). (#105)
Changed
- Miscellaneous CI-related fixes. (#103, #108, #114)