Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update clients to add Email Forward changes #315

Closed
9 tasks done
weppos opened this issue Jan 25, 2021 · 2 comments
Closed
9 tasks done

Update clients to add Email Forward changes #315

weppos opened this issue Jan 25, 2021 · 2 comments
Assignees
Labels
documentation Updates on the documentation and support content.

Comments

@weppos
Copy link
Member

weppos commented Jan 25, 2021

Add support for new payload fields, remove (or alias) deprecated fields.

See #314

Tasks

  1. enhancement
    ggalmazor
  2. enhancement
    ggalmazor
  3. enhancement
    ggalmazor
  4. enhancement
    ggalmazor
  5. enhancement
    ggalmazor
  6. enhancement
    ggalmazor
  7. enhancement
    ggalmazor
  8. enhancement
    ggalmazor
  9. enhancement
    ggalmazor
@ggalmazor
Copy link
Contributor

Not all clients had already deprecated the from and to fields, so the PRs I've created ensure all clients have this baseline before actually removing them.

ggalmazor added a commit to dnsimple/dnsimple-ruby that referenced this issue May 22, 2024
See dnsimple/dnsimple-developer#315 for reference

In this PR:
- Add `alias_email` and `destination_email` fields to `EmailForward`
- Deprecate `from` and `to` fields in `EmailForward
ggalmazor added a commit to dnsimple/dnsimple-node that referenced this issue May 22, 2024
See dnsimple/dnsimple-developer#315 for reference

The Node API client doesn't define models for the data structures used as input or output of DNSimple's API endpoints. Therefore, no actual changes are required.

In this PR:
- Minor housekeeping
ggalmazor added a commit to dnsimple/dnsimple-php that referenced this issue May 24, 2024
See dnsimple/dnsimple-developer#315 for reference

In this PR:
- Add `alias_email` and `destination_email` fields to `EmailForward`
- Deprecate `from` and `to` fields in `EmailForward
ggalmazor added a commit to dnsimple/dnsimple-java that referenced this issue May 24, 2024
See dnsimple/dnsimple-developer#315 for reference

In this PR:
- Add `alias_email` and `destination_email` fields to `EmailForward`
- Deprecate `from` and `to` fields in `EmailForward
ggalmazor added a commit to dnsimple/dnsimple-elixir that referenced this issue May 27, 2024
See dnsimple/dnsimple-developer#315 for reference

In this PR:
- Add `alias_email` and `destination_email` fields to `EmailForward`
ggalmazor added a commit to dnsimple/dnsimple-rust that referenced this issue May 28, 2024
See dnsimple/dnsimple-developer#315 for reference

In this PR:
- Deprecate `from` and `to` fields in `EmailForward`
ggalmazor added a commit to dnsimple/dnsimple-python that referenced this issue May 29, 2024
See dnsimple/dnsimple-developer#315 for reference

In this PR:
- Add `alias_email` and `destination_email` fields to `EmailForward`
- Deprecate `email_from` and `email_to` fields in `EmailForward
- Align `EmailForwardInput` constructor param names with current endpoint definition
@ggalmazor
Copy link
Contributor

All tasks have been completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Updates on the documentation and support content.
Projects
None yet
Development

No branches or pull requests

2 participants