Highlights: - Bugfix: specify `follow_redirects=True` in default httpx clients - Minor type annotation and formatting fixes
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"
0.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
- Fixes async client bugs in 0.1.0 - Removes caching option from package methods - Allows httpx client to be passed directly to client and package methods
0.1.0
First release of whodap.
Contains the core framework for supporting RDAP functionality via a Python interface. Initial support for RDAP domain queries via the DNSClient and DomainResponse classes.