Revision history for perl module Net::RDAP

0.21 - 2024-03-15
  - add special case for the root zone entry (see RFC 9224 ยง 4)

0.20 - 2023-12-31
  - use Storable::dclone instead of Clone::clone

0.19 - 2023-05-23
  - accept strings as arguments to domain() etc

0.18 - 2023-05-11
  - added extra metadata to Makefile.PL

0.17 - (skipped)

0.16 - 2022-10-06
  - be more lenient in what we accept to improve
    interoperability

0.15 - 2020-07-07
  - fixed RT#132736 (Noisy warning on ->fetch(url))

0.14 - 2019-03-06
  - support for getting help response from RDAP
    services

  - added Net::RDAP::Registry::IANARegistry and
    Net::RDAP::Registry::IANARegistry::Service
    and refactored Net::RDAP::Registry to use them

0.13 - 2019-01-15
  - add support for RFC 8521 object tagging

0.12 - 2018-12-04
  - remove colons from cache filenames to avoid
    problems on Windows (RT#127684)

0.11 - 2018-20-29
  - add MANIFEST, MYMETA.(json|yml) and this file
  - minor documentation updates