This project uses Semantic Versioning 2.0.0.
- NEW: Added
alias_email
anddestination_email
toEmailForward
- CHANGED: Deprecated
email_from
andemail_to
fields inEmailForward
- CHANGED: Aligned
EmailForwardInput
constructor param names with current endpoint definition - CHANGED:
DomainCollaborators
have been deprecated and will be removed in the next major version. Please use our Domain Access Control feature. - NEW: Add support for python 3.13
- CHANGED: Drop support for Python < 3.12
- CHANGED: Add support for Python 3.12
- NEW: Added
get_domain_restore
,restore_domain
APIs to restore domains. (#447)
- NEW: Added
DnsAnalytics.query
to query and pull data from the DNS Analytics API endpoint(#445)
ENHANCEMENTS:
- NEW: Added
secondary
,last_transferred_at
,active
toZone
(#441)
FEATURES:
- NEW: Added
billing.list_charges
to list charges for the account learn more. (#437)
FEATURES:
- NEW: Added
get_domain_transfer_lock
,enable_domain_transfer_lock
, anddisable_domain_transfer_lock
APIs to manage domain transfer locks. (#435) - NEW: Added
list_registrant_changes
,create_registrant_change
,check_registrant_change
,get_registrant_change
, anddelete_registrant_change
APIs to manage registrant changes. (#433)
FEATURES:
- NEW: Added
Zones.activate_dns
to activate DNS services (resolution) for a zone. (#432) - NEW: Added
Zones.deactivate_dns
to deactivate DNS services (resolution) for a zone. (#432)
- NEW:
- Added support for get_domain_registration and get_domain_renewal Registrar APIs.
- NEW:
- Added support for
signature_algorithm
in Let's Encrypt APIs
- Added support for
- CHANGED:
- Dependency updates
- CHANGED:
- Drop py as a dependency (dnsimple/dnsimple-python#388)
- Dependency updates
- CHANGED:
- Deprecate exceptions
errors
attr and move toattribute_errors
- Added
reason
,status
andresponse
fields to exceptions - Updates the exception string serialization format
- Deprecate exceptions
- CHANGED:
- Exceptions error messages are displayed correctly (dnsimple/dnsimple-python#340)
- Dependency updates
- CHANGED:
- Deprecate Certificate's
contact_id
(#314) - Dependency updates
- Deprecate Certificate's
- CHANGED:
- Dropped support of Python 3.6
- Dependency updates
- CHANGED:
- Dependency updates
-
CHANGED:
- Dependency updates
- Added support for DS key-data interface (#210).
-
REMOVED:
- Developer warning in README.md
- CHANGED: Dependency updates
- CHANGED:
- Feature: Added
registrar.get_domain_prices
to retrieve whether a domain is premium and the prices to register, transfer, and renew. (#174) - Deprecated: get_domain_premium_price, use get_domain_prices instead.
- Dependency updates
- Feature: Added
- CHANGED: Dependencies updates with a security update for urllib3
- CHANGED: Dependencies update Fixed #98
- CHANGED: Dependencies update
- CHANGED: Dependencies update
Adopted public release.