Ipwhois

Latest version: v1.2.0

Safety actively analyzes 613631 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.2.0

------------------

- Removed deprecated functions: asn.IPASN._parse_fields_http,
asn.IPASN._parse_fields_dns, asn.IPASN._parse_fields_whois,
asn.ASNOrigin._parse_fields, asn.ASNOrigin._get_nets_radb,
net.Net.lookup_asn, whois.Whois._parse_fields, whois.Whois._get_nets_arin
whois.Whois._get_nets_lacnic, whois.Whois._get_nets_other,
nir.NIRWhois._parse_fields, nir.NIRWhois._get_nets_jpnic
nir.NIRWhois._get_nets_krnic, nir.NIRWhois._get_contact (230)
- Removed deprecated asn_alts parameter (230)
- Removed deprecated allow_permutations parameter (230)
- Fixed ASNOrigin lookups (216)
- Fixed bug in ASNOrigin lookups when multiple asn_methods provided (216)
- Fixed bug in KRNIC queries due to a change in their service (243)
- Fixed bug in experimental.bulk_lookup_rdap where only the last
result was returned (262 - ameidatou)
- Fixed deprecation warnings due to invalid escape sequences
(272 - tirkarthi)
- Fixed bug in root and sub-entities not getting queried/data (247)
- Fixed NIR datetime parsing issue if only date is returned (284)
- Added new argument root_ent_check to IPWhois.lookup_rdap and
RDAP.lookup. Set this to False to revert to old functionality - missing data,
but less queries (247)
- Added support for Python 3.8 (267)
- Fixed travis build warnings (268)
- Pinned requirements (274)
- Added ip_failed_total key to stats dictionary in
experimental.bulk_lookup_rdap (235)
- Added ipv4_generate_random and ipv6_generate_random to utils CLI (236)
- Added documentation note for ASN data (278)

1.1.0

------------------

- Exceptions now inherit a new BaseIpwhoisException rather than Exception
(205 - Darkheir)
- Fixed list output for generate_examples.py (196)
- Fixed bug in ASN HTTP lookup where the ARIN results were reversed, and
parsing would fail on the first item (220)
- Removed support for Python 2.6/3.3, added support for 3.7 (221)
- Fixed deprecation warnings in core code (203 - cstranex)
- Fixed bug in host argument for elastic_search.py example (202)
- Set user agent in elastic_search.py example to avoid default user agent
- Updated elastic_search.py example for ES 6.6.0
- Readme update for RDAP vs Legacy Whois output (204)
- Removed the disallow_permutations argument from ipwhois_cli.py (226)

1.0.0

------------------

- Deprecated asn_alts, allow_permutations in favor of new asn_methods (158)
- Added new exception ASNOriginLookupError (158)
- KRNIC lookups changed to HTTPS (166)
- Added experimental functions - get_bulk_asn_whois, bulk_lookup_rdap (134)
- Fixed bug in NIR lookups that caused addresses with multi-line contacts to
error (172 - kwheeles)
- Added IANA Reserved CIDR 198.97.38.0/24 to ipv4_is_defined (174)
- Fixed bug in RDAP notices/remarks parsing that would omit partial entries
missing one or more of title, description, links (176)
- Added new return key asn_description via verbose ASN DNS lookup support and
modified ASN whois lookups. New argument get_asn_description (176)
- Fixed some test function naming errors
- Added new generators to utils.py: ipv4_generate_random and
ipv6_generate_random (183)
- Moved upgrade notes to new UPGRADING.rst
- Deprecated unnecessary protected class functions, changed to public in
asn.py, nir.py, and whois.py (184)
- net.Net.get_host(), utils.ipv4_is_defined(), and utils.ipv6_is_defined now
return namedtuple instead of tuple.
- Changed docstrings to Google standard for better napoleon parsing (185)
- Removed deprecated IPWhois.lookup() - This was moved to
IPWhois.lookup_whois()
- Fixed 'nets'->'range' bug for legacy whois CIDR net_range values (188)
- Fixed a bug in IPASN/Net that caused the ASN result to vary if Cymru has
more than one ASN listed for an IP (190)
- Updated ElasticSearch example for ES v5.5.1 (138)

0.15.1

-------------------

- Fixed IPv6 parsing for ASN origin lookups and added tests (162 - ti-mo)
- Fixed recursive role parsing at depths greater than 0 (161 - cdubz)

0.15.0

-------------------

- Python 3.3+ dnspython3 requirement changed to dnspython (155)
- Added ASN origin lookup support (149)
- Moved ASN parsing from net.Net.get_asn_*() to new class asn.IPASN.
The original functions now return the raw query (157)
- net.Net.lookup_asn() is deprecated in favor of asn.IPASN.lookup() (157)
- Added new exception ASNParseError (157)
- Fixed rate-limiting exception handling for when HTTP errors are returned
rather than JSON errors (rikonor - 144)
- Fixed rate-limit infinite recursion bug for legacy whois (rikonor - 144)
- Fixed bug in net.Net.get_http_raw() that would pass the encoded form_data on
retry rather than the original argument.
- Removed nose requirements and fixed travis.yml for updated pip
- Documentation updates
- Code style tweaks
- Updated tests and version info for Python 3.6
- Added basic stress tests (144)
- Minor tweaks to existing tests

0.14.0

-------------------

- Changed legacy whois emails output type to list (133)
- Fixed retry count non-decrementing infinite loop in
ipwhois.net.Net.get_whois() (issue 125 - krader1961)
- Added new function ipwhois.net.Net.get_http_raw() and tests (67)
- Added National Internet Registry (JPNIC, KRNIC) support (67). Enabled by
default in IPWhois.lookup_*(). Disable by passing inc_nir=False. Optionally,
lower level code can call nir.NIRWhois(). This enhancement results in extra
network queries, but more detailed information for NIRs.
- Added utils CLI (ipwhois_utils_cli.py) - 121. Installed to your environments
Scripts dir. This is a wrapper for utils.py.
- Documentation improvements (123)
- kw arg readability (115)
- Replaced usage of args with script_args in ipwhois_cli.py
- Minor optimization in whois.py and online/test_whois.py
- Added coveralls integration and re-enabled online tests with Travis CI
- Added Read the Docs support (132)
- Added documentation (Sphinx) requirements.txt (132)
- Fixed test imports
- Added --json argument (output in JSON format) to ipwhois_cli.py (135)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.