Skip to content

Releases: pogzyb/whodap

v0.1.12

10 Feb 01:17
450159b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11

04 Nov 14:09
c9a1492
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.10

05 Oct 12:19
664c26a
Compare
Choose a tag to compare

What's Changed

  • Add basic response validation to to_whois_dict by @pogzyb in #33 - this adds strict to the to_whois_dict method along with the RDAPConformanceException

Full Changelog: v0.1.9...v0.1.10

v0.1.9

04 Sep 15:57
dd0c495
Compare
Choose a tag to compare

What's Changed

  • Handle GoDaddy variation of RDAP abuse response by @grigi in #27

New Contributors

  • @grigi made their first contribution in #27

Full Changelog: v0.1.8...v0.1.9

v0.1.8

20 Feb 23:22
Compare
Choose a tag to compare

Release v0.1.8

Highlights:

  • remove asynctest #23

v0.1.7

29 Dec 17:49
32b51ea
Compare
Choose a tag to compare

Highlights:

  • Includes bugfix #21 for issue #20

v0.1.6

30 Jul 12:45
e37f268
Compare
Choose a tag to compare

Highlights:

  • Fix "Nonetype" bug involving retrieving the authoritative response in synchronous calls #13

v0.1.5

08 Apr 23:28
21b8f44
Compare
Choose a tag to compare

Release 0.1.5

Highlights:

  • Bugfix: specify follow_redirects=True in default httpx clients
  • Minor type annotation and formatting fixes

Release v0.1.4

07 Feb 19:01
Compare
Choose a tag to compare

Release 0.1.4

Summary of changes/enhancements:

  • Adds support for IPv4, IPv6, and ASN queries
  • Reorganizes the RDAPClient base class to make it more OOP friendly
  • Irons out some issues and edge cases with "finding the authoritative rdap server and response"

v0.1.3

24 Jan 00:49
8097422
Compare
Choose a tag to compare

Release v0.1.3

Highlights:

  • Improvements to the query code in client.py
  • Fixes bug in which some "authoritative" sources were mis-parsed causing "Malformed Query" errors
  • Tests for client were updated accordingly