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

Patch cycle - 2024 / Cycle 5 #186

Merged
merged 9 commits into from
Dec 12, 2024
Merged

Patch cycle - 2024 / Cycle 5 #186

merged 9 commits into from
Dec 12, 2024

Conversation

dallasread
Copy link
Member

The changes to go out in the next version (2.0.0) are:

  • NEW: Added alias_email and destination_email to EmailForward
  • CHANGED: Deprecated from and to fields in EmailForward
  • CHANGE: Drop support for Java JDK 17
  • CHANGE: Add support for Java JDK 23
  • CHANGE: 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

@dallasread dallasread self-assigned this Dec 9, 2024
*/
@Deprecated(since = "2.0.0", forRemoval = true)
public PaginatedResponse<Collaborator> listCollaborators(Number account, String domain, ListOptions options) {
Copy link
Member Author

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.)

@dallasread dallasread requested a review from ggalmazor December 10, 2024 14:00
@@ -2,3 +2,4 @@ build
.gradle
gradle.properties
.DS_Store
.tool-versions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😢

CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
Copy link
Contributor

@ggalmazor ggalmazor left a 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

dallasread and others added 2 commits December 12, 2024 10:41
Co-authored-by: Guillermo Gutiérrez <[email protected]>
Co-authored-by: Guillermo Gutiérrez <[email protected]>
@dallasread dallasread merged commit dd89632 into main Dec 12, 2024
4 checks passed
@dallasread dallasread deleted the patch-cycle branch December 12, 2024 14:43
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.

2 participants