Releases: maruel/panicparse
Releases · maruel/panicparse
v2.4.0
I had forgotten to make a release. Creating one as this removes support for older pre go1.17 versions. The next release will likely require go1.22.
What's Changed
- Added go-recipes badge by @nikolaydubina in #83
- Fix documentation for Fish shell by @AlekSi in #88
New Contributors
- @nikolaydubina made their first contribution in #83
- @AlekSi made their first contribution in #88
Full Changelog: v2.3.1...v2.4.0
go1.19 test fixes
Full Changelog: v2.3.0...v2.3.1
Various changes to make it compatible with go1.19.
The only functional change is to add a timeout to panicweb to prevent a DoS.
Internal improvements; drop <go1.13
- Rewrote the github actions. Enforce much more strict lints, including gosec.
- Bumped minimal support to go1.13 and removed support code for older code.
- Skip change detector test cases that were broken on 386, arm, arm64, mipsle, mips64le, ppc64le, riscv64 and s390x. Thanks @anthonyfok!
Full Changelog: v2.2.2...v2.3.0
Fix import from bazel
go1.17 / go1.18 full support
What's Changed
- README.md: add hint for sh aliasing (pp naming conflict) by @jtagcat in #72
- stack: add support for 1.17 stack traces by @MordFustang21 in #74
New Contributors
- @jtagcat made their first contribution in #72
- @MordFustang21 made their first contribution in #74
Full Changelog: v2.2.0...v2.2.1
go1.17 support
Stack traces from go1.17 runtime are now supported!
What's Changed
- Correct fish shell usage documentation by @dallbee in #58
- Add //go:build lines by @nvanbenschoten in #64
- Fix misuse of unbuffered os.Signal channel as argument to signal.Notify by @nvanbenschoten in #63
New Contributors
- @dallbee made their first contribution in #58
- @nvanbenschoten made their first contribution in #64
Full Changelog: v2.1.1...v2.2.0
Backported v2
Remove the nudge to upgrade to v2, copied the necessary code back to v1, and it leverages [email protected].
Nudge to ugprade to v2
If you are reading this, you have three choices:
- Upgrade to v2. Seriously, do this. It's so much better!
- Disable the nudge with the environment variable PANICPARSE_V1_NO_WARN=1
- Stick to v1.5.0.
Official v2.0.1 release
Too many things to note here, see https://maruel.ca/post/panicparse-2.0.1/
Initial v2 release
- Enabled race detector parsing!
- Significantly accelerated performance for pass through.
- Significant refactoring of the package stack.
- Removed vendor/ since it's not used anymore by current Go versions. As such, the minimum required version is now 1.9.x.
- Includes recent v1.5.0 go module support.