This project uses Semantic Versioning 2.0.0, the format is based on Keep a Changelog.
- Added
get_domain_research_statusto research a domain for availability and registration status. (#486)
- REMOVED: Removed deprecated
get_domain_premium_price. Useget_domain_pricesinstead. (dnsimple/dnsimple-developer#916) - Removed deprecated
get_whois_privacy(dnsimple/dnsimple-developer#919) - Removed deprecated
renew_whois_privacy(dnsimple/dnsimple-developer#919)
- Added
Zones.batch_change_recordsto make changes to zone records in a batch. (#477)
- Removed
email_fromandemail_tofields inEmailForward. Please usealias_emailanddestination_emailinstead.
- Added
activetoEmailForward
- ZoneRecordInput omits empty name when serialized to json (#451)
- Dependency updates
DomainCollaboratorshave been removed. Please use our Domain Access Control feature.
- Added
alias_emailanddestination_emailtoEmailForward - Add support for python 3.13
- Aligned
EmailForwardInputconstructor param names with current endpoint definition
- Deprecated
email_fromandemail_tofields inEmailForward DomainCollaboratorshave been deprecated and will be removed in the next major version. Please use our Domain Access Control feature.
- Drop support for Python < 3.12
- Add support for Python 3.12
- Added
get_domain_restore,restore_domainAPIs to restore domains. (#447)
- Added
DnsAnalytics.queryto query and pull data from the DNS Analytics API endpoint (#445)
- Added
secondary,last_transferred_at,activetoZone(#441)
- Added
billing.list_chargesto list charges for the account learn more. (#437)
- Added
get_domain_transfer_lock,enable_domain_transfer_lock, anddisable_domain_transfer_lockAPIs to manage domain transfer locks. (#435) - Added
list_registrant_changes,create_registrant_change,check_registrant_change,get_registrant_change, anddelete_registrant_changeAPIs to manage registrant changes. (#433)
- Added
Zones.activate_dnsto activate DNS services (resolution) for a zone. (#432) - Added
Zones.deactivate_dnsto deactivate DNS services (resolution) for a zone. (#432)
- Added support for
get_domain_registrationandget_domain_renewalRegistrar APIs.
- Added support for
signature_algorithmin Let's Encrypt APIs
- Dependency updates
- Drop py as a dependency (dnsimple/dnsimple-python#388)
- Dependency updates
- Deprecate exceptions
errorsattr and move toattribute_errors - Added
reason,statusandresponsefields to exceptions - Updates the exception string serialization format
- Exceptions error messages are displayed correctly (dnsimple/dnsimple-python#340)
- Dependency updates
- Dependency updates
- Deprecated Certificate's
contact_id(#314)
- Dropped support of Python 3.6
- Dependency updates
- Dependency updates
- Added support for DS key-data interface (#210).
- Dependency updates
- Developer warning in README.md
- Dependency updates
- Added
registrar.get_domain_pricesto retrieve whether a domain is premium and the prices to register, transfer, and renew. (#174)
- Dependency updates
- Deprecated
get_domain_premium_price, useget_domain_pricesinstead.
- Dependencies updates with a security update for urllib3
- Dependencies update
- Fixed #98
- Dependencies update
- Dependencies update
Adopted public release.