Recent Releases of https://github.com/pogzyb/whodap

https://github.com/pogzyb/whodap - 0.1.13

What's Changed

  • Prevent crashing on _convert_date by @TirathPatel in https://github.com/pogzyb/whodap/pull/40

New Contributors

  • @TirathPatel made their first contribution in https://github.com/pogzyb/whodap/pull/40

Full Changelog: https://github.com/pogzyb/whodap/compare/v0.1.12...0.1.13

- Python
Published by pogzyb 7 months ago

https://github.com/pogzyb/whodap - v0.1.12

What's Changed

  • Bugfix/infinite looping by @pogzyb in https://github.com/pogzyb/whodap/pull/38

Full Changelog: https://github.com/pogzyb/whodap/compare/v0.1.11...v0.1.12

- Python
Published by pogzyb about 2 years ago

https://github.com/pogzyb/whodap - v0.1.11

What's Changed

  • Catch JSONDecodeError by @pogzyb in https://github.com/pogzyb/whodap/pull/35
  • Release v0.1.11 by @pogzyb in https://github.com/pogzyb/whodap/pull/36

Full Changelog: https://github.com/pogzyb/whodap/compare/v0.1.10...v0.1.11

- Python
Published by pogzyb over 2 years ago

https://github.com/pogzyb/whodap - v0.1.10

What's Changed

  • Add basic response validation to to_whois_dict by @pogzyb in https://github.com/pogzyb/whodap/pull/33 - this adds strict to the to_whois_dict method along with the RDAPConformanceException

Full Changelog: https://github.com/pogzyb/whodap/compare/v0.1.9...v0.1.10

- Python
Published by pogzyb over 2 years ago

https://github.com/pogzyb/whodap - v0.1.9

What's Changed

  • Handle GoDaddy variation of RDAP abuse response by @grigi in https://github.com/pogzyb/whodap/pull/27

New Contributors

  • @grigi made their first contribution in https://github.com/pogzyb/whodap/pull/27

Full Changelog: https://github.com/pogzyb/whodap/compare/v0.1.8...v0.1.9

- Python
Published by pogzyb over 2 years ago

https://github.com/pogzyb/whodap - v0.1.8

Release v0.1.8

Highlights: - remove asynctest #23

- Python
Published by pogzyb about 3 years ago

https://github.com/pogzyb/whodap - v0.1.7

Highlights: - Includes bugfix #21 for issue #20

- Python
Published by pogzyb about 3 years ago

https://github.com/pogzyb/whodap - v0.1.6

Highlights: - Fix "Nonetype" bug involving retrieving the authoritative response in synchronous calls #13

- Python
Published by pogzyb over 3 years ago

https://github.com/pogzyb/whodap - v0.1.5

Release 0.1.5

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

- Python
Published by pogzyb almost 4 years ago

https://github.com/pogzyb/whodap - Release v0.1.4

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"

- Python
Published by pogzyb about 4 years ago

https://github.com/pogzyb/whodap - v0.1.3

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

- Python
Published by pogzyb about 4 years ago

https://github.com/pogzyb/whodap - v0.1.2

Release v0.1.2

Bug fix for async package method aio_domain_lookup default httpx client closer.

- Python
Published by pogzyb over 4 years ago

https://github.com/pogzyb/whodap - v0.1.1

Release v0.1.1

  • 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

- Python
Published by pogzyb over 4 years ago

https://github.com/pogzyb/whodap - v0.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.

- Python
Published by pogzyb over 4 years ago