Skip to content

v0.32.0

Choose a tag to compare

@github-actions github-actions released this 02 Mar 17:45
· 124 commits to main since this release
f32d21c

Minor Changes

  • 4539eb2: Redesign createTaggedError builder: flat .withFields() API replaces nested .withContext()/.withCause(), .withMessage() is optional and seals the message (not in factory input type), message required at call site when .withMessage() is absent. Removes context nesting, cause as first-class field, and reason convention.