Skip to content

v2.1.186

Choose a tag to compare

@mittwald-machine mittwald-machine released this 17 Feb 19:25
· 35 commits to master since this release

New Features

DnsCreateDnsZoneConflictResponse

An implementation for handling conflict responses when creating DNS zones has been introduced. This feature allows the API client to manage scenarios when a request to create a DNS zone conflicts with existing resources.

Changes

  • Introduced DnsCreateDnsZoneConflictResponse class to handle conflict responses for DNS zone creation, providing validation and serialization capabilities.
  • Updated DomainClientImpl to throw a DnsCreateDnsZoneConflictResponse for HTTP status code 409 sessions, enabling the client to correctly interpret conflict responses.