Skip to content

docs: reflect v1.4 / v1.5 features (foreach, AsTrimmedSpan, header helpers)#160

Merged
pedrosakuma merged 1 commit into
mainfrom
docs/v1.5-updates
Apr 25, 2026
Merged

docs: reflect v1.4 / v1.5 features (foreach, AsTrimmedSpan, header helpers)#160
pedrosakuma merged 1 commit into
mainfrom
docs/v1.5-updates

Conversation

@pedrosakuma
Copy link
Copy Markdown
Owner

Documentation-only updates aligning README and the docs/ tree with the v1.4.0 / v1.5.0 releases.

  • README: features list now lists foreach group enumerator + static header parsers; new "What's New in v1.5.0" and "v1.4.0" sections; decode example shows foreach as the preferred path for simple groups.
  • docs/PERFORMANCE_TUNING_GUIDE.md: "Group Processing" and "Closure Allocations" anti-pattern sections now recommend foreach for simple groups (the primary mitigation against accidental closure allocations).
  • docs/SPAN_READER_README.md: foreach example added alongside the callback pattern.

No generator/test changes.

…, header helpers)

- README: features list updated; added 'What's New in v1.5.0' and v1.4.0 sections;
  decode example now shows foreach as the preferred path for simple groups.
- docs/PERFORMANCE_TUNING_GUIDE.md: 'Group Processing' and 'Closure Allocations'
  sections now recommend foreach for simple groups and call out it as the
  primary mitigation for accidental display-class allocations.
- docs/SPAN_READER_README.md: added foreach example alongside callback pattern.

Documentation only — no generator/test changes.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@pedrosakuma pedrosakuma merged commit 0b73f62 into main Apr 25, 2026
1 check passed
@pedrosakuma pedrosakuma deleted the docs/v1.5-updates branch April 25, 2026 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant