Relax record requirements and ensure thread-safe rate limiting
5 files · 33+ · 29-

Relaxed record validation

2 files changed
  • resource_dns_record.go Relaxed record requirement for nameserver and IPv4 address updates
  • client.go Additional logging for API responses
  • Relaxed address and nameserver record validation to allow updates without requiring all fields, making the resource more flexible for partial updates (issue number 4) interface behavioral
    1 file
    • resource_dns_record.go

Thread safety and version

3 files changed
  • VERSION Added version tracking file
  • README.md Updated documentation
  • install.sh Version bump
  • Ensured rate limiting mutex is properly protecting concurrent API access (issue number 6) harden internal
    1 file
    • client.go