- Fixes AttributeError on empty AS number string returned by Shodan - Allow AutonomousSystem attributes to be None
0.4.4
- Allows skipping retrieving domains and hostnames from Shodan data via parameter: `Host.from_shodan(..., skip_shodan_domains=True)`
0.4.3
- Fixes IndexError due to empty distinguished name in the `TLSComponentCertificateEntity.from_shodan` method
0.4.2
- Added `query`, `ports`, `source` attributes to Host model - Added WHOIS related attributes, `nameserver` and `soa` to Domain model - Included more data in the `service_dict` export of the Host model - Fixed some KeyErrors based on missing fields by BinaryEdge, Censys and Shodan