-
Notifications
You must be signed in to change notification settings - Fork 6
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
Patch cycle - 2024 / Cycle 5 #186
Conversation
*/ | ||
@Deprecated(since = "2.0.0", forRemoval = true) | ||
public PaginatedResponse<Collaborator> listCollaborators(Number account, String domain, ListOptions options) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be a duplicate (we don't have an endpoint for account collaborators.)
@@ -2,3 +2,4 @@ build | |||
.gradle | |||
gradle.properties | |||
.DS_Store | |||
.tool-versions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @dallasread! I added a couple of suggestions in the docs to match the JDK we've been using lately
Co-authored-by: Guillermo Gutiérrez <[email protected]>
Co-authored-by: Guillermo Gutiérrez <[email protected]>
The changes to go out in the next version (2.0.0) are:
alias_email
anddestination_email
toEmailForward
from
andto
fields inEmailForward
DomainCollaborators
have been deprecated and will be removed in the next major version. Please use our Domain Access Control feature.Belongs to https://github.com/dnsimple/dnsimple-engineering/issues/231