v0.0.23
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
Stringishtype 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:
ccparameter 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.