Skip to content

Releases: NdoleStudio/stacktrace

Release list

v1.1.0

Choose a tag to compare

@AchoArnold AchoArnold released this 19 Jul 15:44
3fe6744

Stacktrace v1.1.0

Formatting helpers now give GoLand explicit format-string APIs while preserving existing stacktrace behavior.

  • Add NewErrorf and Propagatef for formatted messages
  • Add formatting variants for coded errors and messages
  • Preserve caller attribution, nil propagation, and error codes
  • Document static versus formatted calls and the %w limitation
  • Maintain full test coverage across supported Go versions and platforms

v1.0.0

Choose a tag to compare

@AchoArnold AchoArnold released this 19 Jul 11:38
807d87a

Stacktrace v1.0.0

The first stable release is here: compact Go stack traces with the context you need and none of the noise.

  • Capture context-rich traces at intentional wrapping boundaries
  • Choose full multiline or brief single-line formatting
  • Carry error codes through wrapped error chains
  • Work naturally with errors.Is, errors.As, and errors.Unwrap
  • Run confidently on modern Go with cross-platform CI