delstack
delstack copied to clipboard
chore(deps): bump go.uber.org/goleak from 1.2.1 to 1.3.0
Bumps go.uber.org/goleak from 1.2.1 to 1.3.0.
Release notes
Sourced from go.uber.org/goleak's releases.
v1.3.0
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
IgnoreAnyFunctionoption to ignore stack traces that have the provided function anywhere in the stack. (#113)- Ignore
testing.runFuzzingandtesting.runFuzzTestsalongside other already-ignored test functions (testing.RunTests, etc). (#105)Changed
Changelog
Sourced from go.uber.org/goleak's changelog.
1.3.0
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
IgnoreAnyFunctionoption to ignore stack traces that have the provided function anywhere in the stack. (#113)- Ignore
testing.runFuzzingandtesting.runFuzzTestsalongside other already-ignored test functions (testing.RunTests, etc). (#105)Changed
Commits
31095c6Release v1.3.0 (#115)5643445Revert "Make maxSleep and maxRetires configurable when building options (#94)...7b4998foptions: Add IgnoreAnyFunction (#113)66916c2README: Fix build status badge (#114)ecabcf9ignores: Don't use strings.Contains (#112)91de685stack: Parse all functions (#111)25cbb67internal/stack: Use control flow for state (#110)f995fdbci: Use golangci-lint for linting (#108)03cb6e6Document incompatibility of VerifyNone with t.Parallel (#107)3e8744fIgnore testing.runFuzzing and testing.runFuzzTests (#105)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)