Skip to content

feat: add typed message tags - #11

Merged
bjarn merged 2 commits into
mainfrom
eng-577-typed-message-tags
Sep 10, 2026
Merged

feat: add typed message tags#11
bjarn merged 2 commits into
mainfrom
eng-577-typed-message-tags

Conversation

@bjarn

@bjarn bjarn commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add the MessageTag request model and constructor.
  • Add typed tags to direct, batch, and fluent email sends.
  • Keep tag() for the legacy single tag.
  • Add a dedicated validation error.

Validation

  • Validate names and values without trimming or normalization.
  • Reject reserved names and duplicate case-sensitive names.
  • Allow 20 total tags, including the legacy single tag.

Documentation

  • Add typed structured tag usage to the README.

CI maintenance

  • Update the declared stable Rust version to 1.98.
  • Update quinn-proto to 0.11.15 to resolve the reported security advisory.

Verification

  • cargo fmt --check
  • cargo test
  • cargo audit
  • cargo build

@bjarn bjarn changed the title feat: add typed message tags (ENG-577) feat: add typed message tags Sep 10, 2026
@bjarn
bjarn requested a review from Bjornftw September 10, 2026 17:55
@bjarn
bjarn merged commit d483ab7 into main Sep 10, 2026
4 checks passed
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.

2 participants