Skip to content

v0.0.18

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 13:09
707d906

Changes:

  • everything: a bunch of clippy lints
  • icann-rdap-srv:
    • now supports domain search by name
  • icann-rdap-common:
    • a lot of changes to deal with non-conformant servers including checks when they are non-conforming... this possible changes the Rust API.
      • description in notice/remark are optional
      • href in link is optional
      • eventAction in event is optional
      • idType and identifier in publicId are optional
      • cidirs in CIDR0 are optional
    • because the standard is actually fuzzy on this, hreflang in link can now be a string or an array of strings
    • much more documentation on the builders
    • Contact
      • more documentation
      • added role, contact-uri, url
      • street-parts can now be an array of strings in vCard
    • fixed some consistency issues with the object builders
  • icann-rdap-cli:
    • added role, contact-uri, and url to outputs
    • fixed bug with registry content being put where registrar content was supposed to be.