This project uses Semantic Versioning 2.0.0.
- CHANGED: Bumped
dotnet
to9.0
- NEW: Added
AliasEmail
toEmailForward
- CHANGED: Deprecated
From
andTo
fields inEmailForward
- CHANGED:
DomainCollaborators
have been deprecated and will be removed in the next major version. Please use our Domain Access Control feature. - HOUSEKEEPING: Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 (#152)
- HOUSEKEEPING: Bump NUnit.Analyzers from 4.0.1 to 4.4.0 (#153)
- HOUSEKEEPING: Bump nunit from 4.0.1 to 4.1.0 (#147)
- HOUSEKEEPING: Bump NUnit.Analyzers from 3.10.0 to 4.0.1 (#146)
- HOUSEKEEPING: Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#145)
FEATURES:
-
NEW: Added
Dnsimple.Registrar.CheckRegistrantChange
to retrieves the requirements of a registrant change. (#140) -
NEW: Added
Dnsimple.Registrar.GetRegistrantChange
to retrieves the details of an existing registrant change. (#140) -
NEW: Added
Dnsimple.Registrar.CreateRegistrantChange
to start registrant change. (#140) -
NEW: Added
Dnsimple.Registrar.ListRegistrantChanges
to lists the registrant changes for a domain. (#140) -
NEW: Added
Dnsimple.Registrar.DeleteRegistrantChange
to cancel an ongoing registrant change from the account. (#140) -
NEW: Added
Dnsimple.Registrar.EnableDomainTransferLock
to enable the domain transfer lock for a domain. (#142) -
NEW: Added
Dnsimple.Registrar.DisableDomainTransferLock
to disable the domain transfer lock for a domain. (#142) -
NEW: Added
Dnsimple.Registrar.GetDomainTransferLock
to get the domain transfer lock status for a domain. (#142)
ENHANCEMENTS:
- NEW: Added
Secondary
,LastTransferredAt
,Active
toZone
(#138)
FEATURES:
- NEW: Added
Dnsimple.Billing.ListCharges
to list billing charges for an account. (#133)
FEATURES:
- NEW: Added
Dnsimple.Zones.ActivateDns
to activate DNS services (resolution) for a zone. (#128) - NEW: Added
Dnsimple.Zones.DeactivateDns
to deactivate DNS services (resolution) for a zone. (#128)
IMPROVEMENTS:
EmailForward
From
is deprecated. Please useAliasName
instead for creating email forwards. (#128)EmailForward
To
is deprecated. Please useDestinationEmail
instead for creating email forwards. (#128)
- NEW: Adds getDomainRenewal and getDomainRegistration API endpoints (#113)
- NEW: Support for issuing RSA certificates via the
signing_algorithm
param (dnsimple/dnsimple-developer#459)
- CHANGED: Deprecate Certificate's
contact_id
(#85) - CHANGED: Add getter for attribute errors in
DnsimpleValidationException
(#96)
- FIXED:
Registrar.ChangeDomainDelegation
not serialising delegation list properly
- CHANGED: Bumped up dependency versions.
- CHANGED: Added support for DS record key-data interface (dnsimple/dnsimple-chsarp#58)
- CHANGED: Removed deprecated
Registrar.GetDomainPremiumPrices
- NEW: Added
Registrar.GetDomainPrices
to retrieve whether a domain is premium and the prices to register, transfer, and renew. (#46)
- FIXED: Adds missing CDNSKEY & CDS record types (#32). (#32)
- FIXED: Avoids setting
UserAgent
onChangeBaseUrlTo
if Client is provided. (#22) - CHANGED: Moves / Migrates project to .NET standard (#23)
- CHANGED:
Contact.Fax
is not required anymore. (#16) - CHANGED:
Certificate.ExpiresOn
has been replaced byCertificate.ExpiresAt
. (#14) - CHANGED:
Domain.ExpiresOn
has been replaced byDomain.ExpiresAt
. (#11)
Initial non-development release that supports API v2.