Skip to content

release: v3.5.1 - #70

Open
radiosilence wants to merge 1 commit into
mainfrom
release/v3.5.1
Open

release: v3.5.1#70
radiosilence wants to merge 1 commit into
mainfrom
release/v3.5.1

Conversation

@radiosilence

Copy link
Copy Markdown
Owner

Patch: one bug fix, no API or behaviour change beyond it.

Cargo.toml 3.5.0 → 3.5.1, lockfile regenerated (cargo check --locked passes), changelog dated.

Changelog entry

Fixed

  • reply now prefers Reply-To over From (#68, closes #67, reported by Kendell). Transactional and support senders routinely put a branded address in From and the inbox that actually receives mail in Reply-To; replying to From then bounces off a domain with no MX record, which is how this was found. Reply-To replaces From rather than joining it — on a reply-all the branded address is no more deliverable than it was on a plain reply. An empty Reply-To list is not a Reply-To, and still falls back.

    The CLI and GraphQL's replyToEmail share the helper, so both were wrong together and are fixed together — including the send preview, which had been reporting the address it was about to fail to deliver to.

Also on main since 3.5.0, docs only: real-time streaming got its own row in the feature and comparison tables (#69).


Tag is yours to cut — nothing here creates or pushes one. The publish workflow triggers on it, and v3.5.0 is still untagged, so tagging 3.5.1 releases both changes together.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016ri9XAwMqKiHLrDyTuA3np
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.

reply sends to From, ignoring Reply-To

1 participant