Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.13 KB

File metadata and controls

48 lines (26 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • New automatic documentation generation using docfx.

v0.2.0 - 2025-08-04

Added

  • Explicit nullable
  • Strong assembly name signing

Changed

  • The DNS record type is now strong typed via enum DnsRecordType
  • The response status is now strong typed via enum ResponseStatus

Removed

  • Unneccessary internal constructor (for UnitTests)
  • Models sub-namespace

v0.1.0 - 2024-06-21

initial release, DNS only

Added

  • RegEx pattern for DomainName, ClientRequestId and RecordType
  • Basic client to initialize the API
  • API actions to read and update DNS entries of a domain