dnsimple 11.1.0 → 12.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +10 -5
- data/.github/workflows/release.yml +44 -13
- data/.github/workflows/sync-test-fixtures.yml +1 -1
- data/.rubocop.yml +4 -1
- data/.rubocop_dnsimple.yml +13 -41
- data/.rubocop_todo.yml +4 -9
- data/CHANGELOG.md +285 -183
- data/CONTRIBUTING.md +6 -40
- data/Gemfile +1 -1
- data/LICENSE.txt +1 -1
- data/README.md +49 -40
- data/RELEASING.md +67 -0
- data/dnsimple.gemspec +1 -1
- data/lib/dnsimple/client/accounts.rb +1 -3
- data/lib/dnsimple/client/billing.rb +2 -4
- data/lib/dnsimple/client/certificates.rb +0 -2
- data/lib/dnsimple/client/clients.rb +2 -40
- data/lib/dnsimple/client/contacts.rb +17 -19
- data/lib/dnsimple/client/dns_analytics.rb +2 -4
- data/lib/dnsimple/client/domains.rb +13 -15
- data/lib/dnsimple/client/domains_delegation_signer_records.rb +18 -20
- data/lib/dnsimple/client/domains_dnssec.rb +9 -11
- data/lib/dnsimple/client/domains_email_forwards.rb +18 -20
- data/lib/dnsimple/client/domains_pushes.rb +13 -15
- data/lib/dnsimple/client/identity.rb +4 -9
- data/lib/dnsimple/client/oauth.rb +1 -3
- data/lib/dnsimple/client/registrar.rb +45 -47
- data/lib/dnsimple/client/registrar_auto_renewal.rb +6 -8
- data/lib/dnsimple/client/registrar_delegation.rb +14 -16
- data/lib/dnsimple/client/registrar_registrant_changes.rb +14 -16
- data/lib/dnsimple/client/registrar_transfer_lock.rb +9 -11
- data/lib/dnsimple/client/registrar_whois_privacy.rb +6 -48
- data/lib/dnsimple/client/services.rb +4 -6
- data/lib/dnsimple/client/services_domains.rb +12 -14
- data/lib/dnsimple/client/templates.rb +17 -19
- data/lib/dnsimple/client/templates_domains.rb +4 -6
- data/lib/dnsimple/client/templates_records.rb +18 -20
- data/lib/dnsimple/client/tlds.rb +6 -8
- data/lib/dnsimple/client/vanity_name_servers.rb +0 -2
- data/lib/dnsimple/client/webhooks.rb +11 -13
- data/lib/dnsimple/client/zones.rb +16 -18
- data/lib/dnsimple/client/zones_distributions.rb +4 -6
- data/lib/dnsimple/client/zones_records.rb +29 -31
- data/lib/dnsimple/client.rb +22 -24
- data/lib/dnsimple/default.rb +0 -4
- data/lib/dnsimple/error.rb +0 -6
- data/lib/dnsimple/extra.rb +4 -6
- data/lib/dnsimple/options.rb +1 -7
- data/lib/dnsimple/response.rb +4 -13
- data/lib/dnsimple/struct/account.rb +0 -2
- data/lib/dnsimple/struct/certificate.rb +0 -2
- data/lib/dnsimple/struct/certificate_bundle.rb +0 -2
- data/lib/dnsimple/struct/certificate_purchase.rb +0 -2
- data/lib/dnsimple/struct/certificate_renewal.rb +0 -2
- data/lib/dnsimple/struct/charge.rb +4 -8
- data/lib/dnsimple/struct/collaborator.rb +0 -2
- data/lib/dnsimple/struct/contact.rb +0 -2
- data/lib/dnsimple/struct/delegation_signer_record.rb +0 -2
- data/lib/dnsimple/struct/dns_analytics.rb +0 -2
- data/lib/dnsimple/struct/dnssec.rb +0 -2
- data/lib/dnsimple/struct/domain.rb +0 -2
- data/lib/dnsimple/struct/domain_check.rb +0 -2
- data/lib/dnsimple/struct/domain_premium_price.rb +0 -2
- data/lib/dnsimple/struct/domain_price.rb +0 -2
- data/lib/dnsimple/struct/domain_push.rb +0 -2
- data/lib/dnsimple/struct/domain_registration.rb +0 -2
- data/lib/dnsimple/struct/domain_renewal.rb +0 -2
- data/lib/dnsimple/struct/domain_restore.rb +0 -2
- data/lib/dnsimple/struct/domain_transfer.rb +0 -2
- data/lib/dnsimple/struct/email_forward.rb +0 -2
- data/lib/dnsimple/struct/extended_attribute.rb +0 -4
- data/lib/dnsimple/struct/oauth_token.rb +0 -2
- data/lib/dnsimple/struct/registrant_change.rb +0 -2
- data/lib/dnsimple/struct/registrant_change_check.rb +0 -2
- data/lib/dnsimple/struct/service.rb +0 -4
- data/lib/dnsimple/struct/template.rb +0 -2
- data/lib/dnsimple/struct/template_record.rb +0 -2
- data/lib/dnsimple/struct/tld.rb +0 -2
- data/lib/dnsimple/struct/transfer_lock.rb +0 -2
- data/lib/dnsimple/struct/user.rb +0 -2
- data/lib/dnsimple/struct/vanity_name_server.rb +0 -2
- data/lib/dnsimple/struct/webhook.rb +0 -2
- data/lib/dnsimple/struct/whoami.rb +2 -4
- data/lib/dnsimple/struct/whois_privacy.rb +0 -2
- data/lib/dnsimple/struct/zone.rb +0 -2
- data/lib/dnsimple/struct/zone_distribution.rb +0 -2
- data/lib/dnsimple/struct/zone_file.rb +0 -2
- data/lib/dnsimple/struct/zone_record.rb +0 -2
- data/lib/dnsimple/struct/zone_record_id.rb +0 -2
- data/lib/dnsimple/struct/zone_records_batch_change.rb +0 -2
- data/lib/dnsimple/struct.rb +0 -3
- data/lib/dnsimple/version.rb +1 -3
- data/lib/dnsimple.rb +1 -3
- data/spec/dnsimple/client/client_service_spec.rb +12 -10
- data/spec/dnsimple/client/oauth_spec.rb +6 -6
- data/spec/dnsimple/client/registrar_whois_privacy_spec.rb +0 -82
- data/spec/fixtures.http/acceptPush/success.http +15 -15
- data/spec/fixtures.http/accounts/success-account.http +20 -20
- data/spec/fixtures.http/accounts/success-user.http +21 -21
- data/spec/fixtures.http/activateZoneService/success.http +16 -16
- data/spec/fixtures.http/appliedServices/success.http +19 -19
- data/spec/fixtures.http/applyService/success.http +15 -15
- data/spec/fixtures.http/applyTemplate/success.http +13 -13
- data/spec/fixtures.http/authorizeDomainTransferOut/success.http +13 -13
- data/spec/fixtures.http/badgateway.http +5 -5
- data/spec/fixtures.http/batchChangeZoneRecords/error_400_create_validation_failed.http +16 -16
- data/spec/fixtures.http/batchChangeZoneRecords/error_400_delete_validation_failed.http +3 -3
- data/spec/fixtures.http/batchChangeZoneRecords/error_400_update_validation_failed.http +3 -3
- data/spec/fixtures.http/batchChangeZoneRecords/success.http +16 -16
- data/spec/fixtures.http/cancelDomainTransfer/success.http +17 -17
- data/spec/fixtures.http/changeDomainDelegation/success.http +15 -15
- data/spec/fixtures.http/changeDomainDelegationFromVanity/success.http +15 -15
- data/spec/fixtures.http/changeDomainDelegationToVanity/success.http +17 -17
- data/spec/fixtures.http/checkDomain/success.http +15 -15
- data/spec/fixtures.http/checkRegistrantChange/error-contactnotfound.http +3 -3
- data/spec/fixtures.http/checkRegistrantChange/error-domainnotfound.http +3 -3
- data/spec/fixtures.http/checkRegistrantChange/success.http +15 -15
- data/spec/fixtures.http/checkZoneDistribution/error.http +17 -17
- data/spec/fixtures.http/checkZoneDistribution/failure.http +17 -17
- data/spec/fixtures.http/checkZoneDistribution/success.http +17 -17
- data/spec/fixtures.http/checkZoneRecordDistribution/error.http +17 -17
- data/spec/fixtures.http/checkZoneRecordDistribution/failure.http +17 -17
- data/spec/fixtures.http/checkZoneRecordDistribution/success.http +17 -17
- data/spec/fixtures.http/createContact/created.http +16 -16
- data/spec/fixtures.http/createContact/error-validation-errors.http +15 -15
- data/spec/fixtures.http/createDelegationSignerRecord/created.http +17 -17
- data/spec/fixtures.http/createDelegationSignerRecord/validation-error.http +15 -15
- data/spec/fixtures.http/createDomain/created.http +19 -19
- data/spec/fixtures.http/createEmailForward/created.http +21 -21
- data/spec/fixtures.http/createPrimaryServer/created.http +20 -20
- data/spec/fixtures.http/createRegistrantChange/success.http +14 -14
- data/spec/fixtures.http/createSecondaryZone/created.http +20 -20
- data/spec/fixtures.http/createTemplate/created.http +15 -15
- data/spec/fixtures.http/createTemplateRecord/created.http +16 -16
- data/spec/fixtures.http/createWebhook/created.http +13 -13
- data/spec/fixtures.http/createZoneRecord/created-apex.http +13 -13
- data/spec/fixtures.http/createZoneRecord/created.http +13 -13
- data/spec/fixtures.http/deactivateZoneService/success.http +16 -16
- data/spec/fixtures.http/deleteContact/error-contact-in-use.http +15 -15
- data/spec/fixtures.http/deleteContact/success.http +13 -13
- data/spec/fixtures.http/deleteDelegationSignerRecord/success.http +15 -15
- data/spec/fixtures.http/deleteDomain/success.http +11 -11
- data/spec/fixtures.http/deleteEmailForward/success.http +18 -18
- data/spec/fixtures.http/deleteRegistrantChange/success.http +13 -13
- data/spec/fixtures.http/deleteRegistrantChange/success_async.http +3 -3
- data/spec/fixtures.http/deleteTemplate/success.http +13 -13
- data/spec/fixtures.http/deleteTemplateRecord/success.http +13 -13
- data/spec/fixtures.http/deleteWebhook/success.http +13 -13
- data/spec/fixtures.http/deleteZoneRecord/success.http +11 -11
- data/spec/fixtures.http/disableDnssec/not-enabled.http +15 -15
- data/spec/fixtures.http/disableDnssec/success.http +15 -15
- data/spec/fixtures.http/disableDomainAutoRenewal/success.http +13 -13
- data/spec/fixtures.http/disableDomainTransferLock/success.http +17 -17
- data/spec/fixtures.http/disableVanityNameServers/success.http +15 -15
- data/spec/fixtures.http/disableWhoisPrivacy/success.http +16 -16
- data/spec/fixtures.http/dnsAnalytics/success.http +17 -17
- data/spec/fixtures.http/downloadCertificate/success.http +19 -19
- data/spec/fixtures.http/enableDnssec/success.http +17 -17
- data/spec/fixtures.http/enableDomainAutoRenewal/success.http +13 -13
- data/spec/fixtures.http/enableDomainTransferLock/success.http +17 -17
- data/spec/fixtures.http/enableVanityNameServers/success.http +17 -17
- data/spec/fixtures.http/enableWhoisPrivacy/created.http +16 -16
- data/spec/fixtures.http/enableWhoisPrivacy/success.http +16 -16
- data/spec/fixtures.http/getCertificate/success.http +19 -19
- data/spec/fixtures.http/getCertificatePrivateKey/success.http +20 -20
- data/spec/fixtures.http/getContact/success.http +16 -16
- data/spec/fixtures.http/getDelegationSignerRecord/success.http +17 -17
- data/spec/fixtures.http/getDnssec/success.http +17 -17
- data/spec/fixtures.http/getDomain/success.http +19 -19
- data/spec/fixtures.http/getDomainDelegation/success-empty.http +15 -15
- data/spec/fixtures.http/getDomainDelegation/success.http +15 -15
- data/spec/fixtures.http/getDomainPrices/failure.http +18 -18
- data/spec/fixtures.http/getDomainPrices/success.http +21 -21
- data/spec/fixtures.http/getDomainRegistration/success.http +20 -20
- data/spec/fixtures.http/getDomainRenewal/success.http +20 -20
- data/spec/fixtures.http/getDomainRestore/success.http +22 -22
- data/spec/fixtures.http/getDomainTransfer/success.http +19 -19
- data/spec/fixtures.http/getDomainTransferLock/success.http +17 -17
- data/spec/fixtures.http/getEmailForward/success.http +21 -21
- data/spec/fixtures.http/getPrimaryServer/success.http +20 -20
- data/spec/fixtures.http/getRegistrantChange/success.http +15 -15
- data/spec/fixtures.http/getService/success.http +16 -16
- data/spec/fixtures.http/getTemplate/success.http +15 -15
- data/spec/fixtures.http/getTemplateRecord/success.http +16 -16
- data/spec/fixtures.http/getTld/success.http +20 -20
- data/spec/fixtures.http/getTldExtendedAttributes/success-attributes.http +15 -15
- data/spec/fixtures.http/getTldExtendedAttributes/success-noattributes.http +15 -15
- data/spec/fixtures.http/getTldExtendedAttributes/success.http +15 -15
- data/spec/fixtures.http/getWebhook/success.http +13 -13
- data/spec/fixtures.http/getZone/success.http +16 -16
- data/spec/fixtures.http/getZoneFile/success.http +17 -17
- data/spec/fixtures.http/getZoneRecord/success.http +17 -17
- data/spec/fixtures.http/initiatePush/success.http +17 -17
- data/spec/fixtures.http/issueLetsencryptCertificate/success.http +17 -17
- data/spec/fixtures.http/issueRenewalLetsencryptCertificate/success.http +17 -17
- data/spec/fixtures.http/linkPrimaryServer/success.http +20 -20
- data/spec/fixtures.http/listAccounts/success-account.http +20 -20
- data/spec/fixtures.http/listAccounts/success-user.http +20 -20
- data/spec/fixtures.http/listCertificates/success.http +19 -19
- data/spec/fixtures.http/listCharges/fail-400-bad-filter.http +9 -9
- data/spec/fixtures.http/listCharges/fail-403.http +9 -9
- data/spec/fixtures.http/listCharges/success.http +9 -9
- data/spec/fixtures.http/listContacts/success.http +16 -16
- data/spec/fixtures.http/listDelegationSignerRecords/success.http +17 -17
- data/spec/fixtures.http/listDomains/success.http +19 -19
- data/spec/fixtures.http/listEmailForwards/success.http +13 -13
- data/spec/fixtures.http/listPrimaryServers/success.http +20 -20
- data/spec/fixtures.http/listPushes/success.http +17 -17
- data/spec/fixtures.http/listRegistrantChanges/success.http +15 -15
- data/spec/fixtures.http/listServices/success.http +17 -17
- data/spec/fixtures.http/listTemplateRecords/success.http +16 -16
- data/spec/fixtures.http/listTemplates/success.http +15 -15
- data/spec/fixtures.http/listTlds/success.http +20 -20
- data/spec/fixtures.http/listWebhooks/success.http +13 -13
- data/spec/fixtures.http/listZoneRecords/success.http +17 -17
- data/spec/fixtures.http/listZones/success.http +16 -16
- data/spec/fixtures.http/method-not-allowed.http +8 -8
- data/spec/fixtures.http/notfound-certificate.http +12 -12
- data/spec/fixtures.http/notfound-contact.http +10 -10
- data/spec/fixtures.http/notfound-delegationSignerRecord.http +8 -8
- data/spec/fixtures.http/notfound-domain.http +8 -8
- data/spec/fixtures.http/notfound-domainpush.http +8 -8
- data/spec/fixtures.http/notfound-emailforward.http +8 -8
- data/spec/fixtures.http/notfound-record.http +10 -10
- data/spec/fixtures.http/notfound-template.http +10 -10
- data/spec/fixtures.http/notfound-webhook.http +8 -8
- data/spec/fixtures.http/notfound-whoisprivacy.http +10 -10
- data/spec/fixtures.http/notfound-zone.http +10 -10
- data/spec/fixtures.http/oauthAccessToken/error-invalid-request.http +12 -12
- data/spec/fixtures.http/oauthAccessToken/success.http +16 -16
- data/spec/fixtures.http/pages-1of3.http +12 -12
- data/spec/fixtures.http/pages-2of3.http +12 -12
- data/spec/fixtures.http/pages-3of3.http +12 -12
- data/spec/fixtures.http/purchaseLetsencryptCertificate/success.http +19 -19
- data/spec/fixtures.http/purchaseRenewalLetsencryptCertificate/success.http +19 -19
- data/spec/fixtures.http/registerDomain/error-extended-attributes.http +15 -15
- data/spec/fixtures.http/registerDomain/success.http +20 -20
- data/spec/fixtures.http/rejectPush/success.http +15 -15
- data/spec/fixtures.http/renewDomain/error-tooearly.http +14 -14
- data/spec/fixtures.http/renewDomain/success.http +20 -20
- data/spec/fixtures.http/response.http +12 -12
- data/spec/fixtures.http/restoreDomain/success.http +22 -22
- data/spec/fixtures.http/success-with-malformed-json.http +4 -4
- data/spec/fixtures.http/transferDomain/error-indnsimple.http +13 -13
- data/spec/fixtures.http/transferDomain/error-missing-authcode.http +13 -13
- data/spec/fixtures.http/transferDomain/success.http +20 -20
- data/spec/fixtures.http/unapplyService/success.http +15 -15
- data/spec/fixtures.http/unlinkPrimaryServer/success.http +20 -20
- data/spec/fixtures.http/updateContact/success.http +16 -16
- data/spec/fixtures.http/updateTemplate/success.http +15 -15
- data/spec/fixtures.http/updateZoneNsRecords/success.http +16 -16
- data/spec/fixtures.http/updateZoneRecord/success.http +17 -17
- data/spec/fixtures.http/validation-error.http +15 -15
- data/spec/fixtures.http/whoami/success-account.http +15 -15
- data/spec/fixtures.http/whoami/success-user.http +15 -15
- data/spec/fixtures.http/whoami/success.http +15 -15
- data/spec/support/helpers.rb +0 -2
- metadata +7 -13
- data/lib/dnsimple/struct/whois_privacy_renewal.rb +0 -30
- data/spec/fixtures.http/checkDomainPremiumPrice/error_400_not_a_premium_domain.http +0 -18
- data/spec/fixtures.http/checkDomainPremiumPrice/error_400_tld_not_supported.http +0 -18
- data/spec/fixtures.http/checkDomainPremiumPrice/success.http +0 -20
- data/spec/fixtures.http/getDomainPremiumPrice/failure.http +0 -15
- data/spec/fixtures.http/getDomainPremiumPrice/success.http +0 -20
- data/spec/fixtures.http/getWhoisPrivacy/success.http +0 -16
- data/spec/fixtures.http/renewWhoisPrivacy/success.http +0 -20
- data/spec/fixtures.http/renewWhoisPrivacy/whois-privacy-duplicated-order.http +0 -18
- data/spec/fixtures.http/renewWhoisPrivacy/whois-privacy-not-found.http +0 -18
data/CHANGELOG.md
CHANGED
|
@@ -1,326 +1,428 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
This project uses [Semantic Versioning 2.0.0](http://semver.org/).
|
|
3
|
+
This project uses [Semantic Versioning 2.0.0](http://semver.org/), the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## 12.0.0 - 2026-01-22
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
### Removed
|
|
8
8
|
|
|
9
|
-
-
|
|
9
|
+
- Removed `Dnsimple::Client::Registrar#whois_privacy` (dnsimple/dnsimple-developer#919)
|
|
10
|
+
- Removed `Dnsimple::Client::Registrar#renew_whois_privacy` (dnsimple/dnsimple-developer#919)
|
|
10
11
|
|
|
11
|
-
## 11.
|
|
12
|
+
## 11.1.0 - 2025-09-25
|
|
12
13
|
|
|
13
|
-
|
|
14
|
-
- CHANGED: Removed `DomainCollaborators`
|
|
14
|
+
### Added
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
- Added `Dnsimple::Client::ZonesRecords#batch_change_zone_records` to make changes to zone records in a batch. (#434)
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
## 11.0.0 - 2025-08-20
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
### Removed
|
|
21
21
|
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
- CHANGED: `DomainCollaborators` have been deprecated and will be removed in the next major version. Please use our Domain Access Control feature.
|
|
22
|
+
- Removed `from` and `to` fields in `EmailForward`
|
|
23
|
+
- Removed `DomainCollaborators`
|
|
25
24
|
|
|
26
|
-
##
|
|
25
|
+
## 10.0.0 - 2025-05-02
|
|
27
26
|
|
|
28
|
-
|
|
27
|
+
### Changed
|
|
29
28
|
|
|
30
|
-
|
|
29
|
+
- Minimum Ruby version is now 3.2
|
|
31
30
|
|
|
32
|
-
|
|
33
|
-
- NEW: Added `Dnsimple::Client::Registrar#get_domain_restore` to retrieve the details of an existing dommain restore. (dnsimple/dnsimple-ruby#379)
|
|
31
|
+
## 9.0.1 - 2024-12-12
|
|
34
32
|
|
|
35
|
-
|
|
33
|
+
### Added
|
|
36
34
|
|
|
37
|
-
-
|
|
35
|
+
- Added `alias_email` and `destination_email` to `EmailForward`
|
|
38
36
|
|
|
39
|
-
|
|
37
|
+
### Deprecated
|
|
40
38
|
|
|
41
|
-
|
|
39
|
+
- Deprecated `from` and `to` fields in `EmailForward`
|
|
40
|
+
- `DomainCollaborators` have been deprecated and will be removed in the next major version. Please use our Domain Access Control feature.
|
|
42
41
|
|
|
43
|
-
|
|
42
|
+
## 9.0.0 - 2024-03-12
|
|
44
43
|
|
|
45
|
-
|
|
44
|
+
### Changed
|
|
46
45
|
|
|
47
|
-
|
|
46
|
+
- Minimum Ruby version is now 3.1
|
|
48
47
|
|
|
49
|
-
|
|
48
|
+
## 8.9.0 - 2024-02-29
|
|
50
49
|
|
|
51
|
-
|
|
50
|
+
### Added
|
|
52
51
|
|
|
53
|
-
|
|
52
|
+
- Added `Dnsimple::Client::Registrar#restore_domain` to restore a domain. (#379)
|
|
53
|
+
- Added `Dnsimple::Client::Registrar#get_domain_restore` to retrieve the details of an existing dommain restore. (#379)
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
- NEW: Added `Dnsimple::Client::Registrar#enable_domain_transfer_lock` to enable the transfer lock for a registered domain. (dnsimple/dnsimple-ruby#356)
|
|
57
|
-
- NEW: Added `Dnsimple::Client::Registrar#disable_domain_transfer_lock` to disable the transfer lock for a registered domain. (dnsimple/dnsimple-ruby#356)
|
|
55
|
+
## 8.8.0 - 2024-02-06
|
|
58
56
|
|
|
59
|
-
|
|
57
|
+
### Added
|
|
60
58
|
|
|
61
|
-
|
|
59
|
+
- Added `Dnsimple::Client::DnsAnalytics#query` to query and pull data from the DNS Analytics API endpoint(#375)
|
|
62
60
|
|
|
63
|
-
|
|
64
|
-
- NEW: Added `Dnsimple::Client::Registrar#get_registrant_change` to retrieves the details of an existing registrant change. (dnsimple/dnsimple-ruby#355)
|
|
65
|
-
- NEW: Added `Dnsimple::Client::Registrar#create_registrant_change` to start registrant change. (dnsimple/dnsimple-ruby#355)
|
|
66
|
-
- NEW: Added `Dnsimple::Client::Registrar#list_registrant_changes` to lists the registrant changes for a domain. (dnsimple/dnsimple-ruby#355)
|
|
67
|
-
- NEW: Added `Dnsimple::Client::Registrar#delete_registrant_change` to cancel an ongoing registrant change from the account. (dnsimple/dnsimple-ruby#355)
|
|
61
|
+
## 8.7.1 - 2023-11-22
|
|
68
62
|
|
|
69
|
-
|
|
63
|
+
### Added
|
|
70
64
|
|
|
71
|
-
|
|
65
|
+
- Added `#secondary`, `#last_transferred_at`, `#active` to `Dnsimple::Struct::Zone`
|
|
72
66
|
|
|
73
|
-
|
|
74
|
-
- NEW: Added `Dnsimple::Client::Zones#deactivate_dns` to deactivate DNS services (resolution) for a zone. (dnsimple/dnsimple-ruby#354)
|
|
67
|
+
## 8.7.0 - 2023-11-03
|
|
75
68
|
|
|
76
|
-
|
|
69
|
+
### Added
|
|
77
70
|
|
|
78
|
-
-
|
|
71
|
+
- Added `Dnsimple::Client::Billing#charges` to retrieve the list of billing charges for an account. (#365)
|
|
79
72
|
|
|
80
|
-
## 8.
|
|
73
|
+
## 8.6.0 - 2023-09-08
|
|
81
74
|
|
|
82
|
-
|
|
75
|
+
### Added
|
|
83
76
|
|
|
84
|
-
|
|
77
|
+
- Added `Dnsimple::Client::Registrar#get_domain_transfer_lock` to retrieves the transfer lock status of a registered domain. (#356)
|
|
78
|
+
- Added `Dnsimple::Client::Registrar#enable_domain_transfer_lock` to enable the transfer lock for a registered domain. (#356)
|
|
79
|
+
- Added `Dnsimple::Client::Registrar#disable_domain_transfer_lock` to disable the transfer lock for a registered domain. (#356)
|
|
85
80
|
|
|
86
|
-
|
|
87
|
-
- NEW: Documented the new `signature_algorithm` parameter for the Lets Encrypt certificate purchase endpoint (dnsimple/dnsimple-ruby#331)
|
|
81
|
+
## 8.5.0 - 2023-08-24
|
|
88
82
|
|
|
89
|
-
|
|
83
|
+
### Added
|
|
90
84
|
|
|
91
|
-
-
|
|
92
|
-
-
|
|
85
|
+
- Added `Dnsimple::Client::Registrar#check_registrant_change` to retrieves the requirements of a registrant change. (#355)
|
|
86
|
+
- Added `Dnsimple::Client::Registrar#get_registrant_change` to retrieves the details of an existing registrant change. (#355)
|
|
87
|
+
- Added `Dnsimple::Client::Registrar#create_registrant_change` to start registrant change. (#355)
|
|
88
|
+
- Added `Dnsimple::Client::Registrar#list_registrant_changes` to lists the registrant changes for a domain. (#355)
|
|
89
|
+
- Added `Dnsimple::Client::Registrar#delete_registrant_change` to cancel an ongoing registrant change from the account. (#355)
|
|
93
90
|
|
|
94
|
-
## 8.
|
|
91
|
+
## 8.4.0 - 2023-08-10
|
|
95
92
|
|
|
96
|
-
|
|
97
|
-
- REMOVED: `registrar.getDomainPremiumPrice` in favour of `registrar.getDomainPrices`
|
|
98
|
-
- CHANGED: Deprecate Certificate's `contact_id` (dnsimple/dnsimple-ruby#276)
|
|
99
|
-
- FIXED: Remove stale reference to Client::DomainServicesService (dnsimple/dnsimple-ruby#267)
|
|
93
|
+
### Added
|
|
100
94
|
|
|
101
|
-
|
|
95
|
+
- Added `Dnsimple::Client::Zones#activate_dns` to activate DNS services (resolution) for a zone. (#354)
|
|
96
|
+
- Added `Dnsimple::Client::Zones#deactivate_dns` to deactivate DNS services (resolution) for a zone. (#354)
|
|
102
97
|
|
|
103
|
-
|
|
98
|
+
## 8.3.1 - 2023-03-10
|
|
104
99
|
|
|
105
|
-
|
|
100
|
+
### Fixed
|
|
106
101
|
|
|
107
|
-
-
|
|
102
|
+
- Our release process had failed to push correctly `8.2.0` and `8.3.0` to RubyGems resulting in empty gem releases. This releases fixes the issue and contains the same changes of `8.2.0` and `8.3.0`.
|
|
108
103
|
|
|
109
|
-
##
|
|
104
|
+
## 8.3.0 - 2023-03-09
|
|
110
105
|
|
|
111
|
-
|
|
112
|
-
- CHANGED: Deprecates `registrar.getDomainPremiumPrice` in favour of `registrar.getDomainPrices`
|
|
106
|
+
### Changed
|
|
113
107
|
|
|
114
|
-
|
|
108
|
+
- Wrap 400 errors on the OAuth endpoint in `Dnsimple::OAuthInvalidRequestError` (#336)
|
|
115
109
|
|
|
116
|
-
|
|
117
|
-
- REMOVED: `domain.reset_domain_token` endpoint no longer exists and the client method is removed. (dnsimple/dnsimple-ruby#231)
|
|
118
|
-
- REMOVED: The deprecated `Domain.expires_on` is removed. (dnsimple/dnsimple-ruby#232)
|
|
119
|
-
- REMOVED: The deprecated `Certificate.expires_on` is removed. (dnsimple/dnsimple-ruby#232)
|
|
110
|
+
## 8.2.0 - 2023-03-02
|
|
120
111
|
|
|
121
|
-
|
|
112
|
+
### Added
|
|
122
113
|
|
|
123
|
-
-
|
|
114
|
+
- Added getDomainRenewal and getDomainRegistration endpoints (#332)
|
|
115
|
+
- Documented the new `signature_algorithm` parameter for the Lets Encrypt certificate purchase endpoint (#331)
|
|
124
116
|
|
|
125
|
-
##
|
|
117
|
+
## 8.1.0 - 2022-09-19
|
|
126
118
|
|
|
127
|
-
|
|
119
|
+
### Changed
|
|
128
120
|
|
|
129
|
-
|
|
121
|
+
- Fixed and updated documentation for domain endpoints (#300)
|
|
122
|
+
- Expose all information available in error responses (#298)
|
|
130
123
|
|
|
131
|
-
|
|
132
|
-
- CHANGED: User-agent format has been changed to prepend custom token before default token.
|
|
133
|
-
- NEW: Added `registrar.get_domain_transfer` to retrieve a domain transfer. (dnsimple/dnsimple-ruby#180)
|
|
134
|
-
- NEW: Added `registrar.cancel_domain_transfer` to cancel an in progress domain transfer. (dnsimple/dnsimple-ruby#180)
|
|
135
|
-
- NEW: Added `DomainTransfer#status_description` attribute to identify the failure reason of a transfer. (dnsimple/dnsimple-ruby#180).
|
|
124
|
+
## 8.0.0 - 2022-08-10
|
|
136
125
|
|
|
137
|
-
|
|
126
|
+
### Changed
|
|
138
127
|
|
|
139
|
-
-
|
|
128
|
+
- Minimum Ruby version is now 2.7
|
|
129
|
+
- Deprecate Certificate's `contact_id` (#276)
|
|
140
130
|
|
|
141
|
-
|
|
131
|
+
### Removed
|
|
142
132
|
|
|
143
|
-
-
|
|
133
|
+
- `registrar.getDomainPremiumPrice` in favour of `registrar.getDomainPrices`
|
|
144
134
|
|
|
145
|
-
|
|
146
|
-
- CHANGED: Introduce Dnsimple::Struct::VanityNameServer (GH-144)
|
|
147
|
-
- CHANGED: Fix name inconsistency of the Collaborator module (GH-154)
|
|
135
|
+
### Fixed
|
|
148
136
|
|
|
149
|
-
-
|
|
137
|
+
- Remove stale reference to Client::DomainServicesService (#267)
|
|
150
138
|
|
|
151
|
-
##
|
|
139
|
+
## 7.1.1 - 2022-01-20
|
|
152
140
|
|
|
153
|
-
|
|
141
|
+
### Changed
|
|
154
142
|
|
|
155
|
-
-
|
|
143
|
+
- Bumped up dependencies
|
|
156
144
|
|
|
157
|
-
##
|
|
145
|
+
## 7.1.0 - 2021-10-19
|
|
158
146
|
|
|
159
|
-
|
|
147
|
+
### Changed
|
|
160
148
|
|
|
161
|
-
-
|
|
149
|
+
- Updated DNSSEC-related structs and entrypoints to support DS record key-data interface. (#252)
|
|
162
150
|
|
|
163
|
-
##
|
|
151
|
+
## 7.0.0 - 2021-06-16
|
|
164
152
|
|
|
165
|
-
|
|
153
|
+
### Changed
|
|
166
154
|
|
|
167
|
-
|
|
155
|
+
- Minimum Ruby version is now 2.6
|
|
168
156
|
|
|
169
|
-
|
|
157
|
+
### Deprecated
|
|
170
158
|
|
|
171
|
-
-
|
|
172
|
-
- CHANGED: Normalize unique string identifiers to SID (dnsimple/dnsimple-ruby#141)
|
|
159
|
+
- Deprecates `registrar.getDomainPremiumPrice` in favour of `registrar.getDomainPrices`
|
|
173
160
|
|
|
174
|
-
##
|
|
161
|
+
## 6.0.0 - 2021-04-20
|
|
175
162
|
|
|
176
|
-
|
|
177
|
-
- NEW: Added regions support for zone records (GH-135, GH-139).
|
|
178
|
-
- NEW: Added domain services support (GH-122).
|
|
179
|
-
- NEW: Added domain templates support (GH-125).
|
|
180
|
-
- NEW: Added zone file support (GH-124).
|
|
181
|
-
- NEW: Added certificate support (GH-123).
|
|
182
|
-
- NEW: Added domain delegation support (GH-120).
|
|
183
|
-
- NEW: Added domain push support (GH-127).
|
|
184
|
-
- NEW: Added vanity name server support (GH-121).
|
|
163
|
+
### Added
|
|
185
164
|
|
|
186
|
-
-
|
|
187
|
-
- CHANGED: Updated Tld payload (GH-133, GH-129).
|
|
188
|
-
- CHANGED: Renamed registrar `auth_info` into `auth_code` (GH-136).
|
|
165
|
+
- Added `registrar.get_domain_prices` to retrieve whether a domain is premium and the prices to register, transfer, and renew. (#230)
|
|
189
166
|
|
|
190
|
-
|
|
167
|
+
### Removed
|
|
191
168
|
|
|
192
|
-
-
|
|
193
|
-
-
|
|
194
|
-
-
|
|
169
|
+
- `domain.reset_domain_token` endpoint no longer exists and the client method is removed. (#231)
|
|
170
|
+
- The deprecated `Domain.expires_on` is removed. (#232)
|
|
171
|
+
- The deprecated `Certificate.expires_on` is removed. (#232)
|
|
195
172
|
|
|
196
|
-
|
|
197
|
-
- CHANGED: Authentication credentials presence is no longer validated on the client as it was causing an error getting the access token (GH-74 and GH-102).
|
|
198
|
-
- CHANGED: Setting a custom user-agent no longer overrides the original user-agent (GH-105).
|
|
199
|
-
- CHANGED: Updated client to use Contact#email (GH-108).
|
|
173
|
+
## 5.2.0 - 2020-06-22
|
|
200
174
|
|
|
201
|
-
|
|
175
|
+
### Deprecated
|
|
202
176
|
|
|
203
|
-
|
|
177
|
+
- `Certificate#expires_on` (date only) is deprecated in favor of `Certificate#expires_at` (timestamp). (#190)
|
|
204
178
|
|
|
205
|
-
|
|
179
|
+
## 5.1.0 - 2020-06-10
|
|
206
180
|
|
|
207
|
-
|
|
181
|
+
### Deprecated
|
|
208
182
|
|
|
209
|
-
-
|
|
183
|
+
- `Domain#expires_on` (date only) is deprecated in favor of `Domain#expires_at` (timestamp). (#186)
|
|
210
184
|
|
|
211
|
-
|
|
185
|
+
## 5.0.0 - 2020-05-21
|
|
212
186
|
|
|
213
|
-
|
|
187
|
+
### Added
|
|
214
188
|
|
|
215
|
-
-
|
|
189
|
+
- Added `registrar.get_domain_transfer` to retrieve a domain transfer. (#180)
|
|
190
|
+
- Added `registrar.cancel_domain_transfer` to cancel an in progress domain transfer. (#180)
|
|
191
|
+
- Added `DomainTransfer#status_description` attribute to identify the failure reason of a transfer. (#180).
|
|
216
192
|
|
|
217
|
-
|
|
193
|
+
### Changed
|
|
218
194
|
|
|
219
|
-
|
|
195
|
+
- Minimum Ruby version is now 2.4
|
|
196
|
+
- User-agent format has been changed to prepend custom token before default token.
|
|
220
197
|
|
|
221
|
-
|
|
198
|
+
## 4.6.0 - 2019-02-01
|
|
222
199
|
|
|
223
|
-
|
|
200
|
+
### Added
|
|
224
201
|
|
|
225
|
-
|
|
202
|
+
- Added WHOIS privacy renewal (#171)
|
|
226
203
|
|
|
227
|
-
|
|
204
|
+
## 4.5.0 - 2018-10-16
|
|
228
205
|
|
|
229
|
-
|
|
206
|
+
### Added
|
|
207
|
+
|
|
208
|
+
- Added zone distribution and zone record distribution (#160)
|
|
209
|
+
|
|
210
|
+
### Changed
|
|
211
|
+
|
|
212
|
+
- Bump minimum Ruby requirement to 2.1
|
|
213
|
+
- Introduce Dnsimple::Struct::VanityNameServer (#144)
|
|
214
|
+
- Fix name inconsistency of the Collaborator module (#154)
|
|
215
|
+
|
|
216
|
+
### Removed
|
|
217
|
+
|
|
218
|
+
- Removed extra alias (#168). You should use `dnsimple.foo.list_foo` instead of `dnsimple.foo.list`. Same for create/update. The change ensures consistency across the various clients. We prefer fully qualified methods.
|
|
219
|
+
|
|
220
|
+
## 4.4.0 - 2018-01-23
|
|
221
|
+
|
|
222
|
+
### Added
|
|
223
|
+
|
|
224
|
+
- Added Let's Encrypt certificate methods (#159)
|
|
225
|
+
|
|
226
|
+
### Removed
|
|
227
|
+
|
|
228
|
+
- Removed premium_price attribute from registrar order responses (#163). Please do not rely on that attribute, as it returned an incorrect value. The attribute is going to be removed, and the API now returns a null value.
|
|
229
|
+
|
|
230
|
+
## 4.3.0 - 2017-06-20
|
|
231
|
+
|
|
232
|
+
### Added
|
|
233
|
+
|
|
234
|
+
- Added `certificates.all_certificates` (#155)
|
|
235
|
+
|
|
236
|
+
### Changed
|
|
237
|
+
|
|
238
|
+
- Updated registrar URLs (#153)
|
|
239
|
+
|
|
240
|
+
## 4.2.0 - 2017-03-07
|
|
241
|
+
|
|
242
|
+
### Added
|
|
243
|
+
|
|
244
|
+
- Added DNSSEC support support (#152)
|
|
245
|
+
|
|
246
|
+
## 4.1.0 - 2016-12-12
|
|
247
|
+
|
|
248
|
+
### Added
|
|
249
|
+
|
|
250
|
+
- Added domain premium price support (#143)
|
|
251
|
+
|
|
252
|
+
### Changed
|
|
253
|
+
|
|
254
|
+
- Updated registration, transfer, renewal response payload (dnsimple/dnsimple-developer#111, #140).
|
|
255
|
+
- Normalize unique string identifiers to SID (#141)
|
|
256
|
+
|
|
257
|
+
## 4.0.0 - 2016-11-25
|
|
258
|
+
|
|
259
|
+
### Added
|
|
260
|
+
|
|
261
|
+
- Added domain collaborators support (#137).
|
|
262
|
+
- Added regions support for zone records (#135, #139).
|
|
263
|
+
- Added domain services support (#122).
|
|
264
|
+
- Added domain templates support (#125).
|
|
265
|
+
- Added zone file support (#124).
|
|
266
|
+
- Added certificate support (#123).
|
|
267
|
+
- Added domain delegation support (#120).
|
|
268
|
+
- Added domain push support (#127).
|
|
269
|
+
- Added vanity name server support (#121).
|
|
270
|
+
|
|
271
|
+
### Changed
|
|
272
|
+
|
|
273
|
+
- Record struct renamed to ZoneRecord (#117).
|
|
274
|
+
- Updated Tld payload (#133, #129).
|
|
275
|
+
- Renamed registrar `auth_info` into `auth_code` (#136).
|
|
276
|
+
|
|
277
|
+
## 3.1.0 - 2016-06-21
|
|
278
|
+
|
|
279
|
+
### Added
|
|
280
|
+
|
|
281
|
+
- Added accounts support (#113).
|
|
282
|
+
- Added sorting and filtering support (#112).
|
|
283
|
+
- Added template record support (#104).
|
|
284
|
+
|
|
285
|
+
### Changed
|
|
286
|
+
|
|
287
|
+
- Pagination params must be passed as top level options. Previously they were passed inside `:query` options (#116).
|
|
288
|
+
- Authentication credentials presence is no longer validated on the client as it was causing an error getting the access token (#74 and #102).
|
|
289
|
+
- Setting a custom user-agent no longer overrides the original user-agent (#105).
|
|
290
|
+
- Updated client to use Contact#email (#108).
|
|
291
|
+
|
|
292
|
+
### Removed
|
|
293
|
+
|
|
294
|
+
- Removed support for wildcard accounts (#107).
|
|
295
|
+
|
|
296
|
+
## 3.0.0 - 2016-04-19
|
|
297
|
+
|
|
298
|
+
### Added
|
|
299
|
+
|
|
300
|
+
- Added registrar delegation support (#98).
|
|
301
|
+
- Added template support (#99).
|
|
302
|
+
- Added service support (#101).
|
|
303
|
+
|
|
304
|
+
### Changed
|
|
305
|
+
|
|
306
|
+
- Minimum Ruby version >= 2
|
|
307
|
+
- Renamed `api_endpoint` to `base_url` to match the other clients.
|
|
308
|
+
- Error detection is now smarter. If the error is deserializable and contains a message, the message is attached to the exception (#94, #95, #100).
|
|
309
|
+
|
|
310
|
+
### Fixed
|
|
311
|
+
|
|
312
|
+
- The client was using the wrong key to store the ContactsService which could cause conflicts with the DomainsService.
|
|
313
|
+
- `renewDomain` used a wrong path (#96).
|
|
314
|
+
- `state` and `redirect_uri` are not properly passed in the request to exchang the code for an access token (#89, #90).
|
|
315
|
+
- Request body is not properly serialized to JSON, and the "Content-Type" header was omissed (#91).
|
|
230
316
|
|
|
231
317
|
The client has been completely redesigned to support the [API v2](https://developer.dnsimple.com/v2). Overall, the client behaves like the previous version, however it has been rewritten to leverage the API v2 features specifically.
|
|
232
318
|
|
|
233
319
|
Internal changes were made to match conventions adopted in other clients, such as the Go one and the Elixir one.
|
|
234
320
|
|
|
235
|
-
## 2.1.1
|
|
321
|
+
## 2.1.1 - 2015-11-30
|
|
322
|
+
|
|
323
|
+
### Fixed
|
|
324
|
+
|
|
325
|
+
- Paths may mistakenly be generated use \ on windows.
|
|
326
|
+
|
|
327
|
+
## 2.1.0 - 2015-09-04
|
|
328
|
+
|
|
329
|
+
### Added
|
|
236
330
|
|
|
237
|
-
-
|
|
331
|
+
- Add the ability to set headers and pass extra connection params in each API method (#64)
|
|
238
332
|
|
|
239
|
-
## 2.
|
|
333
|
+
## 2.0.0 - 2015-06-25
|
|
240
334
|
|
|
241
|
-
|
|
335
|
+
### Added
|
|
242
336
|
|
|
243
|
-
|
|
337
|
+
- Add support changing name servers (#52). Thanks @rosscooperman
|
|
338
|
+
- Add support for all DNSimple API methods.
|
|
244
339
|
|
|
245
|
-
###
|
|
340
|
+
### Changed
|
|
246
341
|
|
|
247
|
-
2.
|
|
342
|
+
- Drop 1.8.7, 1.9.2 support. Required Ruby >= 1.9.3.
|
|
343
|
+
- This package no longer provides a CLI. The CLI has been extracted to [dnsimple-ruby-cli](https://github.com/dnsimple/dnsimple-ruby-cli)
|
|
344
|
+
- Renamed the Gem from "dnsimple-ruby" to "dnsimple" (#23).
|
|
345
|
+
- Renamed the namespace from DNSimple to Dnsimple.
|
|
248
346
|
|
|
249
|
-
|
|
347
|
+
### Removed
|
|
250
348
|
|
|
251
|
-
-
|
|
349
|
+
- The library no longer provides built-in support for loading the credentials from a config file.
|
|
252
350
|
|
|
253
|
-
|
|
351
|
+
### Fixed
|
|
254
352
|
|
|
255
|
-
-
|
|
353
|
+
- Fixed a bug where API token environment variables were not properly detected (#59, #62). Thanks @oguzbilgic and @rupurt.
|
|
256
354
|
|
|
257
|
-
|
|
355
|
+
## 1.7.1 - 2014-12-13
|
|
258
356
|
|
|
259
|
-
|
|
357
|
+
### Fixed
|
|
260
358
|
|
|
261
|
-
-
|
|
359
|
+
- Updated Certificate to match the serialized attributes (#53).
|
|
262
360
|
|
|
263
|
-
|
|
361
|
+
## 1.7.0 - 2014-09-29
|
|
264
362
|
|
|
265
|
-
|
|
363
|
+
### Added
|
|
266
364
|
|
|
267
|
-
|
|
365
|
+
- Add support for Domain-based authentication (#40, #46). Thanks @dwradcliffe and @samsonasu.
|
|
268
366
|
|
|
269
|
-
|
|
367
|
+
## 1.6.0 - 2014-09-20
|
|
270
368
|
|
|
271
|
-
|
|
369
|
+
### Added
|
|
272
370
|
|
|
273
|
-
-
|
|
371
|
+
- Add support for 2FA (#44)
|
|
274
372
|
|
|
275
|
-
##
|
|
373
|
+
## 1.5.5 - 2014-09-05
|
|
276
374
|
|
|
277
|
-
|
|
375
|
+
### Added
|
|
278
376
|
|
|
279
|
-
|
|
377
|
+
- Add notice about the CLI moving to a new location
|
|
280
378
|
|
|
281
|
-
|
|
379
|
+
## 1.5.4 - 2014-07-01
|
|
282
380
|
|
|
283
|
-
|
|
381
|
+
### Added
|
|
284
382
|
|
|
285
|
-
-
|
|
383
|
+
- Added domain#expires_on attribute (#34). Thanks @alkema
|
|
384
|
+
- Add various missing domain attributes (#38). Thanks @nickhammond
|
|
385
|
+
- Added support for auto-renewal (#36). Thanks @mzuneska
|
|
286
386
|
|
|
287
|
-
|
|
387
|
+
### Changed
|
|
288
388
|
|
|
289
|
-
-
|
|
389
|
+
- User.me now uses the correct patch for API v1.
|
|
290
390
|
|
|
291
|
-
|
|
391
|
+
## 1.5.3 - 2014-01-26
|
|
292
392
|
|
|
293
|
-
|
|
393
|
+
### Fixed
|
|
294
394
|
|
|
295
|
-
-
|
|
395
|
+
- In some cases the client crashed with NoMethodError VERSION (#35).
|
|
296
396
|
|
|
297
|
-
##
|
|
397
|
+
## 1.5.2 - 2014-01-15
|
|
298
398
|
|
|
299
|
-
|
|
399
|
+
### Added
|
|
300
400
|
|
|
301
|
-
|
|
401
|
+
- Provide a meaningful user-agent.
|
|
302
402
|
|
|
303
|
-
|
|
403
|
+
## 1.5.1 - 2014-01-14
|
|
304
404
|
|
|
305
|
-
|
|
405
|
+
### Fixed
|
|
306
406
|
|
|
307
|
-
-
|
|
407
|
+
- Invalid base URI.
|
|
308
408
|
|
|
309
|
-
##
|
|
409
|
+
## 1.5.0 - 2014-01-14
|
|
310
410
|
|
|
311
|
-
|
|
312
|
-
In case of request error, the client raises RequestError, RecordExists or RecodNotFound
|
|
313
|
-
depending on the called method.
|
|
411
|
+
### Changed
|
|
314
412
|
|
|
315
|
-
-
|
|
413
|
+
- Added support for versioned API (#33)
|
|
316
414
|
|
|
317
|
-
|
|
415
|
+
## 1.4.0 - 2013-04-18
|
|
318
416
|
|
|
319
|
-
|
|
320
|
-
See Error and RequestError.
|
|
417
|
+
### Changed
|
|
321
418
|
|
|
322
|
-
-
|
|
419
|
+
- Normalized exception handling. No more RuntimeError. In case of request error, the client raises RequestError, RecordExists or RecodNotFound depending on the called method.
|
|
420
|
+
- Use Accept header to determine the request type instead of the .json suffix in the URL.
|
|
421
|
+
- Renamed commands to the ObjectAction scheme (e.g. CreateDomain became DomainCreate).
|
|
422
|
+
- Removed DomainError, UserNotFound, CertificateNotFound, CertificateExists error classes. See Error and RequestError.
|
|
423
|
+
- Removed DNSimple::Command base class.
|
|
323
424
|
|
|
324
|
-
|
|
425
|
+
### Fixed
|
|
325
426
|
|
|
326
|
-
-
|
|
427
|
+
- Cucumber was trying to execute steps on dnsimple.com main website instead of given site.
|
|
428
|
+
- We're no longer accepting route format. Use the correct header.
|