-
Notifications
You must be signed in to change notification settings - Fork 32
Deprecation: Remove getWhoisPrivacy and renewWhoisPrivacy endpoints #919
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These endpoints were deprecated on 2023-05-01. The WHOIS privacy state can now be retrieved through getDomain, and WHOIS privacy no longer requires renewal as it stays enabled unless explicitly disabled.
weppos
added a commit
to dnsimple/dnsimple-ruby
that referenced
this pull request
Jan 13, 2026
weppos
added a commit
to dnsimple/dnsimple-go
that referenced
this pull request
Jan 13, 2026
weppos
added a commit
to dnsimple/dnsimple-elixir
that referenced
this pull request
Jan 13, 2026
weppos
added a commit
to dnsimple/dnsimple-node
that referenced
this pull request
Jan 13, 2026
weppos
added a commit
to dnsimple/dnsimple-java
that referenced
this pull request
Jan 13, 2026
weppos
added a commit
to dnsimple/dnsimple-csharp
that referenced
this pull request
Jan 13, 2026
weppos
added a commit
to dnsimple/dnsimple-php
that referenced
this pull request
Jan 13, 2026
weppos
added a commit
to dnsimple/dnsimple-python
that referenced
this pull request
Jan 13, 2026
weppos
added a commit
to dnsimple/dnsimple-rust
that referenced
this pull request
Jan 13, 2026
Removes the deprecated `get_whois_privacy` and `renew_whois_privacy` endpoints along with the `WhoisPrivacyRenewal` struct. See: dnsimple/dnsimple-developer#919
weppos
added a commit
to dnsimple/dnsimple-csharp
that referenced
this pull request
Jan 13, 2026
Removes the deprecated `GetWhoisPrivacy` and `RenewWhoisPrivacy` endpoints and all associated code. See dnsimple/dnsimple-developer#919
weppos
added a commit
to dnsimple/dnsimple-python
that referenced
this pull request
Jan 13, 2026
weppos
added a commit
to dnsimple/dnsimple-rust
that referenced
this pull request
Jan 13, 2026
Removes the deprecated `get_whois_privacy` and `renew_whois_privacy` endpoints along with the `WhoisPrivacyRenewal` struct. See:dnsimple/dnsimple-developer#919
weppos
added a commit
to dnsimple/dnsimple-node
that referenced
this pull request
Jan 13, 2026
weppos
added a commit
to dnsimple/dnsimple-java
that referenced
this pull request
Jan 13, 2026
weppos
added a commit
to dnsimple/dnsimple-php
that referenced
this pull request
Jan 14, 2026
weppos
added a commit
to dnsimple/dnsimple-ruby
that referenced
this pull request
Jan 14, 2026
weppos
added a commit
to dnsimple/dnsimple-go
that referenced
this pull request
Jan 14, 2026
weppos
added a commit
to dnsimple/dnsimple-elixir
that referenced
this pull request
Jan 14, 2026
Member
Author
|
Deprecated whois endpoints have been removed from all clients. |
weppos
added a commit
that referenced
this pull request
Jan 16, 2026
Mark getWhoisPrivacy and renewWhoisPrivacy as completed with links to client PRs from #919.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR tracks the work to complete the deprecation and removal of the
getWhoisPrivacyandrenewWhoisPrivacyendpoints.See DEPRECATIONS.md for full details.
Background
The endpoint
GET /:account/registrar/domains/:domain/whois_privacywas deprecated on 2023-05-01. It was used to retrieve the WHOIS privacy status for a domain. The WHOIS privacy state can now be retrieved through thegetDomainendpoint.The endpoint
POST /:account/registrar/domains/:domain/whois_privacy/renewalswas deprecated on 2023-05-01. It was used to renew the WHOIS privacy service for a domain. WHOIS privacy no longer needs to be renewed as it stays enabled unless explicitly disabled.Checklist
Client Status