All Versions
16
Latest Version
Avg Release Cycle
85 days
Latest Release
1391 days ago

Changelog History
Page 1

  • v2.0.1 Changes

    August 10, 2020

    ๐Ÿ‘€ Too many things to note here, see https://maruel.ca/post/panicparse-2.0.1/

  • v2.0.0

    August 10, 2020
  • v2.0.0-rc1

    August 09, 2020
  • v2.0.0-alpha1 Changes

    May 31, 2020
    • ๐Ÿ“œ 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.
  • v1.5.1 Changes

    August 24, 2020

    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.
  • v1.5.0 Changes

    May 29, 2020

    Lots of nice things before v2:

    • โž• Add support for local go module outside of GOPATH. It only works well if "remote" and "local" paths match.
    • ๐Ÿ›  Fix panicweb on macOS.
    • Wrap errors where applicable on go 1.13 and later.
    • โš  Ran staticcheck and fixed all warnings.
    • ๐Ÿ›  Fixed tests on 32 bits when -race is not supported.
    • ๐Ÿ”จ Many internal refactoring in preparation for v2.
  • v1.4.1 Changes

    April 18, 2020

    โœ… Most of the changes are test-only changes to help in preparation for v2.

    The only user visible changes are IsPtr floor was lowered from 8MiB to 4MiB and processing is now a bit faster and more memory efficient.

  • v1.4.0 Changes

    April 06, 2020

    ๐Ÿ“ฆ The new package webstack enables in-process panicparse!

    ๐Ÿ“œ Screencast

  • v1.3.0 Changes

    July 19, 2019
    • โž• Add support for stack trace generated by Go 1.13beta1.
    • cmd/panic includes more ways to panic, including very deep stacks.
    • โž• Add support for indented output.
    • ๐Ÿ”จ (Currently disabled) Add support for race condition parsing. Need more refactoring to enable.
  • v1.2.1 Changes

    June 02, 2019

    ๐Ÿ‘Œ Improve parsing internal logic, in preparation for race detection.

    ๐Ÿ‘‰ Make panic work on go1.7.6, will be needed to find