-
Notifications
You must be signed in to change notification settings - Fork 34
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
Labels
documentation
Updates on the documentation and support content.
Comments
weppos
added
change-client
task
One or more no-coding actions to execute for this project.
labels
Jan 25, 2021
weppos
added
documentation
Updates on the documentation and support content.
and removed
change-client
task
One or more no-coding actions to execute for this project.
labels
Sep 28, 2023
This was referenced May 17, 2024
Not all clients had already deprecated the |
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
All tasks have been completed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add support for new payload fields, remove (or alias) deprecated fields.
See #314
Tasks
EmailForward
fields dnsimple-ruby#389EmailForward
fields dnsimple-java#176EmailForward
fields dnsimple-node#209EmailForward
fields dnsimple-go#175EmailForward
fields dnsimple-python#450EmailForward
fields dnsimple-elixir#254EmailForward
fields dnsimple-php#106EmailForward
fields dnsimple-csharp#151EmailForward
fields dnsimple-rust#57The text was updated successfully, but these errors were encountered: