Skip to content

v0.0.23

Choose a tag to compare

@github-actions github-actions released this 08 Sep 10:40
· 515 commits to main since this release

In this release:

New:

  • response_obj() builders for RDAP object classes that are the response vs those that are embedded in a response.
  • Ability to build an Entity without a handle.
  • Builders for the RFC 9537 structs.
  • Lenient Stringish type to be more tolerant of misbehaving servers.
  • More compliance checks.
  • Check for malformed referral to registrars from registries.
  • Improved tolerance for servers is malformed RFC 3339 event dates.

Changes:

  • (breaking)
    • Getters from 0.0.22 are now more idiomatic.
    • New getters to cover object class specific fields.
  • Support for missing roles in WHOIS gTLD output format.

Fixes:

  • cc parameter in vCard was being serialized incorrectly and not being deserialized at all.
  • Fix to how XDG is handled on macOS to help with tests.

Other

  • Code lints and cleanups from contributors.