Sha256: d9444b7919c50804712a73d154d83a9b930c7f54c6a2e34f85c17464dc9ef0ab

Contents?: true

Size: 1.76 KB

Versions: 1

Compression:

Stored size: 1.76 KB

Contents

# Changelog

#### Release 2.0

The gem has been renamed to `dnsimple`. The `dnsimple-ruby` gem now simply requires `dnsimple`.

#### Release 1.7.1

- FIXED: Updated Certificate to match the serialized attributes (GH-53)

#### Release 1.7.0

- NEW: Add support for Domain-based authentication (GH-40, GH-46). Thanks @dwradcliffe and @samsonasu.

#### Release 1.6.0

- NEW: Add support for 2FA (GH-44)

#### Release 1.5.5

- NEW: Add notice about the CLI moving to a new location

#### Release 1.5.4

- NEW: Added domain#expires_on attribute (GH-34). Thanks @alkema

- NEW: Add various missing domain attributes (GH-38). Thanks @nickhammond

- NEW: Added support for auto-renewal (GH-36). Thanks @mzuneska

- CHANGED: User.me now uses the correct patch for API v1.

#### Release 1.5.3

- FIXED: In some cases the client crashed with NoMethodError VERSION (GH-35).

#### Release 1.5.2

- NEW: Provide a meaningful user-agent.

#### Release 1.5.1

- FIXED: Invalid base URI.

#### Release 1.5.0

- CHANGED: Added support for versioned API (GH-33)

#### Release 1.4.0

- CHANGED: Normalized exception handling. No more RuntimeError.
  In case of request error, the client raises RequestError, RecordExists or RecodNotFound
  depending on the called method.

- CHANGED: Use Accept header to determine the request type instead of the .json suffix in the URL.

- CHANGED: Renamed commands to the ObjectAction scheme (e.g. CreateDomain became DomainCreate).

- CHANGED: Removed DomainError, UserNotFound, CertificateNotFound, CertificateExists error classes.
  See Error and RequestError.

- CHANGED: Removed DNSimple::Command base class.

- FIXED: Cucumber was trying to execute steps on dnsimple.com main website instead of given site.

- FIXED: We're no longer accepting route format. Use the correct header.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dnsimple-ruby-2.0.0 CHANGELOG.md