Skip to content

Remove deprecated EmailForward from and to fields#329

Merged
weppos merged 1 commit into
mainfrom
deprecation/remove-email-forward-from-to
Apr 16, 2026
Merged

Remove deprecated EmailForward from and to fields#329
weppos merged 1 commit into
mainfrom
deprecation/remove-email-forward-from-to

Conversation

@weppos

@weppos weppos commented Apr 16, 2026

Copy link
Copy Markdown
Member

Summary

Remove the deprecated from and to fields from the EmailForward defstruct. These fields were renamed to alias_email and destination_email on 2021-01-25. The server stopped emitting them on 2026-02-24 and stopped accepting them as input on 2026-03-03.

This is a breaking change.

Tracking PR: dnsimple/dnsimple-developer#988

Test plan

  • mix test passes

The `from` and `to` fields in the EmailForward schema were deprecated
on 2021-01-25 in favor of `alias_email` and `destination_email`. The
server stopped emitting them on 2026-02-24 and stopped accepting them
as input on 2026-03-03. Remove them from the `EmailForward` defstruct.

This is a breaking change.
@weppos weppos self-assigned this Apr 16, 2026
@weppos weppos merged commit f10c14f into main Apr 16, 2026
9 checks passed
@weppos weppos deleted the deprecation/remove-email-forward-from-to branch April 16, 2026 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant